summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-09-03* io.c (argf_next_argv): open in default text mode.nobu
2011-09-03* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika
2011-09-03* test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-09-01* ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove
2011-09-01* numeric.c (flo_round): substitute machine dependent magic number.nobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-09-01* Release GVL while OpenSSL's public key generation.nahi
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-09-01Remove tests of json/add/{complex, rational}.naruse
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse
2011-08-30* test/-ext-/old_thread_select/test_old_thread_select.rbusa
2011-08-30* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa
2011-08-30* test/dl/test_callback.rb (test_callback_with_string): preventsnagachika
2011-08-30* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse
2011-08-30* thread.c (rb_thread_select): rewrite by usingkosaki
2011-08-29* test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn
2011-08-29Use psych_yaml_as to avoid collision with Syck.naruse
2011-08-29* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn
2011-08-27Imported minitest 2.5.1 (r6596)ryan
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi
2011-08-26* lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove
2011-08-24* test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solarisngoto
2011-08-24* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto
2011-08-24* insns.def (defined): fix to checking class variable.ko1
2011-08-23* lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain
2011-08-23* lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain
2011-08-23fixed tests broken by new minitest mixinryan
2011-08-23Imported minitest 2.5.0 (r6557)ryan
2011-08-23* thread.c (update_coverage): skip coverage count up if the currentmame
2011-08-23* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi
2011-08-20* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj
2011-08-20* ext/stringio/stringio.c (strio_read): return new string if nilnobu
2011-08-19* lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo
2011-08-19* lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo
2011-08-17Merge branch '5172_bigdecimal_gc_issue' into trunkmrkn
2011-08-17* rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn
2011-08-15* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss
2011-08-13* test/socket/test_socket.rb (test_connect_timeout): added a testakr
2011-08-13 * test/date/test_*.rb: added tests.tadf