aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* strftime.c: fix colon modifier.nobu2012-05-291-16/+20
* Suppress warning: method redefined.naruse2012-05-291-0/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-0/+14
* * untabified.nobu2012-05-271-8/+8
* modified test.tadf2012-05-271-9/+9
* file.c: fix for UNCnobu2012-05-261-0/+8
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2
* * test/ruby/test_backtrace.rb (test_caller_lev):ko12012-05-261-1/+1
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-261-0/+10
* * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss2012-05-261-2/+42
* * test/openssl/test_ssl.rb: Clarify the intention of errors to beemboss2012-05-251-10/+13
* * ext/openssl/ossl_ssl.c: Revert r35583emboss2012-05-251-0/+2
* * vm_eval.c (rb_f_caller): caller() method accepts second optionalko12012-05-251-2/+32
* * properties.nobu2012-05-251-57/+57
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-0/+57
* * test/-ext-/test_printf.rb: tests for [Feature #5896].nobu2012-05-251-0/+24
* Bug #5348nobu2012-05-241-0/+6
* * 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