summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(0).glass
2014-02-20* hash.c (rb_hash_flatten): fix behavior of flatten(-1).glass
2014-02-17* test/ruby/test_gc.rb: ignore warning messages for running with -wko1
2014-02-17marshal.c: do not recycle wrapper objectsnobu
2014-02-17* gc.c: introduce new environment variableko1
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-02-13* vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo
2014-02-13* test/ruby/test_array.rb: Ensure flatten! is used for test_flattenzzak
2014-02-13parse.y: attrset from junk IDnobu
2014-02-12test_rubyoptions.rb: just check if abortednobu
2014-02-12error.c: Crash Report lognobu
2014-02-08marshal.c: Numerics are not taintednobu
2014-02-06test_marshal.rb: fix test depending on heap addressnobu
2014-02-05pack.c: hide associated objectsnobu
2014-02-05parse.y: symbol names must be ascii-compatiblenobu
2014-02-04dir.c: glob cases on case-insensitive systemnobu
2014-02-04pack.c: use ivar for associated objectsnobu
2014-02-04string.c: enable capacity when setting capanobu
2014-02-04Revert "dir.c: glob cases on case-insensitive system"naruse
2014-02-03dir.c: glob cases on case-insensitive systemnobu
2014-01-30object.c: error message encodingnobu
2014-01-30test_exception.rb: ignore SystemStackErrornobu
2014-01-27thread_pthread.c: get current main thread stack sizenobu
2014-01-25compile.c: assignment result of aset_withnobu
2014-01-24test_process.rb: clock_getres may not supportednobu
2014-01-23* test/ruby/envutil.rb: try to wait a bit (0.1sec) when ruby processko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23* test/ruby/test_settracefunc.rb: check the target thread.ko1
2014-01-23test_process.rb: fix conditionnobu
2014-01-23test_process.rb: deadlock testnobu
2014-01-18* compar.c (cmp_equal): warn for this release and still rescueeregon
2014-01-18* test/ruby/test_comparable.rb: specify behavior for the differenteregon
2014-01-17eval.c: singleton class constantsnobu
2014-01-16test_thread.rb: stop at oncenobu
2014-01-15test_gc.rb: relax assertionnobu
2014-01-15test_numeric.rb: default_externalnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15numeric.c: preserve encodingnobu
2014-01-15test_numeric.rb: coercion failuresnobu
2014-01-15string.c: respect BOMnobu
2014-01-15string.c: use actual encodingsnobu
2014-01-15test_m17n.rb: split tests for inspectnobu
2014-01-10test_super.rb: remove unneeded codenobu
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2014-01-09* vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.ko1
2014-01-08vm_insnhelper.c: revive r44455 for bound module methodnobu
2014-01-08object.c: hash value from objid with saltnobu
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-06test_super.rb: test_module_super_in_method_modulenobu