aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-032-0/+4
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-032-0/+10
* * vm_backtrace.c: change names.ko12012-06-021-7/+15
* utc offset in secondsnobu2012-05-301-1/+1
* strftime.c: triple colons modifiernobu2012-05-291-0/+18
* strftime.c: fix locale modifiernobu2012-05-291-0/+18
* strftime.c: fix colon modifier.nobu2012-05-291-16/+20
* Suppress warning: method redefined.naruse2012-05-291-0/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-0/+14
* file.c: fix for UNCnobu2012-05-261-0/+8
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2
* * test/ruby/test_backtrace.rb (test_caller_lev):ko12012-05-261-1/+1
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-261-0/+10
* * vm_eval.c (rb_f_caller): caller() method accepts second optionalko12012-05-251-2/+32
* * properties.nobu2012-05-251-57/+57
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-0/+57
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-4/+0
* Bug #6487nobu2012-05-241-0/+51
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-221-0/+25
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+14
* test/ruby/test_time.rb: split a big testnobu2012-05-151-0/+22
* test for Bug #6385nobu2012-05-151-0/+20
* test/ruby/test_file.rb: use tmpdirnobu2012-05-151-2/+4
* test/ruby/test_marshal.rb: close pipesnobu2012-05-151-8/+8
* Bug #6403: reset states after empty argsnobu2012-05-141-0/+5
* * enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika2012-05-131-0/+8
* * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika2012-05-131-1/+1
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-131-8/+0
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-121-0/+8
* Revert r35622.naruse2012-05-111-1/+1
* * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse2012-05-111-1/+1
* Bug #6419: fix cmdarg beginnobu2012-05-111-0/+5
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30
* * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki2012-05-081-0/+16
* 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