aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * parse.y (f_norm_arg): ripper has no shadowing check.nobu2007-08-232-1/+10
* * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent.nobu2007-08-235-54/+73
* * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu2007-08-232-1/+5
* * util.c: updated for ANSI C only. applied a patch frommatz2007-08-222-169/+36
* * missing/strtod.c: removed. [ruby-dev:31588]matz2007-08-224-291/+24
* test for [ruby-dev:31592].akr2007-08-221-0/+1
* * bootstraptest/test_knownbug.rb:ko12007-08-222-0/+5
* * bootstraptest/test_knwonbug.rb: added. This file will containko12007-08-223-3/+19
* * bootstraptest/runner.rb (in_temporary_working_directory):akr2007-08-222-1/+5
* add test for [ruby-dev:31522].akr2007-08-221-0/+2
* * util.c (ruby_strtod): replaced by the implementation by Davidmatz2007-08-213-252/+3294
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-216-75/+163
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-212-5/+32
* * 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