aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_settracefunc.rb: fix expected traces formame2008-07-011-14/+24
* * test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame2008-06-301-2/+6
* * test/ruby/test_array.rb (test_aset): access with too big indexmame2008-06-301-2/+2
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-292-4/+4
* * test/ruby/test_parse.rb: remove tests for open_args.mame2008-06-291-48/+0
* fix test_status_kill for coredump message in Process::Status#inspect.akr2008-06-281-1/+5
* add a test for [ruby-dev:34958].akr2008-06-281-0/+10
* * time.c: fix rounding negative float.akr2008-06-271-0/+12
* * test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa2008-06-241-2/+13
* * test_process.rb (test_popen_fork): skip test if fork is not implemented.usa2008-06-241-5/+7
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+11
* * test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko12008-06-191-0/+1
* * test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu2008-06-181-2/+2
* * test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa2008-06-181-3/+3
* * test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa2008-06-181-4/+4
* * test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa2008-06-181-1/+2
* * test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa2008-06-181-11/+25
* * test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa2008-06-181-3/+8
* * test/ruby/test_thread.rb: add a test.mame2008-06-121-0/+22
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-111-0/+8
* * test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu2008-06-101-0/+3
* * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz2008-06-091-6/+6
* avoid dead lock on MacOS X.akr2008-06-081-2/+4
* * hash.c (hash_i): make Hash#hash order insensitive.akr2008-06-071-0/+4
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-053-0/+50
* * test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame2008-06-041-0/+15
* * test/ruby/test_process.rb: add tests.mame2008-06-041-0/+141
* * test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame2008-06-033-0/+209
* * enumerator.c (enumerator_with_memo): New method: with_memo().knu2008-06-031-0/+19
* * test/ruby/test_method.rb: add a test.mame2008-06-021-0/+10
* * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame2008-06-0214-2/+684
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-023-0/+14
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-022-0/+45
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-021-0/+9
* * test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr2008-06-011-0/+3
* debug print removed.akr2008-06-011-1/+0
* * gc.c (count_objects): clear given hash.akr2008-05-311-0/+6
* * test/ruby/test_regexp.rb: add tests.mame2008-05-311-0/+7
* * test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr2008-05-311-2/+4
* * test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu2008-05-301-1/+3
* * test/ruby/test_regexp.rb: add tests.mame2008-05-301-10/+45
* * test/ruby/test_signal.rb: add tests to achieve over 80% testmame2008-05-301-0/+99
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-303-3/+3
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-292-0/+2
* * test/ruby/test_regexp.rb: add tests.mame2008-05-291-0/+26
* * test/ruby/test_require.rb: add a test for load with wrap flag, tomame2008-05-291-0/+20
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-292-0/+1360
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-281-12/+0
* * numeric.c (num_div): should raise ZeroDivisionError.matz2008-05-271-3/+3
* * test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr2008-05-251-2/+4