summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-12-24proc.c: make method by define_method publicnobu
2013-12-24assertions.rb: assert_thrownobu
2013-12-24test_alias.rb: rename duplicate namenobu
2013-12-23hash.c: reduce warningnobu
2013-12-23test_hash.rb: suppress warningsnobu
2013-12-23envutil.rb: use EXEEXTnobu
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-22* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak
2013-12-20Fix typo in testsa_matsuda
2013-12-19fix typonaruse
2013-12-18test_gc.rb: fix syntax errornobu
2013-12-18test_gc.rb: refine assertionnobu
2013-12-18test_io.rb: duplicated testnobu
2013-12-18* test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko1
2013-12-17* test/ruby/test_io.rb: fix duplicated test name.ktsj
2013-12-17hash.c: revertnobu
2013-12-17vm_trace.c: isolate exceptionsnobu
2013-12-16test_process.rb: fix for 32bit platformsnobu
2013-12-16class.c: fix option hashnobu
2013-12-16test_io.rb: IO.write testnobu
2013-12-16* vm_method.c (rb_method_entry_make): fix WB miss.ko1
2013-12-16* process.c (make_clock_result): add :second as a unit fornaruse
2013-12-16suppress warning: SAFE=3 does no sandboxingnaruse
2013-12-16* gc.c: introduce GC.verify_internal_consistency method to verify GCko1
2013-12-15test_dir.rb: fix system dependent testnobu
2013-12-14envutil.rb: reduce waitnobu
2013-12-14test_process.rb: handshakenobu
2013-12-14test_thread.rb: timing issuesnobu
2013-12-14test_thread.rb: assert_operator for comparisonnobu
2013-12-14test_fiber.rb: remove corenobu
2013-12-14[DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482]a_matsuda
2013-12-14vm_insnhelper.c: post arguments as mandatorynobu
2013-12-14envutil.rb: refine messagesnobu
2013-12-14Additional test coverage to Enumerator#peek.nobu
2013-12-14Additional test coverage to Dir class. Dir['**/*'] should not resolve symlinks.nobu
2013-12-14proc.c: method by respond_to_missing?nobu
2013-12-14object.c: check const namesnobu
2013-12-14object.c: nested path const_defined?nobu
2013-12-14object.c: fix typonobu
2013-12-13proc.c: fix inherited ownernobu
2013-12-13test_weakmap.rb: fix testnobu
2013-12-13test/ruby: better assertionsnobu
2013-12-13test_weakmap.rb: fix testnobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13test_weakmap.rb: fix testnobu
2013-12-13test/ruby: better assertionsnobu
2013-12-13assertions.rb: last match in assert_raise_with_messagenobu
2013-12-13* error.c: add Exception#backtrace_locations.ko1
2013-12-12* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda
2013-12-11* eval.c (rb_raise_jump): call c_return hook immediately afterko1