aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu2008-07-222-1/+4
* * compile.c (iseq_compile_each): NODE_POSTEXE should set each endnobu2008-07-201-0/+15
* * test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame2008-07-171-3/+3
* * test/ruby/enc: moved tests for particular encodings.nobu2008-07-1612-0/+0
* * test/ruby/test_signal.rb (test_trap): string commands are allowed.nobu2008-07-161-2/+2
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-1514-873/+540
* * test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu2008-07-141-1/+6
* * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ...kazu2008-07-141-0/+9
* * test/ruby/envutil.rb (assert_normal_exit): r17993 revert.wanabe2008-07-101-2/+2
* * test/ruby/envutil.rb (assert_normal_exit): finish writing scriptwanabe2008-07-101-2/+2
* * string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu2008-07-081-0/+1
* * string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu2008-07-071-0/+5
* * test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM.naruse2008-07-071-1/+2
* test_str_slice! refactored.akr2008-07-051-3/+5
* * re.c (unescape_nonascii): add has_property argument not toakr2008-07-041-0/+8
* * re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr2008-07-041-0/+19
* * 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