aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.shyouhei2010-09-241-1/+7
* * test/test_pty.rb: Same as 229281; existence of PTY class do notshyouhei2010-09-241-0/+26
* Refix to give the encoding of gzfile.naruse2010-09-241-1/+1
* Imported minitest 1.7.2 r5879.ryan2010-09-231-0/+24
* * vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu2010-09-231-0/+15
* * test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:...kazu2010-09-221-1/+1
* * test/test_prime.rb (TestPrime#test_new): the warning expected haveyugui2010-09-221-5/+7
* * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.kazu2010-09-201-1/+1
* * dir.c (bracket): get rid of scanning at the end of the patternnobu2010-09-201-0/+11
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):mrkn2010-09-191-3/+4
* Specify external encoding.naruse2010-09-191-1/+1
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode): added formrkn2010-09-181-6/+32
* * ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-downmrkn2010-09-181-0/+12
* * properties.nobu2010-09-185-518/+518
* * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:kou2010-09-171-0/+23
* * test/rexml/test_sax.rb: don't use thread and sleep to avoid slow test.kou2010-09-171-21/+14
* * test/rexml/test_core.rb: enable.kou2010-09-171-21/+37
* * test/rexml/: untabify.kou2010-09-1722-1796/+1787
* * test/rexml/: fix fixture data path. All REXML tests are worked.kou2010-09-1711-57/+71
* * test/rexml/test_listener.rb: remove needless codes.kou2010-09-171-82/+1
* * test/rexml/: import REXML tests fromkou2010-09-1788-0/+34716
* * test/io/console/test_io_console.rb (TestIO_Console::helper):shyouhei2010-09-171-11/+23
* * lib/test/unit.rb (Test::Unit::GlobOption): merged RejectOption.nobu2010-09-161-12/+3
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei2010-09-161-1/+1
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-151-0/+2
* reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei2010-09-151-16/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei2010-09-151-6/+16
* * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei2010-09-151-7/+7
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-151-0/+18
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-141-0/+5
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-131-0/+4
* * util.c (ruby_strtod): reject Float('0x0.').naruse2010-09-131-1/+7
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-0/+17
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-111-1/+6
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-112-5/+22
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi2010-09-101-0/+31
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-104-13/+15
* decrease times of running test.naruse2010-09-101-1/+1
* * ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu2010-09-091-0/+4
* * vm.c (vm_backtrace_each): skip allocator frames which have nonobu2010-09-091-0/+7
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-0/+19
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-091-1/+1
* * ext/readline/readline.c (readline_s_get_line_buffer):naruse2010-09-061-0/+2
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-061-0/+1
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-0/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-0/+8
* Imported minitest 1.7.1 r5835ryan2010-09-012-195/+330
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1