summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-04-19* misc/ruby-mode.el (ruby-parse-partial): use position of open paren.nobu
2011-04-18* test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton
2011-04-18* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa
2011-04-16 * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf
2011-04-16 * ext/date/date_strftime.c (date_strftime_wo_timespec): changedtadf
2011-04-16typotadf
2011-04-16 * ext/date/date_core.c: replacement of implementation oftadf
2011-04-16replace reduce with suppresskazu
2011-04-16* vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.kazu
2011-04-15* ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n...kazu
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