summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-04-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu
2011-04-15* lib/fileutils.rb (FileUtils#touch): Fix corrupted output whenknu
2011-04-14* numeric.c (ruby_float_step): wrong loop condition.usa
2011-04-14* lib/test/unit.rb (Test::Unit::Options#setup_options): set possiblenobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): usenobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console maynobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using anobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if workernobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @innobu
2011-04-14* variable.c (rb_autoload_p): search superclasses as same as actualnobu
2011-04-14* include/ruby/win32.h (frexp, modf): wrongly declared as pure innobu
2011-04-14* include/ruby/win32.h (ftruncate, truncate): mingw64 missesnobu
2011-04-14* win32/win32.c (rb_w32_read): suppress warning.nobu
2011-04-14fix ChangeLog description.kosaki
2011-04-14* lib/fileutils.rb (FileUtils#touch): fix corrupted output whenkosaki
2011-04-14* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.kazu
2011-04-13 * thread.c (thread_fd_close_i): IOError exception should be assignednagachika
2011-04-13* io.c (rb_io_fdatasync): remove unused variable.kazu
2011-04-12* include/ruby/st.h: parenthesize macro arguments.akr
2011-04-12* lib/uri/common.rb: avoid race condition. fixes #4572naruse
2011-04-12* ext/readline/extconf.rb: --disable-libedit to disablekouji
2011-04-12* include/ruby/win32.h: VC doesn't have ftruncate() and others, butusa
2011-04-11Evaluate truncate, ftruncate and ftello existenceluislavena
2011-04-11* io.c: revert r31230.kosaki
2011-04-11* test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki
2011-04-11* file.c (rb_group_member): kill 256K of stack usage.kosaki
2011-04-10 * ext/openssl/ossl.c: Fix typo, document version constants.drbrain
2011-04-10* include/ruby/ruby.h: parenthesize macro arguments.akr
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-09* ext/stringio/stringio.c (strio_each):sorah
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-09* include/ruby/util.h: parenthesize macro arguments.akr
2011-04-08* ext/stringio/stringio.c (strio_getline): check whether str isnaruse
2011-04-07* include/ruby/io.h: parenthesize macro arguments.akr
2011-04-06* include/ruby/intern.h: parenthesize macro arguments.akr
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-04-06* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse
2011-04-05* include/ruby/encoding.h: parenthesize macro arguments.akr
2011-04-05fix a typokazu
2011-04-04* ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki
2011-04-04* io.c (rb_io_syswrite): While local FS writes are usuallykosaki
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2011-04-03 * ext/syslog/syslog.c: improve rdoc.nagachika
2011-04-03* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-04-03* configure.in: disable fdatasync again on Mac OS X.kosaki
2011-04-03* io.c (io_reopen): IO#close releases GVL if possible.kosaki
2011-04-01* ext/syslog/syslog.c: parenthesize macro arguments.akr
2011-04-01Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2011-04-01* vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1nobu
2011-03-31* ChangeLog: fix typo of r31205arton