aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_clear): reset num_entries too.nobu2007-08-212-0/+5
* * hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu2007-08-212-5/+11
* * st.c (rehash): suppress warnings.nobu2007-08-211-2/+2
* * hash.c (rb_hash_clear): use st_clear() unless iterating.nobu2007-08-212-2/+7
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-213-93/+174
* * benchmark/bm_vm2_case.rb: add a new benchmark.ko12007-08-202-0/+21
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-202-4/+8
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-202-1/+6
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-204-10/+73
* * io.c (rb_io_s_foreach): argument count check before makingmatz2007-08-203-2/+5
* * dir.c (dir_foreach): return Enumerator if no block given.matz2007-08-202-0/+4
* * string.c (Init_String): remove Symbol.intern and Symbol#dump.matz2007-08-202-19/+5
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-205-15/+17
* Sentence.expand_syntax refined.akr2007-08-191-42/+61
* * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collectedakr2007-08-192-0/+15
* * compile.c (iseq_compile_each/NODE_RESBODY): fix to addko12007-08-193-13/+26
* * insnhelper.ci (vm_call_bmethod): fix to propagate informationko12007-08-195-15/+23
* * test/ruby/sentence.rb: new method Sentence().akr2007-08-192-11/+53
* * insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko12007-08-193-6/+10
* sentence.rb documented.akr2007-08-183-15/+281
* * test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr2007-08-182-7/+13
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-182-5/+6
* * thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166]nobu2007-08-184-4/+45
* * insnhelper.ci (vm_call_bmethod),ko12007-08-184-4/+23
* * eval_error.ci (ruby_error_print): call error_print.nobu2007-08-184-149/+159
* * process.c (detach_process_watcher): should not pass the pointernobu2007-08-182-9/+13
* * insnhelper.ci (vm_send_optimize): use MEMMOVE to shift values insidenobu2007-08-182-1/+6
* * insnhelper.ci (vm_yield_setup_args): rsize and psize should not benobu2007-08-182-2/+6
* lambda yield emulator refactored.akr2007-08-181-7/+11
* * lib/rexml/rexml.rb: added encoding.nobu2007-08-181-0/+1
* * lib/rexml/rexml.rb: removed doubled constant.nobu2007-08-181-3/+2
* * insnhelper.ci (vm_callee_setup_arg, vm_send_optimize,nobu2007-08-182-18/+15
* * insnhelper.ci, string.c: fixed indent.nobu2007-08-182-40/+40
* * compile.c (iseq_compile_each): fix to allow self.x=ko12007-08-183-0/+18
* * parse.y (reg_compile_gen): obtain error info from errinfo.nobu2007-08-183-16/+34
* * eval.c: $! should not be writable.ko12007-08-182-12/+49
* * insnhelper.ci (vm_callee_setup_arg): fix to check argumentsko12007-08-182-2/+13
* * bootstraptest/test_exception.rb: add escape character ("\") forko12007-08-182-1/+6
* add test for [ruby-dev:31472].akr2007-08-181-0/+9
* * test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr2007-08-183-20/+55
* fix Dir.mktmpdir doc.akr2007-08-181-1/+1
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-183-2/+13
* add ChangeLog entry.ko12007-08-181-0/+2
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-184-4/+23
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-174-8/+28
* * compile.c (iseq_compile_each): massign should return rvalue(s).ko12007-08-172-9/+18
* * test/ruby/test_basicinstructions.rb: fix old tests.ko12007-08-172-3/+8
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-176-31/+106
* * thread.c (rb_thread_terminate_all): fix to ignoreko12007-08-172-9/+25
* * bootstraptest/runner.rb (in_temporary_working_directory): useakr2007-08-172-6/+49