aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): clear errno at the top of our ownmatz2008-05-263-5/+3
* * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook ismatz2008-05-262-1/+9
* * file.c (ntfs_tail): filename which starts with '.' is valid.usa2008-05-262-1/+8
* * vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.nobu2008-05-252-1/+7
* * test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr2008-05-252-2/+9
* * hash.c (env_each_key, env_each_value, env_reject_bang)knu2008-05-252-10/+10
* * hash.c (env_each_value): Do not call env_values() twice.knu2008-05-253-4/+8
* * compile.c (iseq_compile): set local_table formame2008-05-252-0/+6
* * compile.c (iseq_build_body): remove side effect frommame2008-05-252-0/+6
* * vm_eval.c: set properties.nobu2008-05-251-1319/+1319
* * test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame2008-05-242-1/+6
* * test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame2008-05-242-4/+15
* * vm_eval.c: added. Some codes are moved from "eval.c"ko12008-05-241-0/+1319
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-2418-1946/+633
* * error.c (exc_equal): == operator should be transitional. matz2008-05-242-9/+15
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-242-0/+6
* * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame2008-05-244-18/+26
* add a test for [ruby-dev:34679].akr2008-05-241-0/+5
* add a test for [ruby-dev:34828].akr2008-05-241-0/+72
* add a test for [ruby-dev:34808].akr2008-05-241-0/+5
* * transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse2008-05-233-7/+8
* fix a ML ref.akr2008-05-231-1/+1
* * array.c (rb_ary_slice_bang): Be consistent with Array#slice()knu2008-05-232-4/+14
* * enumerator.c (Init_Enumerator): Overrideknu2008-05-232-0/+6
* * vm_dump.c (vm_stack_dump_raw): suppress warnings.nobu2008-05-231-2/+2
* * vm_core.h (rb_num_t): moved form vm.h.nobu2008-05-234-6/+19
* * .gdbinit (rp): T_VALUES is no longer defined.nobu2008-05-231-5/+0
* * iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu2008-05-222-1/+5
* svn:ignore: added rubyspeckazu2008-05-220-0/+0
* trivial change.kazu2008-05-221-1/+1
* * svn:ignore: added GNUmakefile.nobu2008-05-220-0/+0
* * insns.def (opt_gt|ge|lt|le): use values directly to compare.ko12008-05-222-4/+8
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-229-208/+185
* * compile.c (get_destination_insn, get_next_insn, get_prev_insn):mame2008-05-223-3/+19
* * marshal.c (check_dump_arg, check_load_arg): check if reentered.nobu2008-05-222-0/+36
* * iseq.c (iseq_load, iseq_data_to_ary): supportmame2008-05-222-0/+9
* * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu2008-05-222-3/+7
* * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu2008-05-223-14/+23
* add a test for [ruby-dev:34802].akr2008-05-221-0/+14
* * array.c (rb_ary_compact_bang): fix reallocation size.akr2008-05-222-1/+5
* add a test for Array#compact!.akr2008-05-221-0/+6
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-226-37/+50
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-2/+2
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-226-119/+138
* * insns.def (newhash): fix a variable definition: "const k".akr2008-05-222-1/+5
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-223-2/+24
* * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr2008-05-223-4/+39
* * array.c (flatten): free memo hash table before raising exception.matz2008-05-222-0/+6
* * array.c (flatten): fix memory leak.nagai2008-05-212-0/+6
* * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.naruse2008-05-212-17/+21