summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2011-04-21* 2011-04-22svn
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-04-20* random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.naruse
2011-04-20* 2011-04-21svn
2011-04-20 * win32/win32.c (CreateChild): maximum length of lpCommandLine istarui
2011-04-20 * ext/date/date_strptime.c (date__strptime_internal): do nottadf
2011-04-20* string.c (rb_str_each_line): check string's length when comparenaruse
2011-04-19* 2011-04-20svn
2011-04-19* misc/ruby-mode.el (ruby-parse-partial): use position of open paren.nobu
2011-04-18* 2011-04-19svn
2011-04-18* test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton
2011-04-18* 2011-04-18svn
2011-04-18* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa
2011-04-16added date_tmx.htadf
2011-04-16* 2011-04-17svn
2011-04-16 * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf
2011-04-16typotadf
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-16* 2011-04-16svn
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* 2011-04-15svn
2011-04-15Add some more tests for the previous fix.knu
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 style.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* 2011-04-14svn
2011-04-13 * thread.c (thread_fd_close_i): IOError exception should be assignednagachika
2011-04-13* 2011-04-13svn
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