summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-15* test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr
2011-06-15Run tests only for emacs 23+.naruse
2011-06-14Skip test_sync when there is no tty or something.naruse
2011-06-14 * test/date/test_*.rb: added tests.tadf
2011-06-14* test/ruby/test_autoload.rb: remove temporary directory.akr
2011-06-14* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu
2011-06-14Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]naruse
2011-06-14Copy YAML::Store to Syck::Store to keep it from yamler.naruse
2011-06-14Explictly specify syck.naruse
2011-06-13* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu
2011-06-13* test/coverage/test_coverage.rb: add a test for restart. a patchmame
2011-06-13* parse.y (parser_parse_string): flush delayed token. based on anobu
2011-06-13* ext/io/console/console.c (console_dev): console should benobu
2011-06-13* ext/io/console/console.c (console_dev): take care of no-cttynobu
2011-06-13* test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr
2011-06-13* ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr
2011-06-13* test/openssl/test_ec.rbemboss
2011-06-13* test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss
2011-06-13* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13Specify yamler before runnnig tests.naruse
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12Ignore exception from Process.kill.naruse
2011-06-12* test/benchmark/test_benchmark.rb (capture_output):naruse
2011-06-12* test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss
2011-06-11* ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi
2011-06-11 * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-06-11* lib/rexml/formatters/pretty.rbkou
2011-06-11* test/rexml/test_core.rbkou
2011-06-11* lib/rexml/parsers/xpathparser.rbkou
2011-06-11* test/rexml/test_elements.rb (ElementsTester): remove needlesskou
2011-06-10* test/testunit: add skip messages.nobu
2011-06-10* test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu
2011-06-10* test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove
2011-06-07* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa
2011-06-07* test/rubygems/test_gem.rb (TestGem#{test_self_user_home_userprofile,usa
2011-06-07* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):usa
2011-06-06* test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu
2011-06-06 * test/date/test_switch_hitter.rb: added a test.tadf