aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* revert r37326 "remove string literal concatenation"nobu2012-10-259-21/+24
* remove string literal concatenationnobu2012-10-259-24/+21
* Add test for instance_exec receiving a curried proc.tenderlove2012-10-231-0/+9
* test_rubyoptions.rb: --help optionnobu2012-10-231-5/+0
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-221-0/+21
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-0/+4
* * test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj2012-10-211-1/+1
* vm.c: pass through thrown objectsnobu2012-10-191-0/+9
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-192-0/+10
* parse.y: fail if yyerrornobu2012-10-181-0/+2
* test_syntax.rb: test_unassignablenobu2012-10-181-0/+6
* * hash.c (initialize_copy): duping should rehash the hash.tenderlove2012-10-181-0/+9
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+28
* * test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa2012-10-171-0/+9
* * hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove2012-10-161-0/+9
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-167-22/+22
* file.c: ASCII-compatiblenobu2012-10-161-0/+12
* file.c: ASCII-compatiblenobu2012-10-161-0/+10
* * test/ruby/test_regexp.rbusa2012-10-161-1/+2
* * test/ruby/test_regexp.rbusa2012-10-161-6/+1
* envutil.rb: file_assertionnobu2012-10-158-23/+37
* ruby.c: passing blocknobu2012-10-141-0/+10
* * regparse.c (parse_char_class): should match with a hyphen after ausa2012-10-131-7/+7
* * test/ruby/test_regexp.rbusa2012-10-121-0/+10
* use tty(1) to check if /dev/tty is usable or notnaruse2012-10-121-1/+1
* test_cgi.rb: skip a test on Windowsshirosaki2012-10-121-2/+7
* file.c: poisoned NULnobu2012-10-121-0/+10
* Fix wrong condition of skipping test_ioctl_linuxnaruse2012-10-121-2/+2
* test_string.rb: missing testnobu2012-10-111-0/+6
* test_string.rb: suppress warningsnobu2012-10-111-1/+5
* test_string.rb: highlightingnobu2012-10-111-2/+2
* Rename variablsnaruse2012-10-101-4/+3
* Test both username and uidnaruse2012-10-101-1/+10
* * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa2012-10-101-0/+1
* envutil.rb: assert_file and assert_file_notnobu2012-10-097-18/+28
* array.c: use rb_random_ulong_limitednobu2012-10-092-6/+7
* process.c: uid gid exec optionsnobu2012-10-091-0/+44
* * eval.c (rb_mod_refinements): new method Module#refinements.shugo2012-10-081-0/+65
* * test/openssl/test_config.rb (OpenSSL#test_constants): skip only whennobu2012-10-061-3/+3
* test_objspace.rb: refinenobu2012-10-061-5/+3
* Adding a test for initialize_clone and initialize_dup. From Github:tenderlove2012-10-051-0/+11
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-0/+26
* * test/ruby/test_settracefunc.rb (test_tracepoint):ko12012-10-041-53/+0
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-041-0/+8
* io.c: improved IO#reopennobu2012-10-031-0/+68
* * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo2012-10-021-0/+50
* * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika2012-09-301-2/+1
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-301-0/+6
* envutil.rb: kill child process when timeoutshirosaki2012-09-292-1/+6