aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll onusa2011-05-121-1/+1
* * lib/test/unit.rb: Add option for hiding skip messages when testsorah2011-05-102-0/+27
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-092-0/+50
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-091-4/+1
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-091-0/+4
* * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf2011-05-086-56/+29
* never skiptadf2011-05-082-2/+4
* fixedtadf2011-05-081-1/+1
* * test/date/*.rb: NEVER SKIP.tadf2011-05-085-47/+51
* * test/date/*.rb: reverted 31432.tadf2011-05-084-26/+26
* * test/date/*.rb: reverted 31483.tadf2011-05-084-26/+26
* Revert r31478.naruse2011-05-084-26/+26
* * test/date/*.rb: use skip /w messages.tadf2011-05-084-26/+26
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-071-1/+5
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-071-8/+2
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-071-0/+7
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-061-0/+24
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-051-19/+39
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-051-0/+26
* * test/date/test_date_base.rb: don't use no message skip().kosaki2011-05-041-22/+22
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+31
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-041-0/+10
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-041-0/+32
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-033-2/+8
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):kosaki2011-05-031-4/+11
* * test/date/test_date.rb (TestDate#test_coerce):yugui2011-05-031-0/+21
* * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki2011-05-011-0/+41
* fix commit mistake of r31389.kosaki2011-04-301-0/+64
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-281-1/+1
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu2011-04-261-0/+1
* use skiptadf2011-04-262-3/+3
* use skiptadf2011-04-261-3/+1
* * ext/date/date_core.c: modified validation methods.tadf2011-04-263-25/+27
* * strip trailing spaces.nobu2011-04-263-34/+34
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-262-0/+13
* * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf2011-04-261-33/+60
* * random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn2011-04-241-2/+16
* * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse2011-04-221-1/+16
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+128
* * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.nobu2011-04-191-0/+16
* * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton2011-04-181-0/+1
* * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa2011-04-181-3/+3
* Add some more tests for the previous fix.knu2011-04-151-3/+9
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-0/+5
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-141-0/+9
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-141-0/+18
* * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki2011-04-111-0/+39
* * ext/stringio/stringio.c (strio_each):sorah2011-04-091-1/+2