aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-4/+0
* Bug #6487nobu2012-05-241-0/+51
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-5/+22
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-221-0/+25
* rescue EPIPE raised from conn.print because of client's timeoutnaruse2012-05-221-11/+13
* OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.naruse2012-05-211-1/+1
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-0/+189
* Rescue exception from writing to a socket.naruse2012-05-211-1/+1
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-2/+13
* Shutdown gracefully.naruse2012-05-201-0/+6
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+14
* * lib/uri/generic.rb (URI::Generic.build): duplicate args before addingnaruse2012-05-181-0/+9
* * ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which wasdrbrain2012-05-171-0/+507
* test/ruby/test_time.rb: split a big testnobu2012-05-151-0/+22
* * ext/date/date_strftime.c: should also be aware of flags ontadf2012-05-151-0/+15
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-152-0/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* test for Bug #6385nobu2012-05-151-0/+20
* test/ruby/test_file.rb: use tmpdirnobu2012-05-151-2/+4
* test/ruby/test_marshal.rb: close pipesnobu2012-05-151-8/+8
* Check IFDISABLED on Mac OS X.naruse2012-05-141-3/+17
* Bug #6403: reset states after empty argsnobu2012-05-141-0/+5
* * enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika2012-05-131-0/+8
* * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika2012-05-131-1/+1
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-131-8/+0
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-121-0/+8
* Revert r35622.naruse2012-05-111-1/+1
* * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse2012-05-111-1/+1
* Add a test: BigDecimal("0").div(BigDecimal("Infinity")).naruse2012-05-111-0/+4
* Bug #6419: fix cmdarg beginnobu2012-05-111-0/+5
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* fix the path of ifconfig.naruse2012-05-101-1/+1
* skip addresses whose interface is set as POINTOPOINT.naruse2012-05-101-3/+11
* Skip IPv6 addresses whose interface is set as IFDISABLED.naruse2012-05-101-8/+26
* test/minitest: Correct requiring path to metametameta.rb.nobu2012-05-102-2/+2
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependentnobu2012-05-091-7/+10
* Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 a...ryan2012-05-095-58/+117
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-0/+25
* * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki2012-05-081-0/+16
* test/mkmf/base.rb: hide compiler outputnobu2012-05-081-2/+6
* test: fix test conditionsnobu2012-05-083-7/+16
* test: why believe source directories are writable always?nobu2012-05-085-26/+29
* * test/minitest/metametameta.rb (MetaMetaMetaTestCase#assert_report):usa2012-05-081-2/+7
* test/testunit: fix for recent minitestnobu2012-05-072-4/+4
* * lib/minitest/unit.rb (assert_match): refix of r35563.naruse2012-05-071-0/+9
* Correct requiring path to metametameta.rb.naruse2012-05-071-1/+1
* test_ssl.rb: test only if necessary option is available.nobu2012-05-071-6/+6
* * ext/json: Merge JSON 1.7.1.naruse2012-05-077-10/+22
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-072-155/+208