summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-08-06* enum.c (enum_zip): zip no longer converts arguments intomatz
2007-08-06* cont.c (rb_fiber_yield): change argument ordering. export.matz
2007-08-06* enum.c (enum_cycle): new method to cycle enumerable forever.matz
2007-08-06* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju
2007-08-06* insnhelper.ci, insns.def: move some statements to functions.ko1
2007-08-06* lib/vm/instruction.rb (make_header_analysys): fix last commit.ko1
2007-08-06* lib/vm/instruction.rb (make_header_analysys): add to separateko1
2007-08-06* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu
2007-08-06* sample/test.rb: fix to output file name if it containsko1
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1
2007-08-06* parse.y: fix a f_marg rule. [ruby-dev:31160]ko1
2007-08-06* bootstraptest/runner.rb (assert_equal): add additionalko1
2007-08-06* iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-08-05* lib/rss, sample/rss, test/rss:kou