summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-07-31* transcode.c (output_replacement_character):naruse
2008-07-31* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse
2008-07-31* transcode.c (get_replacement_character): use U+FFFD as replacementnaruse
2008-07-31test/ruby/test_transcode.rb: added test_shift_jisduerst
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-07-29* test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame
2008-07-28* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse
2008-07-28* test/ruby/test_require.rb (test_require_too_long_filename):mame
2008-07-25* test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame
2008-07-25* test/ruby/test_transcode.rb: refactoring/cleanup ofduerst
2008-07-23* test/ruby/test_marshal.rb: suppress warning during test.mame
2008-07-23* test/ruby/test_dir.rb: suppress warning during test.mame
2008-07-22* test/ruby/test_transcode.rb: added two commentsduerst
2008-07-22* test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu
2008-07-20* compile.c (iseq_compile_each): NODE_POSTEXE should set each endnobu
2008-07-17* test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame
2008-07-16* test/ruby/enc: moved tests for particular encodings.nobu
2008-07-16* test/ruby/test_signal.rb (test_trap): string commands are allowed.nobu
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-07-14* test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu
2008-07-14* test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ...kazu
2008-07-10* test/ruby/envutil.rb (assert_normal_exit): r17993 revert.wanabe
2008-07-10* test/ruby/envutil.rb (assert_normal_exit): finish writing scriptwanabe
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-07-07* test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM.naruse
2008-07-05test_str_slice! refactored.akr
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-04* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr
2008-07-01* test/ruby/test_settracefunc.rb: fix expected traces formame
2008-06-30* test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame
2008-06-30* test/ruby/test_array.rb (test_aset): access with too big indexmame
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-29* test/ruby/test_parse.rb: remove tests for open_args.mame
2008-06-28fix test_status_kill for coredump message in Process::Status#inspect.akr
2008-06-28add a test for [ruby-dev:34958].akr
2008-06-27* time.c: fix rounding negative float.akr
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/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
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-12* test/ruby/test_thread.rb: add a test.mame