aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Catch NoMemoryError.naruse2011-09-091-2/+2
* Decide by majority.naruse2011-09-091-2/+5
* * test/rubygems/test_gem_commands_help_command.rb: Add onesorah2011-09-091-0/+1
* * thread.c (rb_thread_select): fix a typo to initialize efdsnobu2011-09-091-2/+13
* fix test/rexml/test_encoding.rb failureayumin2011-09-071-0/+1
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:kou2011-09-071-0/+25
* Remove assertion which depends the load ordernaruse2011-09-071-8/+1
* * lib/yaml.rb: explicitly specify ::Object to avoid the collision withnaruse2011-09-071-0/+1
* * lib/test/unit.rb (_run_suites): Now reports are written thesorah2011-09-062-0/+32
* Use assert_operator to show clear message.naruse2011-09-061-3/+3
* * encoding.c (load_encoding): predefined encoding names are safe.nobu2011-09-061-0/+5
* * transcode.c: enabled econv newline option.nobu2011-09-061-0/+6
* * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failuresseki2011-09-051-55/+20
* * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu2011-09-051-4/+5
* * test/rubygems/test_gem_security.rbnaruse2011-09-051-0/+1
* * 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