aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-211-0/+4
* * st.c (st_clear): reset num_entries too.nobu2007-08-211-0/+4
* * hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu2007-08-211-1/+3
* * hash.c (rb_hash_clear): use st_clear() unless iterating.nobu2007-08-211-1/+3
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-211-0/+7
* * benchmark/bm_vm2_case.rb: add a new benchmark.ko12007-08-201-0/+7
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-201-0/+4
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-201-0/+5
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-201-0/+10
* * io.c (rb_io_s_foreach): argument count check before makingmatz2007-08-201-0/+3
* * dir.c (dir_foreach): return Enumerator if no block given.matz2007-08-201-0/+3
* * string.c (Init_String): remove Symbol.intern and Symbol#dump.matz2007-08-201-0/+5
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-201-0/+5
* * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collectedakr2007-08-191-0/+6
* * compile.c (iseq_compile_each/NODE_RESBODY): fix to addko12007-08-191-0/+7
* * insnhelper.ci (vm_call_bmethod): fix to propagate informationko12007-08-191-0/+11
* * test/ruby/sentence.rb: new method Sentence().akr2007-08-191-0/+4
* * insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko12007-08-191-0/+5
* * test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr2007-08-181-0/+6
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-0/+4
* * thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166]nobu2007-08-181-0/+4
* * insnhelper.ci (vm_call_bmethod),ko12007-08-181-0/+8
* * eval_error.ci (ruby_error_print): call error_print.nobu2007-08-181-0/+6
* * process.c (detach_process_watcher): should not pass the pointernobu2007-08-181-0/+6
* * insnhelper.ci (vm_send_optimize): use MEMMOVE to shift values insidenobu2007-08-181-0/+5
* * insnhelper.ci (vm_yield_setup_args): rsize and psize should not benobu2007-08-181-0/+5
* * insnhelper.ci (vm_callee_setup_arg, vm_send_optimize,nobu2007-08-181-0/+5
* * compile.c (iseq_compile_each): fix to allow self.x=ko12007-08-181-0/+7
* * parse.y (reg_compile_gen): obtain error info from errinfo.nobu2007-08-181-0/+8
* * eval.c: $! should not be writable.ko12007-08-181-0/+7
* * insnhelper.ci (vm_callee_setup_arg): fix to check argumentsko12007-08-181-0/+5
* * bootstraptest/test_exception.rb: add escape character ("\") forko12007-08-181-0/+5
* * test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr2007-08-181-0/+5
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-0/+5
* add ChangeLog entry.ko12007-08-181-0/+2
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-181-0/+7
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-0/+4
* * compile.c (iseq_compile_each): massign should return rvalue(s).ko12007-08-171-0/+4
* * test/ruby/test_basicinstructions.rb: fix old tests.ko12007-08-171-0/+5
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-0/+10
* * thread.c (rb_thread_terminate_all): fix to ignoreko12007-08-171-0/+8
* * bootstraptest/runner.rb (in_temporary_working_directory): useakr2007-08-171-0/+7
* ChangeLog: typo fixed. [ruby-dev:31439]matz2007-08-161-2/+2
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-161-0/+8
* * compile.c (iseq_compile_each): fix thorw insn option of next.ko12007-08-161-0/+4
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-161-0/+8
* * iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko12007-08-161-0/+4
* * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko12007-08-161-0/+4
* * compile.c (iseq_compile_each): fix next/redo stack consistency.ko12007-08-161-0/+9
* * configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban2007-08-161-0/+4