summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-18* insnhelper.ci, string.c: fixed indent.nobu
2007-08-18* compile.c (iseq_compile_each): fix to allow self.x=ko1
2007-08-18* parse.y (reg_compile_gen): obtain error info from errinfo.nobu
2007-08-18* eval.c: $! should not be writable.ko1
2007-08-18* insnhelper.ci (vm_callee_setup_arg): fix to check argumentsko1
2007-08-18* bootstraptest/test_exception.rb: add escape character ("\") forko1
2007-08-18add test for [ruby-dev:31472].akr
2007-08-18* test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr
2007-08-18fix Dir.mktmpdir doc.akr
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-18add ChangeLog entry.ko1
2007-08-18* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-17* eval.c (frame_func_id): return proper method ID.nobu
2007-08-17* compile.c (iseq_compile_each): massign should return rvalue(s).ko1
2007-08-17* test/ruby/test_basicinstructions.rb: fix old tests.ko1
2007-08-17* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko1
2007-08-17* thread.c (rb_thread_terminate_all): fix to ignoreko1
2007-08-17* bootstraptest/runner.rb (in_temporary_working_directory): useakr
2007-08-16ChangeLog: typo fixed. [ruby-dev:31439]matz
2007-08-16* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz
2007-08-16* compile.c (iseq_compile_each): fix thorw insn option of next.ko1
2007-08-16* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-16* iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko1
2007-08-16* insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko1
2007-08-16* compile.c (iseq_compile_each): fix next/redo stack consistency.ko1
2007-08-16* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban
2007-08-16fix "&" handling in block parameter.akr
2007-08-16add test for [ruby-dev:31437].akr
2007-08-16* test/ruby/sentence.rb: Sentence class implementedakr
2007-08-16* configure.in (BASERUBY): check if base ruby is runnable first.nobu
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-16update Dir.mktmpdir document.akr
2007-08-16* bignum.c (big_lshift): make shift offset long type.akr
2007-08-15* io.c (argf_readpartial): argf_forward needs argc and argv.nobu
2007-08-15* cont.c (rb_fiber_m_yield): added. use this functionko1
2007-08-15forgot to remove.akr
2007-08-15* lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]akr
2007-08-15* gc.c (os_live_obj): fix to skip T_VALUES.ko1
2007-08-15* inits.c (rb_call_inits): change initializing order.ko1
2007-08-15* io.c (ARGF_FORWARD): wrongly compares with current_file withmatz
2007-08-15* io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppressnobu
2007-08-15* parse.y: remove "//" type comment.ko1
2007-08-15TestRubyYieldGen#test_yield needs too long time.akr
2007-08-15* parse.y: fix rules around f_margs. "make test" passes all tests.ko1
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-15* process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]ko1
2007-08-15* ext/stringio/stringio.c (strio_getc): should returnsmatz
2007-08-14* bootstraptest/runner.rb (assert_check): don't call newtest.akr
2007-08-14* bootstraptest/runner.rb (assert_check): new method.akr
2007-08-14* io.c (argf_close): always close via method.matz