aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Skip test_sync when there is no tty or something.naruse2011-06-141-0/+1
* * test/date/test_*.rb: added tests.tadf2011-06-142-2/+54
* * test/ruby/test_autoload.rb: remove temporary directory.akr2011-06-141-12/+13
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-141-7/+11
* Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]naruse2011-06-141-0/+1
* Copy YAML::Store to Syck::Store to keep it from yamler.naruse2011-06-141-1/+1
* Explictly specify syck.naruse2011-06-141-1/+4
* * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu2011-06-131-5/+17
* * test/coverage/test_coverage.rb: add a test for restart. a patchmame2011-06-131-0/+26
* * parse.y (parser_parse_string): flush delayed token. based on anobu2011-06-131-2/+15
* * ext/io/console/console.c (console_dev): console should benobu2011-06-131-0/+4
* * ext/io/console/console.c (console_dev): take care of no-cttynobu2011-06-131-0/+10
* * 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