summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-10-12test_cgi.rb: skip a test on Windowsshirosaki
2012-10-12file.c: poisoned NULnobu
2012-10-12Fix wrong condition of skipping test_ioctl_linuxnaruse
2012-10-11test_string.rb: missing testnobu
2012-10-11test_string.rb: suppress warningsnobu
2012-10-11test_string.rb: highlightingnobu
2012-10-10Rename variablsnaruse
2012-10-10Test both username and uidnaruse
2012-10-10* test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa
2012-10-09envutil.rb: assert_file and assert_file_notnobu
2012-10-09array.c: use rb_random_ulong_limitednobu
2012-10-09process.c: uid gid exec optionsnobu
2012-10-08* eval.c (rb_mod_refinements): new method Module#refinements.shugo
2012-10-06* test/openssl/test_config.rb (OpenSSL#test_constants): skip only whennobu
2012-10-06test_objspace.rb: refinenobu
2012-10-05Adding a test for initialize_clone and initialize_dup. From Github:tenderlove
2012-10-05* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko1
2012-10-04* test/ruby/test_settracefunc.rb (test_tracepoint):ko1
2012-10-04 * lib/cgi/html5.rb: Add html5 tag maker.xibbar
2012-10-03io.c: improved IO#reopennobu
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-09-30* test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika
2012-09-30* string.c (rb_str_concat): use memcpy to copy a string which containsnaruse
2012-09-29envutil.rb: kill child process when timeoutshirosaki
2012-09-29test_http.rb: clear environment variablesshirosaki