summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withtenderlove
2015-01-26string.c: consider widecharnobu
2015-01-26string.c: terminate when embeddednobu
2015-01-25array.c: reduce to_ary callnobu
2015-01-25test_array.rb split flatten testsnobu
2015-01-20test_module.rb: more testsnobu
2015-01-19class.c: prepend for each classesnobu
2015-01-18vm_method.c: method defined should not use refinements.nobu
2015-01-17yaml_tree.rb: fix anchornobu
2015-01-16* ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hashtenderlove
2015-01-16* ext/psych/lib/psych.rb: bump versiontenderlove
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
2015-01-15* remove trailing spaces.svn
2015-01-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr
2015-01-15proc.c: singleton_method should not use refinementsnobu
2015-01-15array.c: linear performancenobu
2015-01-14* lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst
2015-01-14readline.c: initialize before rl_refresh_linenobu
2015-01-13test_basicsocket.rb: do not hardcode port numbernobu
2015-01-13* test/socket/test_basicsocket.rb: Remove unused constant.headius
2015-01-13* remove trailing spaces.svn
2015-01-13* test/socket/test_basicsocket.rb: Add basic tests for close_readheadius
2015-01-13* ext/json, test/json: merge JSON HEAD(259dee6)hsbt
2015-01-13test_http.rb: test without DNS accessnobu
2015-01-13range.c: class name encodingnobu
2015-01-12* test/ruby/test_numeric.rb (TestNumeric#test_coerce): fixed wrong message.usa
2015-01-12numeric.c: correct error message when coerce failsnormal
2015-01-12rdoc/text.rb: fix infinite loopnobu
2015-01-12vm_method.c: NameError at refined method aliasnobu
2015-01-11array.c: class name encodingnobu
2015-01-11[DOC]akr
2015-01-11test_utils.rb: dynamically chosen port numbernobu
2015-01-10test/unit.rb: --excludes-dir listnobu
2015-01-10Use bit_length.akr
2015-01-10test_etc.rb: relax comparisonsnobu
2015-01-10test for [ruby-core:67473] [Bug #10727]nobu
2015-01-10array.c: keep consistencynobu
2015-01-09* lib/rubygems: Update to RubyGems HEAD(e53c54a).hsbt
2015-01-09parse.y: eliminate empty hashesnobu
2015-01-08* ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-asciitenderlove
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashtenderlove
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarstenderlove
2015-01-08Add a test.akr
2015-01-08vm_method.c: no super klass, no original method entrynobu
2015-01-08vm_method.c: fix change refined new method visibilitynobu
2015-01-08Revert GH-808nobu
2015-01-08* test/ruby/test_symbol.rb (TestSymbol#test_symbol_fstr_leak): get rid of ausa
2015-01-08* test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDsusa
2015-01-07* lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.akr
2015-01-06* test/ruby/test_method.rb: Add test for &-coersion of anheadius