summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-18* lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse
2013-05-18* lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu
2013-05-18* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse
2013-05-18compile.c: forward kwrestnobu
2013-05-18enumerator.c: use VALUEnobu
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove
2013-05-14* test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove
2013-05-14* ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-05-12fix a typokazu
2013-05-11* test/rinda/test_rinda.rb: Socket.getifaddrs may returns an interfaceakr
2013-05-11Add debug print to investigate a failure on Travis-CI.akr
2013-05-11Simplify test with Socket.getifaddrsnaruse
2013-05-11* ext/socket: New method, Socket.getifaddrs, implemented.akr
2013-05-11disable test_fcntl_lock_linux on x32.akr
2013-05-10parse.y: invalid name as mere stringnobu
2013-05-10* test/dtrace/helper.rb: ignore empty SUDO. reuse SUDO value by usingnobu
2013-05-10Fixed minitest dependency bug by removing env PARALLEL checks (no clue why th...ryan
2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr
2013-05-08class.c: include modules onlynobu
2013-05-08class.c: exclude original modulenobu
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-05-08parse.y: fail if invalid namenobu
2013-05-08test_scanner_events.rb: assert_locationnobu
2013-05-05* test/ruby/test_defined.rb (TestDefined#test_super_toplevel):nobu
2013-05-05insns.def: method entry from method framenobu
2013-05-03* lib/cgi/util.rb: class methods modulize for using like a function.xibbar
2013-05-02object.c: skip prepending modulesnobu
2013-05-02marshal.c: no overwriting ivarsnobu
2013-05-02Fix rondom failure introduced by r40553naruse
2013-05-02Fix test of parallel test breaked by r40553naruse
2013-05-02Imported minitest 4.7.4 (r8483)ryan
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-04-30proc.c: frozen core methodsnobu
2013-04-28test_io_console.rb: investigate hang-upnobu
2013-04-27test_syntax.rb: split test_syntaxnobu
2013-04-26* lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou
2013-04-26* lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou
2013-04-25ring.rb: specify multicast interfaceshirosaki
2013-04-25test_rinda.rb: Use KILL on Windowsshirosaki
2013-04-25io.c: conversion from bom encodingnobu
2013-04-25* ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse
2013-04-25* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse
2013-04-24parse.y: disallow $-nobu
2013-04-23* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse
2013-04-23* lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo
2013-04-23string.c: fix for UTF-32nobu
2013-04-23* test/ruby/test_module.rbknu
2013-04-23* string.c (rb_str_inspect): NUL should not be represented asknu
2013-04-22marshal.c: fix marshal_load ivarnobu