aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* forwardable.rb: full qualify namesnobu2015-10-231-0/+13
* * ruby.c: introduce --enable-frozen-string-literal-debug option.ko12015-10-231-0/+11
* * lib/forwardable (def_instance_delegator, def_single_delegator):shugo2015-10-231-0/+16
* * lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt2015-10-231-0/+2
* * file.c: fix indent style. [fix GH-977]hsbt2015-10-231-4/+4
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-232-4/+2
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-2/+127
* test_call.rb: add testsnobu2015-10-231-1/+5
* compile.c: optimize method chainnobu2015-10-231-6/+17
* * remove trailing spaces.svn2015-10-231-2/+2
* * lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo2015-10-231-0/+26
* safe navigation attrsetnobu2015-10-232-1/+6
* test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal2015-10-221-1/+3
* Add rlimit_nproc to avoid to create many process [Bug #11613]naruse2015-10-221-2/+2
* limit the number of FDs in a process for stress testnaruse2015-10-221-0/+2
* Kernel#loop returns the result value of a finished iteratorknu2015-10-221-0/+8
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-0/+44
* Safe navigation operatornobu2015-10-221-0/+12
* dir.c: glob brace expansion [Fix GH-1061]nobu2015-10-221-0/+5
* io.c: check ARGV element typenobu2015-10-221-0/+8
* * test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo2015-10-221-0/+159
* parse.y: magic comment w/o indicatorsnobu2015-10-211-2/+26
* * lib/prime.rb: Add basic argument checking to Prime.prime?marcandre2015-10-201-0/+5
* objspace_dump.c: special constnobu2015-10-191-5/+11
* * ruby/test_require.rb (loading_fifo): checking by defined? is meaningless aboutusa2015-10-181-2/+2
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-182-8/+13
* test_require.rb: no guarantees to load FIFOnobu2015-10-181-5/+5
* test_require.rb: test conditionsnobu2015-10-181-4/+2
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-6/+29
* test_const.rb: suppress warningsnobu2015-10-171-4/+1
* * test/ruby/test_symbol.rb (test_symbol_fstr_leak): add a warm-upodaira2015-10-161-2/+2
* file.c: non-blocking opennobu2015-10-161-1/+6
* proc.c: void envnobu2015-10-151-0/+1
* fix typos [ci skip]kazu2015-10-151-1/+1
* proc.c: proc without envnobu2015-10-151-0/+8
* * test/objspace/test_objspace.rbnagachika2015-10-141-0/+4
* * test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.eregon2015-10-141-0/+13
* parse.y: fix ripper warningsnobu2015-10-141-0/+21
* udpsocket.c: memory leaksnobu2015-10-091-0/+27
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-1/+19
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-092-3/+9
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-093-3/+12
* test_iseq.rb: fix meaningless assertionnobu2015-10-091-5/+5
* * compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo2015-10-091-6/+7
* metametameta.rb: restore outputnobu2015-10-071-1/+2
* assertions.rb: refine all_assertionsnobu2015-10-071-2/+12
* * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr2015-10-061-0/+19
* vm_args.c: wrap symbol ifuncnobu2015-10-061-0/+7
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-053-0/+3
* * proc.c: enable optimization of Proc#call.ko12015-10-051-4/+4