aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* use assert_equal, assert_match, and so on.nobu2012-05-074-7/+5
* * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse2012-05-041-7/+8
* Embed backtrace to debug.naruse2012-05-031-1/+2
* * parse.y (parser_yylex): allow spaces between lambda arrow andnobu2012-05-021-0/+5
* * test/ruby/test_settracefunc.rb: ignore traces from another threadsusa2012-05-011-17/+26
* * test/ruby/test_continuation.rb (tracing_with_set_trace_func): don'tnagachika2012-04-301-2/+5
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-281-0/+15
* Cent OS 5.6 wakes up in 4.989596sec from sleep(5).naruse2012-04-241-1/+1
* * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa2012-04-241-0/+69
* * compile.c: fix to output warning when the same literalsko12012-04-241-0/+23
* * parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu2012-04-241-0/+32
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-243-1/+35
* * parse.y (primary): remove wrong "fixpos" that caused incorrectmame2012-04-231-0/+14
* * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa2012-04-231-0/+4
* avoid thread switching.naruse2012-04-221-3/+8
* * strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu2012-04-191-0/+16
* Fix multithread issue in the test of r35391naruse2012-04-191-3/+2
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-182-0/+53
* * test/ruby/test_time_tz.rb (TestTimeTZ): run TZ tests on Mac OS X,nobu2012-04-181-8/+18
* Run separate process this GC.stress test.naruse2012-04-181-5/+2
* Disable GC for slow this test.naruse2012-04-181-4/+4
* split method definitionsnobu2012-04-181-6/+11
* * strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu2012-04-171-0/+16
* * test/ruby/test_autoload.rb: clear autoloaded paths.nobu2012-04-121-0/+2
* * compile.c (compile_array, compile_array_):ko12012-04-121-0/+8
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-0/+10
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-111-0/+38
* * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu2012-04-111-1/+8
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-111-3/+8
* * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki2012-04-111-0/+16
* Set $VERBOSE=false in case of ruby -w.naruse2012-04-111-2/+6
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-101-0/+35
* It is wrong to expect the last output is "exit".naruse2012-04-101-1/+0
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-0/+10
* * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre2012-04-091-0/+4
* Decrease the default level of try_fdopen.naruse2012-04-081-1/+1
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-072-2/+12
* * test/ruby/test_thread.rbshirosaki2012-04-071-0/+1
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+7
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-4/+18
* use super in h.defaultnobu2012-03-311-1/+1
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-311-0/+8
* misplaced rescuenobu2012-03-311-2/+3
* descriptive assertionsnobu2012-03-301-34/+34
* join LocalBarriernobu2012-03-301-1/+2
* * test/ruby/lbtest.rb: print at once including newlines.nobu2012-03-291-4/+4
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+6
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+9