aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_io.rb: use IO#nonblock=normal2014-09-051-1/+1
* test/ruby/test_io.rb: avoid EBADFnormal2014-09-051-14/+19
* * test/csv/test_row.rb: Added some missing tests in CSV.hsbt2014-09-052-0/+18
* * lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.hsbt2014-09-052-6/+4
* * remove trailing spaces.svn2014-09-053-6/+6
* * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):hsbt2014-09-051-1/+1
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt2014-09-0520-155/+779
* * configure.in (dirfd): Check function.akr2014-09-042-1/+10
* * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt2014-09-041-0/+5
* object.c: fix memory leaknobu2014-09-031-0/+10
* * test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt2014-09-031-2/+2
* Ruby can delay arbitrarily because Ruby is not a realtime system, akr2014-09-021-1/+1
* * test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr2014-09-021-2/+6
* test_io.rb: ignore stream closed IOErrornobu2014-09-021-3/+7
* * test/runner.rb: reporting test coverage for test-all with COVERAGE env.hsbt2014-09-021-0/+6
* * ext/win32ole/win32ole.c (rbtime2vtdate): try to convert millisecondsuke2014-09-011-0/+13
* test_benchmark.rb: use assert_in_epsilonnobu2014-08-311-1/+1
* zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal2014-08-301-0/+5
* test_benchmark.rb: extend sleep timenobu2014-08-301-2/+3
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove2014-08-291-0/+6
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove2014-08-291-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove2014-08-291-0/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove2014-08-291-0/+20
* * test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt2014-08-291-4/+0
* * test/rinda/test_rinda.rb: removed useless assignment variables.hsbt2014-08-293-5/+2
* test_io.rb: non UTF-8 patternnobu2014-08-281-1/+1
* test_io_m17n.rb: leaked FDsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-0/+7
* io.c: preserve encodingsnobu2014-08-281-0/+11
* io.c: preserve encodingsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-1/+6
* * ext/win32ole/win32ole.c (vtdate2rbtime): try to convert millisecondsuke2014-08-271-0/+8
* * test/ruby/test_complex.rb: removed unreachable code.hsbt2014-08-272-182/+80
* * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt2014-08-262-0/+8
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-261-0/+6
* io.c: do not swallow exceptions at end of blocknobu2014-08-261-0/+9
* * test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt2014-08-261-1/+1
* * test/test_mathn.rb: added workaround for VERBOSE messages.hsbt2014-08-261-7/+9
* * ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise asuke2014-08-252-0/+53
* uri/common.rb: use negative look-aheadnobu2014-08-251-0/+3
* * test/ruby/test_complex.rb: removed needless conditions.hsbt2014-08-242-159/+74
* * test/ruby/test_rational.rb: fixed indent.hsbt2014-08-241-6/+6
* * test/ruby/test_rational.rb: remove commented-out code.hsbt2014-08-241-155/+0
* lib/benchmark.rb: speedup by reducing allocationsnormal2014-08-241-0/+5
* * test/ruby/test_complex.rb: removed commented-out code.hsbt2014-08-221-58/+0
* * test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt2014-08-221-28/+29
* win32/test_console_attr.rb: reset attributesnobu2014-08-211-5/+4
* win32.c: manage reverse videonobu2014-08-211-0/+44
* compar.c: use Module#to_snobu2014-08-211-1/+1
* test_thread.rb: let main thread exit from Thread.newnobu2014-08-201-0/+1