aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/mathn.rb (Rational::power2): removed incomplete method.matz2008-06-232-44/+5
* * ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu2008-06-222-9/+18
* * object.c (rb_class_superclass): rdoc improvement, a patch fromnobu2008-06-222-0/+11
* * README.EXT: translated README.EXT.jashyouhei2008-06-222-0/+8
* * ChangeLog: add reporter.usa2008-06-211-1/+2
* auto update version.h test lasteban2008-06-211-2/+0
* 2008-06-22svn2008-06-211-3/+3
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-1/+0
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-0/+57
* 2008-06-22svn2008-06-211-40/+0
* * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa2008-06-212-3/+21
* 2008-06-22svn2008-06-211-21/+4
* * README.EXT.ja: add note about mark and free.usa2008-06-212-0/+9
* * ChangeLog: tabify. (now we are testing auto version.h updating.)usa2008-06-211-16/+16
* * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa2008-06-212-0/+27
* * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa2008-06-212-4/+4
* * thread_win32.c (native_sleep): must block reentrance when accessingusa2008-06-212-0/+10
* * parse.y (call_args2, open_args): removed.nobu2008-06-212-78/+11
* * numeric.c (flo_round): get rid of overflow.nobu2008-06-212-5/+14
* * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu2008-06-212-2/+11
* * configure.in: check if fork works with pthread.nobu2008-06-212-0/+62
* * tool/make-snapshot: ported to ruby.nobu2008-06-212-99/+139
* * tool/make-snapshot: fixed digets.nobu2008-06-202-7/+10
* * enumerator.c (enum_each_cons): typo in RDoc fixed.matz2008-06-202-1/+3
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz2008-06-203-4/+9
* * tool/make-snapshot: do not use sha256sum; use BASERUBY insteadshyouhei2008-06-203-7/+18
* * process.c (Init_process): Process::Status#to_int removed.akr2008-06-202-14/+33
* * array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu2008-06-202-46/+30
* * array.c (rb_ary_store, rb_ary_splice): not depend on unspecifiednobu2008-06-201-0/+7
* * process.c (rb_detach_process): store detached process ID in thenobu2008-06-203-2/+23
* * random.c (Init_RandomSeed2): should be void.nobu2008-06-201-1/+1
* * tool/make-snapshot: fixed typo.nobu2008-06-201-2/+3
* * string.c (rb_str_sub_bang): should preserve replacement pointsmatz2008-06-202-9/+16
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-207-18/+107
* * array.c (ary_new, rb_ary_initialize, rb_ary_store,shyouhei2008-06-193-8/+26
* * process.c (rb_f_fork): NetBSD 4.0 or later can fork.usa2008-06-192-1/+5
* * test/testunit/collector/test_dir.rb: r15825 made it unnecessary to changemame2008-06-193-9/+16
* Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain2008-06-1910-9/+82
* * thread.c: try to remove false positive of deadlock detection (secondmame2008-06-192-2/+9
* * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz2008-06-192-1/+5
* * string.c (str_gsub): should preserve last successful matchmatz2008-06-193-19/+22