aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+8
* * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj2011-09-031-0/+12
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+9
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-1/+12
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-031-0/+18
* * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu2011-09-031-1/+1
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-9/+19
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-2/+20
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-0/+8
* * numeric.c (flo_round): substitute machine dependent magic number.nobu2011-09-011-0/+13
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-012-1/+17
* * Release GVL while OpenSSL's public key generation.nahi2011-09-013-0/+21
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-011-0/+1
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-011-6/+6
* Remove tests of json/add/{complex, rational}.naruse2011-09-011-5/+0
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-0/+110
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-311-1/+28
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-311-1/+1
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-301-1/+1
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-5/+5
* * test/dl/test_callback.rb (test_callback_with_string): preventsnagachika2011-08-301-2/+5
* * 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