summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-05-12* test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll onusa
2011-05-10* lib/test/unit.rb: Add option for hiding skip messages when testsorah
2011-05-09 * test/ruby/test_{complex,rational}.rb: added tests.tadf
2011-05-09 * complex.c (string_to_c_internal): a refactoring.tadf
2011-05-09* complex.c (string_to_c_internal): support scientific notation.mrkn
2011-05-08 * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf
2011-05-08never skiptadf
2011-05-08fixedtadf
2011-05-08 * test/date/*.rb: NEVER SKIP.tadf
2011-05-08 * test/date/*.rb: reverted 31432.tadf
2011-05-08 * test/date/*.rb: reverted 31483.tadf
2011-05-08Revert r31478.naruse
2011-05-08 * test/date/*.rb: use skip /w messages.tadf
2011-05-07* test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki
2011-05-07* test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki
2011-05-07* test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki
2011-05-07* test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu
2011-05-06* ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu
2011-05-05* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki
2011-05-05 * eval.c (frame_func_id): __method__ return different name fromnagachika
2011-05-04* test/date/test_date_base.rb: don't use no message skip().kosaki
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