aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* parse.y: attrset from junk IDnobu2014-02-131-0/+4
* test_rubyoptions.rb: just check if abortednobu2014-02-121-1/+1
* error.c: Crash Report lognobu2014-02-121-0/+1
* marshal.c: Numerics are not taintednobu2014-02-081-0/+10
* test_marshal.rb: fix test depending on heap addressnobu2014-02-061-1/+2
* pack.c: hide associated objectsnobu2014-02-051-0/+5
* parse.y: symbol names must be ascii-compatiblenobu2014-02-051-0/+5
* dir.c: glob cases on case-insensitive systemnobu2014-02-041-0/+21
* pack.c: use ivar for associated objectsnobu2014-02-041-1/+1
* string.c: enable capacity when setting capanobu2014-02-041-0/+1
* Revert "dir.c: glob cases on case-insensitive system"naruse2014-02-041-21/+0
* dir.c: glob cases on case-insensitive systemnobu2014-02-031-0/+21
* object.c: error message encodingnobu2014-01-301-0/+16
* test_exception.rb: ignore SystemStackErrornobu2014-01-301-0/+1
* thread_pthread.c: get current main thread stack sizenobu2014-01-271-0/+10
* compile.c: assignment result of aset_withnobu2014-01-251-0/+10
* test_process.rb: clock_getres may not supportednobu2014-01-241-0/+2
* * test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby processko12014-01-231-0/+1
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+4
* * test/ruby/test_settracefunc.rb: check the target thread.ko12014-01-231-0/+2
* test_process.rb: fix conditionnobu2014-01-231-1/+1
* test_process.rb: deadlock testnobu2014-01-231-0/+48
* * compar.c (cmp_equal): warn for this release and still rescueeregon2014-01-181-2/+4
* * test/ruby/test_comparable.rb: specify behavior for the differenteregon2014-01-181-2/+4
* eval.c: singleton class constantsnobu2014-01-171-0/+13
* test_thread.rb: stop at oncenobu2014-01-161-2/+6
* test_gc.rb: relax assertionnobu2014-01-151-1/+1
* test_numeric.rb: default_externalnobu2014-01-151-4/+13
* numeric.c: preserve encodingnobu2014-01-151-1/+10
* numeric.c: preserve encodingnobu2014-01-151-2/+2
* numeric.c: preserve encodingnobu2014-01-151-0/+5
* test_numeric.rb: coercion failuresnobu2014-01-151-0/+5
* string.c: respect BOMnobu2014-01-151-0/+9
* string.c: use actual encodingsnobu2014-01-151-0/+4
* test_m17n.rb: split tests for inspectnobu2014-01-151-12/+10
* test_super.rb: remove unneeded codenobu2014-01-101-1/+1
* insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm12014-01-101-1/+15
* * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko12014-01-091-0/+84
* vm_insnhelper.c: revive r44455 for bound module methodnobu2014-01-081-0/+13
* object.c: hash value from objid with saltnobu2014-01-081-0/+21
* array.c: return first unique element in Array#uniqtmm12014-01-061-0/+5
* test_super.rb: test_module_super_in_method_modulenobu2014-01-061-0/+18
* * compar.c (cmp_equal): remove error hiding in Comparable#==.eregon2014-01-051-2/+3
* * struct.c (rb_struct_set): return assigned value from setter methodcharliesome2014-01-041-0/+6
* test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu2014-01-041-1/+1
* test_transcode.rb: add messagesnobu2014-01-011-4/+4
* eval.c: raise with causenobu2013-12-311-0/+14
* encoding.c: mask dummy flagsnobu2013-12-301-0/+11
* test_sprintf.rb: sprintf with a hash as parameternobu2013-12-281-0/+5
* vm_insnhelper.c: missing super in method modulenobu2013-12-281-0/+15