aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* parse.y: disallow $-nobu2013-04-241-5/+4
* * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse2013-04-232-4/+6
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-0/+14
* string.c: fix for UTF-32nobu2013-04-231-0/+6
* * test/ruby/test_module.rbknu2013-04-231-2/+2
* * string.c (rb_str_inspect): NUL should not be represented asknu2013-04-231-0/+6
* marshal.c: fix marshal_load ivarnobu2013-04-221-2/+26
* More tests.akr2013-04-221-0/+19
* Specify --disable-gemsnaruse2013-04-221-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-2023-1209/+1159
* * lib/tempfile.rb (Tempfile.create): New method.akr2013-04-201-0/+21
* marshal.c: use ivars of marshal_dump datanobu2013-04-201-1/+9
* * string.c (str_scrub): add ruby method String#scrub which verify andnaruse2013-04-191-0/+34
* Add --disable-gems for tests which doesn't use rubygemsnaruse2013-04-191-1/+1
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-0/+43
* test_module.rb: renamenobu2013-04-191-1/+1
* marshal.c: no duplicated encodingnobu2013-04-191-0/+18
* * test/openssl/test_cipher.rb: Correct a typonaruse2013-04-181-3/+3
* test_rinda.rb: use spawnnobu2013-04-181-5/+9
* Overwrite Ruby's path for cgi in testsnaruse2013-04-181-0/+7
* vm_method.c: fix visibility on anonymous modulenobu2013-04-181-0/+7
* dir.c: not skip dot directories if matchingnobu2013-04-181-0/+9
* * pack.c (pack_unpack): output characters even if the input doesn'tnaruse2013-04-181-0/+4
* test_curses.rb: default TERMnobu2013-04-171-1/+1
* test_readline.rb: try UTF-8nobu2013-04-171-1/+18
* envutil.rb: env hashnobu2013-04-171-1/+1
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-0/+27
* Send input after curses is ready or raise errornaruse2013-04-131-0/+6
* vm_insnhelper.c: non-symbol keynobu2013-04-121-0/+1
* * lib/cgi/html.rb: fix tagmaker because attributes should recognize.xibbar2013-04-111-0/+1
* * test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar2013-04-111-1/+1
* Fix if-endnaruse2013-04-111-0/+1
* * test/dl/test_base.rb: typo.usa2013-04-111-0/+1
* Experimental fix for ffi_closure_free causes dumping core/SEGVnaruse2013-04-112-0/+10
* * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.killusa2013-04-111-6/+20
* Explictly flush stdionaruse2013-04-101-0/+1
* * lib/open-uri.rb: Support multiple fields with same fieldakr2013-04-091-0/+15
* test_{env,hash}.rb: descriptive assertionsnobu2013-04-092-31/+31
* compile.c: append keyword hash to splatnobu2013-04-091-0/+21
* * remove trailing spaces.nobu2013-04-081-1/+1
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-082-3/+9
* win32ole.c: check aritynobu2013-04-081-0/+7
* test_curses.rb: add sentinelnobu2013-04-081-1/+3
* * lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character.xibbar2013-04-081-0/+4
* Suppress warningsnaruse2013-04-081-6/+3
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-082-0/+57
* * object.c (rb_mod_cvar_set): call to_str for string only once.naruse2013-04-071-0/+2
* Regexp.escape(RUBY_PLATFORM)kazu2013-04-071-1/+1
* * ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr2013-04-061-1/+1
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-063-0/+59