summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-05-15test for Bug #6385nobu
2012-05-15test/ruby/test_file.rb: use tmpdirnobu
2012-05-15test/ruby/test_marshal.rb: close pipesnobu
2012-05-14Bug #6403: reset states after empty argsnobu
2012-05-13* enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika
2012-05-13* test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika
2012-05-13* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika
2012-05-12* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena
2012-05-11Revert r35622.naruse
2012-05-11* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse
2012-05-11Bug #6419: fix cmdarg beginnobu
2012-05-10adding a few tests surrounding file open argumentstenderlove
2012-05-08* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki
2012-05-07use assert_equal, assert_match, and so on.nobu
2012-05-04* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse
2012-05-03Embed backtrace to debug.naruse
2012-05-02* parse.y (parser_yylex): allow spaces between lambda arrow andnobu
2012-05-01* test/ruby/test_settracefunc.rb: ignore traces from another threadsusa
2012-04-30* test/ruby/test_continuation.rb (tracing_with_set_trace_func): don'tnagachika
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu
2012-04-24Cent OS 5.6 wakes up in 4.989596sec from sleep(5).naruse
2012-04-24* enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa
2012-04-24* compile.c: fix to output warning when the same literalsko1
2012-04-24* parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-23* parse.y (primary): remove wrong "fixpos" that caused incorrectmame
2012-04-23* win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa
2012-04-22avoid thread switching.naruse
2012-04-19* strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu
2012-04-19Fix multithread issue in the test of r35391naruse
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-04-18* test/ruby/test_time_tz.rb (TestTimeTZ): run TZ tests on Mac OS X,nobu
2012-04-18Run separate process this GC.stress test.naruse
2012-04-18Disable GC for slow this test.naruse
2012-04-18split method definitionsnobu
2012-04-17* strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu
2012-04-12* test/ruby/test_autoload.rb: clear autoloaded paths.nobu
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu
2012-04-11* sprintf.c (rb_str_format): fix exception message encoding.nobu
2012-04-11* test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu
2012-04-11* sprintf.c (rb_str_format): fix error message.nobu
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-04-11Set $VERBOSE=false in case of ruby -w.naruse
2012-04-10* pack.c (pack_pack): Warn when an invalid character is found in thedrbrain
2012-04-10It is wrong to expect the last output is "exit".naruse
2012-04-09* test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-04-08Decrease the default level of try_fdopen.naruse