summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-05-04* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki
2011-05-04* thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki
2011-05-04* ext/-test-/wait_for_single_fd: New. for testingkosaki
2011-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove
2011-05-03* test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):kosaki
2011-05-03* test/date/test_date.rb (TestDate#test_coerce):yugui
2011-05-01* lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki
2011-04-30fix commit mistake of r31389.kosaki
2011-04-28* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa
2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.nobu
2011-04-26* test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu
2011-04-26use skiptadf
2011-04-26use skiptadf
2011-04-26 * ext/date/date_core.c: modified validation methods.tadf
2011-04-26* strip trailing spaces.nobu
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-26 * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf
2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
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-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-14* numeric.c (ruby_float_step): wrong loop condition.usa
2011-04-14* variable.c (rb_autoload_p): search superclasses as same as actualnobu
2011-04-11* test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki
2011-04-09* ext/stringio/stringio.c (strio_each):sorah
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-08* ext/stringio/stringio.c (strio_getline): check whether str isnaruse
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2011-04-01Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2011-03-31* vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo
2011-03-31* vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo
2011-03-31* eval.c (rb_mod_s_constants): should ignore crefs withshugo
2011-03-30* vm_insnhelper.h (COPY_CREF): should copyshugo
2011-03-30fixing syntax error in 1.8tenderlove
2011-03-30converting require_relative to just regular requirestenderlove
2011-03-29* test/webrick/test_filehandler.rbusa
2011-03-28* test/webrick/test_filehandler.rb (test_short_filename):arton
2011-03-28Fix test.naruse
2011-03-28* ext/date/date_core.c (date_s_today): use int for year.naruse
2011-03-25Skip syslog tests that rely on LOG_PERROR unless it's definedshyouhei
2011-03-25Use LOG_PID instead of LOG_PERROR in Syslog.open testshyouhei
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu
2011-03-24* vm_insnhelper.c (vm_get_ev_const): should not autoload innobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu