aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/process.rb (test_popen_fork): skip a test which isnaruse2008-08-061-0/+1
* add tests for [ruby-dev:35726] and [ruby-dev:35709].akr2008-08-061-0/+6
* * parse.y (parser_yylex): removed an useless conditional, and magicyugui2008-08-011-0/+18
* * transcode.c (output_replacement_character):naruse2008-07-311-0/+15
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-311-2/+2
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-311-7/+4
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-311-0/+56
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-0/+10
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-291-9/+28
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-291-57/+81
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-281-0/+4
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-281-1/+8
* * test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame2008-07-251-0/+0
* * test/ruby/test_transcode.rb: refactoring/cleanup ofduerst2008-07-251-7/+8
* * test/ruby/test_marshal.rb: suppress warning during test.mame2008-07-231-0/+9
* * test/ruby/test_dir.rb: suppress warning during test.mame2008-07-231-0/+3
* * test/ruby/test_transcode.rb: added two commentsduerst2008-07-221-2/+2
* * 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