summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr2011-06-131-4/+2
* * ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr2011-06-131-0/+37
* * test/openssl/test_ec.rbemboss2011-06-133-136/+126
* * test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss2011-06-131-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn2011-06-131-1/+6
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-131-0/+4
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-0/+12
* Specify yamler before runnnig tests.naruse2011-06-131-0/+9
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-0/+23
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-132-0/+79
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-124-7/+170
* Ignore exception from Process.kill.naruse2011-06-121-1/+4
* * test/benchmark/test_benchmark.rb (capture_output):naruse2011-06-121-1/+1
* * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss2011-06-121-0/+8
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi2011-06-111-6/+29
* * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf2011-06-111-0/+13
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-111-0/+9
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-111-0/+4
* * lib/rexml/formatters/pretty.rbkou2011-06-111-0/+61
* * test/rexml/test_core.rbkou2011-06-111-3/+1
* * lib/rexml/parsers/xpathparser.rbkou2011-06-111-0/+9
* * test/rexml/test_elements.rb (ElementsTester): remove needlesskou2011-06-111-10/+10
* * test/testunit: add skip messages.nobu2011-06-102-2/+2
* * test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu2011-06-101-1/+1
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-101-3/+4
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-0/+32
* * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika2011-06-091-0/+11
* * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika2011-06-091-0/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove2011-06-091-0/+14
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove2011-06-091-0/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove2011-06-091-5/+7
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa2011-06-071-12/+0
* * test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,usa2011-06-071-4/+2
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa2011-06-071-1/+1
* * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu2011-06-061-52/+50
* * test/date/test_switch_hitter.rb: added a test.tadf2011-06-061-0/+27
* * ext/date/date_core.c: flattened format to strftimev.tadf2011-06-061-0/+2
* * test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#usa2011-06-061-10/+0
* * test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu2011-06-041-1/+16
* * class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu2011-06-041-0/+15
* * test/rubygems/test_gem_commands_which_command.rb:naruse2011-06-031-4/+4
* * lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse2011-06-031-0/+1
* * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah2011-06-021-0/+57
* Imported minitest 2.2.2 (r6281)ryan2011-06-011-11/+8
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-06-011-1/+1
* * test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu2011-06-011-1/+1
* MOSTLY Imported minitest 2.2.1 (r6277)ryan2011-06-014-19/+317
* * lib/rubygems, test/rubygems: properties.nobu2011-06-013-4/+4
* Import rubygems 1.8.5 (released @ 137c80f)ryan2011-06-0145-1286/+1664
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-311-0/+29