aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-303-1/+75
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-301-0/+69
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-1/+1
* Use psych_yaml_as to avoid collision with Syck.naruse2011-08-291-1/+1
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-292-0/+86
* Imported minitest 2.5.1 (r6596)ryan2011-08-271-0/+37
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-16/+8
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-110/+0
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-0/+110
* * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain2011-08-266-55/+171
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-251-0/+16
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-0/+16
* * test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solarisngoto2011-08-241-2/+2
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto2011-08-241-2/+2
* * insns.def (defined): fix to checking class variable.ko12011-08-241-0/+5
* * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain2011-08-234-0/+69
* * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain2011-08-231-0/+29
* fixed tests broken by new minitest mixinryan2011-08-231-4/+8
* Imported minitest 2.5.0 (r6557)ryan2011-08-233-18/+255
* * thread.c (update_coverage): skip coverage count up if the currentmame2011-08-231-2/+23
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+14
* * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj2011-08-201-0/+1
* * ext/stringio/stringio.c (strio_read): return new string if nilnobu2011-08-201-0/+8
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-0/+55
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-0/+17
* Merge branch '5172_bigdecimal_gc_issue' into trunkmrkn2011-08-172-1/+51
* * rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn2011-08-171-0/+4
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+9
* * test/socket/test_socket.rb (test_connect_timeout): added a testakr2011-08-131-0/+28
* * test/date/test_*.rb: added tests.tadf2011-08-133-0/+21
* * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove2011-08-131-0/+7
* * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of topleveldrbrain2011-08-123-2/+5
* * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.drbrain2011-08-111-0/+6
* * complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn2011-08-101-0/+5
* * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto2011-08-092-2/+14
* * time.c (rb_strftime_alloc): raise ERANGE if width is too large.kosaki2011-08-071-0/+3
* * test/test_syslog.rb (TestSyslog#test_log): Do not be tooknu2011-08-051-2/+18
* * test/ruby/test_object.rb: tests that respond_to? returns false.nobu2011-08-051-0/+12
* * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-051-0/+5
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-052-1/+26
* * lib/rubygems: Import RubyGems 1.8.7:drbrain2011-08-054-0/+76
* * test/io/console/test_io_console.rb (test_noctty): daemon() onnobu2011-08-041-8/+15
* Cosmetic change of Hash literal.nahi2011-08-032-2/+2
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-032-58/+4
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei2011-08-031-0/+1
* * encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu2011-08-021-0/+3
* * test/testunit/test_parallel.rb: pass "--ruby" option tosorah2011-08-021-0/+3
* * hash.c (recursive_hash): hash value of emptied hash should benobu2011-08-021-0/+3
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-021-7/+11
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-012-2/+2