summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-06-27* lib/erb.rb: adjust line number for magic comment.kazu
2008-06-26Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353].drbrain
2008-06-24* test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa
2008-06-24* test_process.rb (test_popen_fork): skip test if fork is not implemented.usa
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19* test/testunit/collector/test_dir.rb: r15825 made it unnecessary to changemame
2008-06-19Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain
2008-06-19* test/net/http/test_http.rb: compare encodings of two strings beforemame
2008-06-19* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
2008-06-18* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame
2008-06-18* test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu
2008-06-18* test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa
2008-06-18* test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa
2008-06-18* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa
2008-06-18* test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa
2008-06-18* test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa
2008-06-17Fix RubyGems for 1.9, r1780drbrain
2008-06-17Update RubyGems to 1.1.1 r1778 (almost 1.2)drbrain
2008-06-12* test/ruby/test_thread.rb: add a test.mame
2008-06-11* ext/stringio/stringio.c (strio_init): rewind when reopened.mame
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-10* test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu
2008-06-09* test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz
2008-06-08* test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame
2008-06-08avoid dead lock on MacOS X.akr
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-06-06* test/iconv/utils.rb (default_test): override not to croak.nobu
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2008-06-05* test/stringio/test_stringio.rb: add tests to achieve over 95% testmame
2008-06-05* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-06-05* test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu
2008-06-05* test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu
2008-06-05* test/iconv/test_simple.rb: added.nobu
2008-06-04* test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame
2008-06-04* test/ruby/test_process.rb: add tests.mame
2008-06-04avoid infinite loop on FreeBSD 6.3.akr
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame
2008-06-03* test/etc/test_etc.rb: new tests for etc.mame
2008-06-03* enumerator.c (enumerator_with_memo): New method: with_memo().knu
2008-06-02* test/ruby/test_method.rb: add a test.mame
2008-06-02* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-06-02* test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr
2008-06-02* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
2008-06-01* test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr
2008-06-01debug print removed.akr
2008-05-31* gc.c (count_objects): clear given hash.akr
2008-05-31* test/ruby/test_regexp.rb: add tests.mame
2008-05-31* test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr