aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* enumerator.c: use VALUEnobu2013-05-181-0/+8
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-145-6/+103
* * test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove2013-05-143-5/+33
* * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika2013-05-141-0/+10
* proc.c: Kernel#singleton_methodnobu2013-05-131-0/+12
* fix a typokazu2013-05-121-1/+1
* * test/rinda/test_rinda.rb: Socket.getifaddrs may returns an interfaceakr2013-05-111-3/+1
* Add debug print to investigate a failure on Travis-CI.akr2013-05-111-0/+3
* Simplify test with Socket.getifaddrsnaruse2013-05-111-8/+5
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-111-0/+11
* disable test_fcntl_lock_linux on x32.akr2013-05-111-0/+1
* parse.y: invalid name as mere stringnobu2013-05-101-4/+17
* * test/dtrace/helper.rb: ignore empty SUDO. reuse SUDO value by usingnobu2013-05-101-7/+11
* Fixed minitest dependency bug by removing env PARALLEL checks (no clue why th...ryan2013-05-103-7/+6
* * ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr2013-05-092-2/+2
* class.c: include modules onlynobu2013-05-081-1/+9
* class.c: exclude original modulenobu2013-05-081-0/+7
* * io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse2013-05-081-0/+36
* parse.y: fail if invalid namenobu2013-05-082-6/+22
* test_scanner_events.rb: assert_locationnobu2013-05-081-22/+22
* * test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu2013-05-051-0/+5
* insns.def: method entry from method framenobu2013-05-051-0/+16
* * lib/cgi/util.rb: class methods modulize for using like a function.xibbar2013-05-031-1/+22
* object.c: skip prepending modulesnobu2013-05-021-2/+9
* marshal.c: no overwriting ivarsnobu2013-05-021-7/+19
* Fix rondom failure introduced by r40553naruse2013-05-021-1/+2
* Fix test of parallel test breaked by r40553naruse2013-05-021-1/+1
* Imported minitest 4.7.4 (r8483)ryan2013-05-024-151/+435
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-022-7/+4
* proc.c: frozen core methodsnobu2013-04-301-0/+11
* test_io_console.rb: investigate hang-upnobu2013-04-281-5/+13
* test_syntax.rb: split test_syntaxnobu2013-04-271-3/+9
* * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou2013-04-261-0/+20
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-261-0/+22
* ring.rb: specify multicast interfaceshirosaki2013-04-251-3/+39
* test_rinda.rb: Use KILL on Windowsshirosaki2013-04-251-2/+3
* io.c: conversion from bom encodingnobu2013-04-251-1/+23
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-251-5/+30
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-8/+46
* 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