aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils#touch): Fix corrupted output whenknu2011-04-152-1/+7
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-143-1/+18
* * lib/test/unit.rb (Test::Unit::Options#setup_options): set possiblenobu2011-04-142-4/+8
* * lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): usenobu2011-04-142-6/+9
* * lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console maynobu2011-04-142-7/+15
* * lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using anobu2011-04-142-5/+8
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if workernobu2011-04-142-4/+8
* * lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @innobu2011-04-142-2/+6
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-143-1/+27
* * include/ruby/win32.h (frexp, modf): wrongly declared as pure innobu2011-04-142-1/+18
* * include/ruby/win32.h (ftruncate, truncate): mingw64 missesnobu2011-04-142-3/+6
* * win32/win32.c (rb_w32_read): suppress warning.nobu2011-04-142-2/+6
* fix style.nobu2011-04-141-4/+4
* fix ChangeLog description.kosaki2011-04-141-1/+2
* * lib/fileutils.rb (FileUtils#touch): fix corrupted output whenkosaki2011-04-142-1/+7
* * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.kazu2011-04-142-1/+5
* * 2011-04-14svn2011-04-131-2/+2
* * thread.c (thread_fd_close_i): IOError exception should be assignednagachika2011-04-132-1/+6
* * 2011-04-13svn2011-04-131-2/+2
* * io.c (rb_io_fdatasync): remove unused variable.kazu2011-04-132-1/+4
* * include/ruby/st.h: parenthesize macro arguments.akr2011-04-122-1/+5
* * lib/uri/common.rb: avoid race condition. fixes #4572naruse2011-04-122-9/+23
* * ext/readline/extconf.rb: --disable-libedit to disablekouji2011-04-122-1/+13
* * include/ruby/win32.h: VC doesn't have ftruncate() and others, butusa2011-04-122-3/+9
* * 2011-04-12svn2011-04-111-2/+2
* Evaluate truncate, ftruncate and ftello existenceluislavena2011-04-114-9/+27
* * io.c: revert r31230.kosaki2011-04-112-43/+8
* * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki2011-04-112-0/+45
* * file.c (rb_group_member): kill 256K of stack usage.kosaki2011-04-112-5/+16
* * 2011-04-11svn2011-04-101-2/+2
* * ext/openssl/ossl.c: Fix typo, document version constants.drbrain2011-04-102-2/+14
* * include/ruby/ruby.h: parenthesize macro arguments.akr2011-04-102-44/+48
* * 2011-04-10svn2011-04-091-2/+2
* * ext/stringio/stringio.c (strio_each, strio_readlines):sorah2011-04-092-4/+9
* * ext/stringio/stringio.c (strio_each):sorah2011-04-093-4/+14
* * ext/stringio/stringio.c (strio_each, strio_readlines):sorah2011-04-093-0/+26
* * 2011-04-09svn2011-04-091-2/+2
* * include/ruby/util.h: parenthesize macro arguments.akr2011-04-092-4/+8
* * 2011-04-08svn2011-04-081-2/+2
* * ext/stringio/stringio.c (strio_getline): check whether str isnaruse2011-04-083-12/+22
* * 2011-04-07svn2011-04-071-2/+2
* * include/ruby/io.h: parenthesize macro arguments.akr2011-04-072-25/+29
* * include/ruby/intern.h: parenthesize macro arguments.akr2011-04-062-38/+42
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse2011-04-065-2/+33
* * 2011-04-06svn2011-04-061-2/+2
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse2011-04-062-1/+14
* * include/ruby/encoding.h: parenthesize macro arguments.akr2011-04-052-19/+23
* * 2011-04-05svn2011-04-051-2/+2
* fix a typokazu2011-04-051-1/+1
* * ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki2011-04-042-2/+16