summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-09-28io.c: IO#reopen int modenobu
2012-09-27* eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo
2012-09-27* ext/syslog/lib/syslog/logger.rb: add a formatter to theknu
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-26Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse
2012-09-26Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse
2012-09-25test_gem_installer.rb: restore ARGVnobu
2012-09-25test_super.rb: super from BEGINnobu
2012-09-25insns.def: super from at_exitnobu
2012-09-24* iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse
2012-09-24use assert_predicate for unary operatornaruse
2012-09-24Feature #7035nobu
2012-09-20* lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse
2012-09-20check @there if it is nil to prevent infinite loopnaruse
2012-09-20* test/drb/ut_drb.rb: revert a part of r36987, and get rid of a warningusa
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-19suppress warningsnaruse
2012-09-16io.c: io_set_read_lengthnobu
2012-09-15test_parse.rb: eval locationsnobu
2012-09-09* lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki
2012-09-09* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.kosaki
2012-09-09* test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki
2012-09-08test_gem_specification.rb: skip meaningless testsnobu
2012-09-06mkmf.rb: fix splitting options with an argumentnobu
2012-09-05Imported minitest 3.4.0 (r7762)ryan
2012-09-05Suppress warningsnaruse
2012-09-05dir.c: fix recursionnobu
2012-09-05test_dir_m17n.rb: test_glob_incompatiblenobu
2012-09-04test_pstore.rb: fix for timeoutshirosaki
2012-09-03* test/openssl/test_asn1_rb:emboss
2012-09-03* test/openssl/utils.rb: Use DSS1 as DSA signature digest for allemboss
2012-09-03matrix.rb: complex vectornobu
2012-09-03remove trailing spaces.nobu
2012-09-03* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss
2012-09-02* test/openssl/utils.rb: Use a cached DH key instead of generating aemboss
2012-09-01* lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse
2012-09-01Use 0 as port like #6766 [Bug #6959]naruse
2012-08-31* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss
2012-08-31* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_to_f): addedusa
2012-08-30bigdecimal.c: check underflownobu
2012-08-30* lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"naruse
2012-08-29test/ruby/test_file_exhaustive.rb: fix test for HOME-less envsluislavena
2012-08-28* test/openssl/utils.rbemboss
2012-08-27adding test coverage for invalid attribute namestenderlove
2012-08-27test_etc.rb: fix for non unique GIDshirosaki
2012-08-24Fix r36805.naruse
2012-08-24Improve require/File.expand_path performance on Windowsluislavena
2012-08-23Added a test for CoW strings.tenderlove
2012-08-23Test for r36803's singleton_class_of.naruse
2012-08-23* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa