summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-21auto update version.h test lasteban
2008-06-212008-06-22svn
2008-06-21auto update version.h testeban
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21auto update version.h testeban
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21auto update version.h testeban
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21auto update version.h testeban
2008-06-21revertedeban
2008-06-212008-06-22svn
2008-06-21 * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa
2008-06-212008-06-22svn
2008-06-21 * README.EXT.ja: add note about mark and free.usa
2008-06-21* ChangeLog: tabify. (now we are testing auto version.h updating.)usa
2008-06-21 * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa
2008-06-21 * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa
2008-06-21 * thread_win32.c (native_sleep): must block reentrance when accessingusa
2008-06-21* parse.y (call_args2, open_args): removed.nobu
2008-06-21* numeric.c (flo_round): get rid of overflow.nobu
2008-06-21* lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu
2008-06-21* configure.in: check if fork works with pthread.nobu
2008-06-21* tool/make-snapshot: ported to ruby.nobu
2008-06-20* tool/make-snapshot: fixed digets.nobu
2008-06-20* enumerator.c (enum_each_cons): typo in RDoc fixed.matz
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2008-06-20* tool/make-snapshot: do not use sha256sum; use BASERUBY insteadshyouhei
2008-06-20* process.c (Init_process): Process::Status#to_int removed.akr
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-20* array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu
2008-06-20* process.c (rb_detach_process): store detached process ID in thenobu
2008-06-20* random.c (Init_RandomSeed2): should be void.nobu
2008-06-20* tool/make-snapshot: fixed typo.nobu
2008-06-20* string.c (rb_str_sub_bang): should preserve replacement pointsmatz
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19* array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei
2008-06-19* process.c (rb_f_fork): NetBSD 4.0 or later can fork.usa
2008-06-19* test/testunit/collector/test_dir.rb: r15825 made it unnecessary to changemame
2008-06-19Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain
2008-06-19* thread.c: try to remove false positive of deadlock detection (secondmame
2008-06-19* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz
2008-06-19* string.c (str_gsub): should preserve last successful matchmatz
2008-06-19* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.ko1
2008-06-19* proc.c (proc_new): fix to return Proc object if block is alreadyko1
2008-06-19* thread_win32.c (native_sleep): fix to decrement sleeper count.ko1
2008-06-19* test/net/http/test_http.rb: compare encodings of two strings beforemame
2008-06-19* ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame