aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* ChangeLog: typo fixed. [ruby-dev:31439]matz2007-08-161-2/+2
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-164-1/+14
* * compile.c (iseq_compile_each): fix thorw insn option of next.ko12007-08-162-3/+8
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-164-7/+24
* * iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko12007-08-162-2/+6
* * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko12007-08-163-3/+8
* * compile.c (iseq_compile_each): fix next/redo stack consistency.ko12007-08-164-30/+132
* * configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban2007-08-162-0/+5
* fix "&" handling in block parameter.akr2007-08-161-6/+8
* add test for [ruby-dev:31437].akr2007-08-161-0/+7
* * test/ruby/sentence.rb: Sentence class implementedakr2007-08-165-277/+482
* * configure.in (BASERUBY): check if base ruby is runnable first.nobu2007-08-162-17/+23
* * configure.in (aix): enable shared by default.nobu2007-08-164-35/+47
* update Dir.mktmpdir document.akr2007-08-161-1/+2
* * bignum.c (big_lshift): make shift offset long type.akr2007-08-162-10/+19