aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-021-23/+93
* * test/json/test_json_addition.rb (test_utc_datetime): fixednobu2010-05-021-2/+2
* * test: fixed wrong assertions.nobu2010-05-022-13/+13
* * test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu2010-05-021-1/+1
* * test/test_tempfile.rb: fixed errors.nobu2010-05-011-3/+3
* * lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu2010-05-011-8/+8
* Upgrade to RDoc 2.5.8drbrain2010-05-011-2/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-301-0/+8
* * test/ruby/test_io.rb: skip false tests on Windows.nobu2010-04-301-8/+32
* * test/test_open3.rb (TestOpen3#test_commandline): use simplenobu2010-04-301-2/+2
* * lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre2010-04-291-18/+5
* Follow reverting wrong commit; see r11156, r27400.naruse2010-04-291-2/+1
* * test/test_open3.rb (test_commandline): use dump instead ofnobu2010-04-291-3/+1
* * test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe2010-04-291-0/+1
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-299-20/+21
* * test/ruby: fixed nonsense assertions.nobu2010-04-297-9/+9
* * test/psych/visitors/test_yaml_tree.rb (test_struct_const): removemame2010-04-281-0/+1
* * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu2010-04-281-0/+1
* Cleaning up syntax warnings.naruse2010-04-272-3/+3
* * ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove2010-04-271-0/+7
* * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove2010-04-271-0/+12
* * iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame2010-04-271-0/+13
* * eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame2010-04-271-1/+14
* Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain2010-04-2711-60/+264
* * parse.y (parser_read_escape): deny extra character escapes.nobu2010-04-271-0/+7
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-261-0/+10
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-261-0/+55
* * parse.y (ripper_get_value): escape Qundef.nobu2010-04-261-5/+4
* * test/bigdecimal/testbase.rb (teardown): should reset all modes.nobu2010-04-263-11/+24
* * ext/json: Update to JSON 1.4.1.naruse2010-04-266-52/+181
* * complex.c, ratioanl.c: reverted experimental r24565.tadf2010-04-251-55/+0
* * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove2010-04-241-0/+6
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-241-0/+10
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-241-0/+8
* * test/psych/test_psych.rb: don't leave temporary files.akr2010-04-241-8/+12
* * io.c: raise IOError when byte oriented operations occur withakr2010-04-241-0/+33
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-242-1/+38
* * test/psych/test_yaml.rb: clearing domain types on teardowntenderlove2010-04-241-0/+3
* * test/dl/test_base.rb: add kfreebsd support. based on a patch frommame2010-04-231-0/+3
* Update to RDoc 2.5.6drbrain2010-04-235-2/+48
* * test/ripper/test_parser_events.rb: more regexp literal tests.nobu2010-04-221-0/+12
* * test/ripper/test_parser_events.rb (test_unterminated_regexp):nobu2010-04-221-1/+9
* remove debug print.naruse2010-04-221-1/+0
* * test/ripper/test_parser_events.rb (test_local_variables): for r27431.nobu2010-04-221-1/+1
* Update to RubyGems 1.3.7.pre.1drbrain2010-04-2224-49/+338
* * test/ripper/test_parser_events.rb (test_operator_ambiguous): new test.nobu2010-04-221-0/+6
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-0/+19
* * parse.y (regexp): check each fragments. [ruby-core:27374]nobu2010-04-211-1/+6
* Update to RDoc 2.5.5drbrain2010-04-211-3/+5
* * parse.y (parser_yylex): abandoned EXPR_VCALL.nobu2010-04-211-24/+0