aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* drbtest.rb: use :KILL on Windowsshirosaki2012-09-291-2/+2
* test_unicode_escape.rb: set script encodingshirosaki2012-09-291-5/+2
* * vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo2012-09-291-0/+56
* * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic):shirosaki2012-09-281-1/+5
* test_unicode_escape.rb: fix test for Windowsshirosaki2012-09-281-1/+2
* * vm_method.c (search_method): copy refinement iclasses to searchshugo2012-09-281-0/+18
* io.c: IO#reopen int modenobu2012-09-281-0/+19
* * eval.c (rb_overlay_module, rb_mod_refine): accept a module as theshugo2012-09-271-1/+57
* * ext/syslog/lib/syslog/logger.rb: add a formatter to theknu2012-09-271-1/+11
* * insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko12012-09-261-0/+18
* Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse2012-09-261-1/+1
* Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse2012-09-261-1/+1
* test_gem_installer.rb: restore ARGVnobu2012-09-251-2/+3
* test_super.rb: super from BEGINnobu2012-09-251-4/+10
* insns.def: super from at_exitnobu2012-09-251-0/+11
* * iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse2012-09-241-0/+5
* use assert_predicate for unary operatornaruse2012-09-241-1/+1
* Feature #7035nobu2012-09-241-0/+6
* * lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse2012-09-202-1/+23
* check @there if it is nil to prevent infinite loopnaruse2012-09-201-2/+2
* * test/drb/ut_drb.rb: revert a part of r36987, and get rid of a warningusa2012-09-201-1/+2
* array.c, enum.c: TypeError in zipnobu2012-09-192-2/+2