summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-08-14* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko1
2007-08-14* common.mk: change test order (test -> btest).ko1
2007-08-13* lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou
2007-08-13* eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):nobu
2007-08-13* lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr
2007-08-12* thread.c (rb_thread_raise): check if target thread isko1
2007-08-12* compile.c (iseq_peephole_optimize): fix peephole optimizationko1
2007-08-12insnhelper.ci: missed at last commit.ko1
2007-08-12* vm_dump.c (debug_print_pre): fix to show control frame count.ko1
2007-08-12* template/yasmdata.rb.tmpl: fix type and name.ko1
2007-08-10 * lib/date/format.rb: reverted some wrongly erased "o" optionstadf
2007-08-10* thread.c (thread_start_func_2): not re-raise to main thread if it isnobu
2007-08-10* thread.c (thread_create_core): inherit the priority of creatingnobu
2007-08-10* thread_pthread.ci (native_thread_apply_priority): set actuallynobu
2007-08-09* thread.c (thread_start_func_2): let abort_on_exception work.nobu
2007-08-09* parse.y (internal_id_gen): internal ID must be bigger thannobu
2007-08-09* parse.y (stmt): check if rhs has value before assignment insteadnobu
2007-08-09update syntax (f_marg_list).akr
2007-08-09* parse.y (f_marg_list): renamed from f_marg_head.nobu
2007-08-08* enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz
2007-08-08* enumerator.c (enumerator_next_p): should check correctly even whenmatz
2007-08-08variable renaming refined.akr