summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-04-03Revert r35180; the fix break the test. see [ruby-dev:30653]naruse
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-03-31use super in h.defaultnobu
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-31misplaced rescuenobu
2012-03-30descriptive assertionsnobu
2012-03-30join LocalBarriernobu
2012-03-29* test/ruby/lbtest.rb: print at once including newlines.nobu
2012-03-28* process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu
2012-03-28* marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu
2012-03-27* string.c (str_new_empty): should copy also the encoding as annobu
2012-03-26* enumerator.c (inspect_enumerator): show method arguments ofshugo
2012-03-26* ruby.c (load_file_internal): bail out if the script is a directory.nobu
2012-03-25* string.c (tr_setup_table): fix multiple non latin argument fornaruse
2012-03-24* enumerator (lazy_initialize): set the instance variable "receiver"shugo
2012-03-24* enumerator (enumerator_inspect): include the original receiver andshugo
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu