aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_terminate_all): fix to ignoreko12007-08-171-0/+8
* * bootstraptest/runner.rb (in_temporary_working_directory): useakr2007-08-171-0/+7
* ChangeLog: typo fixed. [ruby-dev:31439]matz2007-08-161-2/+2
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-161-0/+8
* * compile.c (iseq_compile_each): fix thorw insn option of next.ko12007-08-161-0/+4
* * compile.c (iseq_set_arguments), insnhelper.ciko12007-08-161-0/+8
* * iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko12007-08-161-0/+4
* * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko12007-08-161-0/+4
* * compile.c (iseq_compile_each): fix next/redo stack consistency.ko12007-08-161-0/+9
* * configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]eban2007-08-161-0/+4
* * test/ruby/sentence.rb: Sentence class implementedakr2007-08-161-0/+12
* * configure.in (BASERUBY): check if base ruby is runnable first.nobu2007-08-161-0/+5
* * configure.in (aix): enable shared by default.nobu2007-08-161-27/+37
* * bignum.c (big_lshift): make shift offset long type.akr2007-08-161-0/+8
* * io.c (argf_readpartial): argf_forward needs argc and argv.nobu2007-08-151-0/+4
* * cont.c (rb_fiber_m_yield): added. use this functionko12007-08-151-0/+5
* * lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]akr2007-08-151-0/+4
* * gc.c (os_live_obj): fix to skip T_VALUES.ko12007-08-151-0/+6
* * inits.c (rb_call_inits): change initializing order.ko12007-08-151-0/+5
* * io.c (ARGF_FORWARD): wrongly compares with current_file withmatz2007-08-151-0/+5
* * io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppressnobu2007-08-151-0/+5
* * parse.y: remove "//" type comment.ko12007-08-151-0/+4
* * parse.y: fix rules around f_margs. "make test" passes all tests.ko12007-08-151-1/+7
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-0/+9
* * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]ko12007-08-151-0/+4
* * ext/stringio/stringio.c (strio_getc): should returnsmatz2007-08-151-0/+14
* * bootstraptest/runner.rb (assert_check): don't call newtest.akr2007-08-141-0/+6
* * bootstraptest/runner.rb (assert_check): new method.akr2007-08-141-0/+10
* * io.c (argf_close): always close via method.matz2007-08-141-0/+17
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-0/+12
* * common.mk: change test order (test -> btest).ko12007-08-141-0/+4
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-0/+8
* * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):nobu2007-08-131-0/+9
* * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr2007-08-131-0/+5
* * thread.c (rb_thread_raise): check if target thread isko12007-08-121-1/+7
* * compile.c (iseq_peephole_optimize): fix peephole optimizationko12007-08-121-0/+8
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-0/+19
* * template/yasmdata.rb.tmpl: fix type and name.ko12007-08-121-0/+4
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-0/+5
* * thread.c (thread_start_func_2): not re-raise to main thread if it isnobu2007-08-101-0/+5
* * thread.c (thread_create_core): inherit the priority of creatingnobu2007-08-101-3/+4
* * thread_pthread.ci (native_thread_apply_priority): set actuallynobu2007-08-101-0/+5
* * thread.c (thread_start_func_2): let abort_on_exception work.nobu2007-08-091-0/+5
* * parse.y (internal_id_gen): internal ID must be bigger thannobu2007-08-091-0/+5
* * parse.y (stmt): check if rhs has value before assignment insteadnobu2007-08-091-0/+7
* * parse.y (f_marg_list): renamed from f_marg_head.nobu2007-08-091-0/+7
* * enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz2007-08-081-0/+5
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-081-3/+3
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-0/+5
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+16