summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-30* eval.c (rb_mod_refine): fix the error message when no block isshugo
2012-10-30Check if there is no error before reconnect [Bug #4387]naruse
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-29stringio.c: close separatedlynobu
2012-10-29Use assert_normal_exit to split processnaruse
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre
2012-10-28* lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre
2012-10-28* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre
2012-10-28* lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre
2012-10-28* test/rexml/test_document.rb: Remove needless indent.kou
2012-10-28* test/rexml/test_document.rb: Add tests for parsing XML encodedkou
2012-10-28* lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou
2012-10-28* test/rexml/test_document.rb: Group tests that they parsekou
2012-10-28* test/rexml/test_document.rb: Add tests for parsing XML encodedkou
2012-10-28 * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Accept optionskou
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove
2012-10-28* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-27parse.y: warn static content assign in condnobu
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-10-23Add test for instance_exec receiving a curried proc.tenderlove
2012-10-23test_rubyoptions.rb: --help optionnobu
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
2012-10-21* test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-10-18parse.y: fail if yyerrornobu
2012-10-18test_syntax.rb: test_unassignablenobu
2012-10-18* hash.c (initialize_copy): duping should rehash the hash.tenderlove
2012-10-17* lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo
2012-10-17* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-15envutil.rb: file_assertionnobu
2012-10-14ruby.c: passing blocknobu
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-10-12* test/ruby/test_regexp.rbusa
2012-10-12use tty(1) to check if /dev/tty is usable or notnaruse