summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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-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-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-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-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-08* bignum.c (rb_big2str0): should not use RTEST for non-VALUE.nobu
2007-08-08* bignum.c (rb_big2str0): should preserve sign mark.usa
2007-08-08* common.mk (btest-miniruby, test-sample): split the test targetnobu
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-08-07* include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu
2007-08-07* common.mk (node_name.inc): use $? instead of $< for nmake.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-08-07* io.c (pipe_open): fix for win32 platforms.nobu
2007-08-06* bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz