summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-01-09* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withtenderlove
2014-01-09* ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structstenderlove
2014-01-08vm_insnhelper.c: revive r44455 for bound module methodnobu
2014-01-08object.c: hash value from objid with saltnobu
2014-01-08lib/timeout.rb: fallback to Timeout::Errornobu
2014-01-07timeout.rb: fix for ExitExceptionnobu
2014-01-07timeout.rb: defer creating custom exceptionnobu
2014-01-07test_timeout.rb: shorten waiting timesnobu
2014-01-07 * ChangeLog:drbrain
2014-01-06array.c: return first unique element in Array#uniqtmm1
2014-01-06test_super.rb: test_module_super_in_method_modulenobu
2014-01-05* compar.c (cmp_equal): remove error hiding in Comparable#==.eregon
2014-01-04* struct.c (rb_struct_set): return assigned value from setter methodcharliesome
2014-01-04test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu
2014-01-03test/net/imap/test_imap.rb: fix test failures due to expired certstmm1
2014-01-01dbm.c: yield dup of keystrnobu
2014-01-01test_transcode.rb: add messagesnobu
2013-12-31eval.c: raise with causenobu
2013-12-30encoding.c: mask dummy flagsnobu
2013-12-28test_sprintf.rb: sprintf with a hash as parameternobu
2013-12-28vm_insnhelper.c: missing super in method modulenobu
2013-12-27parse.y: save cmdarg_stack in local scopenobu
2013-12-26hash.c: remove dead codenobu
2013-12-25* proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre
2013-12-25* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-25test_keyword.rb: suppress warningsnobu
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25test_method.rb, test_proc.rb: suppress warningsnobu
2013-12-25* vm_insnhelper.c (argument_error): insert dummy frame to makeko1
2013-12-25test_rubyoptions.rb: remove corenobu
2013-12-25test_fileutils.rb: fix for Mac OS Xnobu
2013-12-24test_variable.rb: fix testnobu
2013-12-24proc.c: Binding#local_variablesnobu
2013-12-24test_fileutils.rb: fix testnobu
2013-12-24test_fileutils.rb: tests for chownnobu
2013-12-24test_fileutils.rb: enclose helper methodsnobu
2013-12-24test_method.rb: fix testnobu
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-23* test/fileutils/test_fileutils.rb (setup): should not callusa
2013-12-23test_fileutils.rb: tests for chownnobu
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-22* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typoszzak