aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/fiddle/test_c_struct_entry.rb,ktsj2013-05-257-21/+40
* * dir.c (bracket): fix copy-paste error. When the first and lastmame2013-05-251-0/+5
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-0/+9
* * ext/strscan/strscan.c (strscan_aref): raise error if givennaruse2013-05-241-4/+7
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu2013-05-231-2/+2
* test_io.rb: test for writenobu2013-05-231-4/+24
* Fix test failure of binmode from r40879naruse2013-05-221-1/+1
* win32.c: check error of SetFilePointernobu2013-05-221-0/+11
* * ext/strscan/strscan.c (strscan_aref): support named captures.naruse2013-05-211-0/+11
* * test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):kou2013-05-211-1/+1
* * ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu2013-05-211-0/+25
* test_dir_m17n.rb: sort Dir.entriesnobu2013-05-211-0/+1
* force_encoding expected result as filesystem encodingnaruse2013-05-211-0/+4
* dir.c: compose HFS file namesnobu2013-05-201-0/+20
* test_dir_m17n.rb: assert_separatelynobu2013-05-201-64/+82
* envutil.rb: envutil in childnobu2013-05-201-1/+2
* test_objectspace.rb: run test_each_object separatelynobu2013-05-201-0/+2
* webrick: fix non-ascii escape bugsnobu2013-05-202-1/+9
* Default script encoding is now UTF-8naruse2013-05-191-1/+1
* * test/webrick/test_htmlutils.rb: add test for WEBrick::HTMLUtils.ayumin2013-05-191-0/+16
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-0/+2
* * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu2013-05-181-0/+12
* * string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse2013-05-181-0/+17
* compile.c: forward kwrestnobu2013-05-181-0/+30
* 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