summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-08-14* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu
2009-08-14* configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]nobu
2009-08-13* doc/ChangeLog-1.8.0: add forgotten entry contributed bymatz
2009-08-13* lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz
2009-08-13* vm.c (vm_exec): returning from lambda runs ensure section.wanabe
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yesnobu
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead ofnobu
2009-08-13* insns.def (opt_case_dispatch): suppressed a warning.nobu
2009-08-13* configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu
2009-08-13* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixednobu
2009-08-13revert r24507. [ruby-dev:39073]matz
2009-08-12* ChangeLog: typo.usa
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-08-12 * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.usa
2009-08-12* class.c (rb_define_module_id_under): fix the name.naruse
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-08-12 * win32/win32.c (readdir_internal): free old temporary filename.usa
2009-08-12* string.c (rb_str_new_frozen): must not change encoding of frozennobu
2009-08-12* configure.in (rb_cv_broken_crypt): needs more checks.nobu
2009-08-11* sprintf.c (rb_str_format): should preserve format encodingmatz
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-08-11* encoding.c (is_data_encoding): fix condition.naruse
2009-08-11 * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf
2009-08-11* numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]nobu
2009-08-11* ChangeLog: fixed typo.nari
2009-08-10* include/ruby/intern.h (rb_path2class): no deprecation.nobu
2009-08-10fix typoskazu
2009-08-10* ChangeLog: sign why.nari
2009-08-10* gc.c: reject unused longlife gc.nari
2009-08-09* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-09* common.mk (ruby.imp): excluded prelude.o to get rid of circularnobu
2009-08-09* bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal,mame
2009-08-08New API Encoding#ascii_compatible?.naruse
2009-08-08* ext/ripper/eventids2.c (token_to_eventid): addednobu
2009-08-08* tool/compile_prelude.rb: fixes a regexp pattern for require.yugui
2009-08-08fix the name in the entrymatz
2009-08-08* bignum.c (bigzero_p): removing BDIGITS() inside of thematz
2009-08-07* marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu
2009-08-06* eval_error.c (error_print): removed an extra argument.nobu
2009-08-06* eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise.nobu
2009-08-06Fix a typo.knu
2009-08-06* ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2009-08-06* ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai
2009-08-06 * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa
2009-08-06 * ext/digest/sha2/sha2.c (*_Final): typos.usa
2009-08-06* ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu
2009-08-06* encoding.c (rb_enc_associate_index): cannot set encoding onnobu