aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * vm.c (vm_exec): support :b_return event for "lambda{return}.call".ko12013-10-101-0/+25
* * test/ruby/test_rand.rb: fix r43224. local variable `e' isko12013-10-091-1/+1
* test/ruby: assert_raise_with_messagenobu2013-10-095-12/+6
* object.c: avoid inadvertent symbol creationnobu2013-10-091-0/+28
* test_module.rb: quote namenobu2013-10-091-4/+9
* vm_method.c: preserve encodingnobu2013-10-091-1/+3
* test_inadvertent_creation.rb: fix assertion namenobu2013-10-091-14/+14
* test_inadvertent_creation.rb: use assert_not_interned?nobu2013-10-091-14/+14
* test/unit/assertions.rb: return exceptionnobu2013-10-0916-95/+67
* test: use assert_raisenobu2013-10-096-10/+10
* test_tracepoint.rb: include zombiesnobu2013-10-091-1/+3
* compar.c: fail if recursionnobu2013-10-091-0/+7
* test_require.rb: need verbosenobu2013-10-091-0/+5
* * include/ruby/debug.h,ko12013-10-091-1/+11
* load.c: display backtrace to $stderrnobu2013-10-081-7/+10
* * remove trailing spaces.nobu2013-10-081-1/+1
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-5/+31
* test_rubyoptions.rb: only one Bogus objectnobu2013-10-081-1/+3
* * lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns localakr2013-10-071-1/+1
* * lib/time.rb (Time.strptime): Use :offset.akr2013-10-071-0/+2
* test_io.rb: fix r43164nobu2013-10-071-1/+1
* * test/-ext-/debug/test_profile_frames.rb: rename class C toko12013-10-071-4/+4
* * ext/-test-/debug/profile_frames.c:ko12013-10-071-0/+54
* Increase open_timeout [Bug #8986]naruse2013-10-071-1/+1
* test_io.rb: get rid of error messagenobu2013-10-071-1/+1
* test_tempfile.rb: fix test on Windowsnobu2013-10-061-0/+1
* test_old_thread_select.rb: ignore short wait on Windowsnobu2013-10-061-1/+2
* test_sleep.rb: get rid of failure on Windowsnobu2013-10-061-2/+9
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+27
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* test_io.rb: fix typonobu2013-10-031-1/+1
* test_io.rb: add testnobu2013-10-021-0/+11
* io.c: get rid of race conditionnobu2013-10-021-0/+13
* tempfile.rb: undefine finalizer on unlinknobu2013-10-011-0/+14
* file.c: export rb_stat_newnobu2013-10-011-0/+14
* test_config.rb: fix library pathnobu2013-10-011-1/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-012-4/+4
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-0/+2
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-1/+34
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-301-0/+44
* parse.y: allow junk attrsetnobu2013-09-291-5/+6
* parse.y: fix inconsistency with literalsnobu2013-09-291-0/+13
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+19
* math.c: fix for Bignum argumentnobu2013-09-281-0/+3
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-282-0/+6
* * gc.c: add two GC tuning environment variables.ko12013-09-271-2/+12
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-261-0/+12