summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame2008-05-241-0/+5
* * test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame2008-05-241-0/+5
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-0/+16
* * error.c (exc_equal): == operator should be transitional. matz2008-05-241-0/+8
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-241-0/+5
* * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame2008-05-241-0/+7
* * transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse2008-05-231-0/+4
* fix a ML ref.akr2008-05-231-1/+1
* * array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu2008-05-231-0/+7
* * enumerator.c (Init_Enumerator): Overrideknu2008-05-231-0/+5
* * vm_core.h (rb_num_t): moved form vm.h.nobu2008-05-231-0/+8
* * iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu2008-05-221-0/+4
* trivial change.kazu2008-05-221-1/+1
* * insns.def (opt_gt|ge|lt|le): use values directly to compare.ko12008-05-221-0/+4
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-0/+5
* * compile.c (get_destination_insn, get_next_insn, get_prev_insn):mame2008-05-221-0/+5
* * marshal.c (check_dump_arg, check_load_arg): check if reentered.nobu2008-05-221-0/+5
* * iseq.c (iseq_load, iseq_data_to_ary): supportmame2008-05-221-0/+5
* * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu2008-05-221-1/+3
* * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu2008-05-221-0/+4
* * array.c (rb_ary_compact_bang): fix reallocation size.akr2008-05-221-0/+4
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-0/+5
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-221-0/+6
* * insns.def (newhash): fix a variable definition: "const k".akr2008-05-221-0/+4
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-0/+4
* * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr2008-05-221-0/+5
* * array.c (flatten): free memo hash table before raising exception.matz2008-05-221-0/+5
* * array.c (flatten): fix memory leak.nagai2008-05-211-0/+4
* * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.naruse2008-05-211-0/+6
* * proc.c (proc_dup): should copy safe_level from src procmatz2008-05-211-0/+6
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-0/+4
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-211-0/+10
* * insns.def, vm_insnhelper.c: specify "const".ko12008-05-211-0/+4
* * bootstraptest/test_eval.rb: fix syntax.ko12008-05-211-0/+4
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):naruse2008-05-211-0/+5
* * array.c (rb_ary_compact_bang): avoid forceful realloc.matz2008-05-211-0/+4
* * ChangeLog: reverted logs erased at r16491.nobu2008-05-211-3/+33
* * string.c (rb_usascii_str_new): use rb_str_new.naruse2008-05-201-0/+8
* * encoding.c, include/ruby/encoding.hnaruse2008-05-201-0/+6
* * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.naruse2008-05-201-0/+9
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-201-0/+11
* * transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse2008-05-201-0/+9
* * test/ruby/test_array.rb: fix tests for 64bit CPU.mame2008-05-201-0/+4
* * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):naruse2008-05-201-0/+9
* * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz2008-05-201-0/+16
* * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.cnobu2008-05-201-27/+5
* * ruby.c (proc_options, process_options): --dump option.nobu2008-05-201-0/+4
* * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu2008-05-201-0/+6
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-191-0/+10
* * bootstraptest/test_knownbug.rb: fix a test.ko12008-05-191-0/+5