aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (make_compile_option_value): include frozen_string_literal*ko12015-10-233-7/+19
* * ruby.c: introduce --enable-frozen-string-literal-debug option.ko12015-10-237-5/+60
* * properties.svn2015-10-231-72/+72
* * remove trailing spaces.svn2015-10-231-1/+1
* * vm_insnhelper.c: introduce new call handler for simple ISeqs.ko12015-10-235-38/+164
* * vm_core.h: define vm_call_handler.ko12015-10-232-1/+8
* * vm_core.h, vm_insnhelper.h: move definition of VMDEBUGko12015-10-233-22/+27
* * NEWS: [DOC] In the new safe call syntax, arguments are evaluatedknu2015-10-233-2/+12
* * 2015-10-24svn2015-10-231-2/+2
* * lib/forwardable (def_instance_delegator, def_single_delegator):shugo2015-10-233-2/+25
* error.c: use fake stringnobu2015-10-231-5/+8
* error.c: separate class namesnobu2015-10-233-20/+31
* * .gitignore: ignored environmantal wrapper files.hsbt2015-10-232-0/+6
* * lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt2015-10-232-2/+7
* * lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt2015-10-233-2/+9
* ChangeLog: adjust indentnobu2015-10-231-2/+2
* * file.c: fix indent style. [fix GH-977]hsbt2015-10-233-5/+11
* * string.c: Added method signature to include hash. It's inconsistencyhsbt2015-10-232-0/+7
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-234-6/+7
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-233-15/+147
* test_call.rb: add testsnobu2015-10-232-1/+13
* compile.c: optimize method chainnobu2015-10-233-30/+49
* * remove trailing spaces.svn2015-10-231-2/+2
* * lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo2015-10-233-103/+139
* safe navigation attrsetnobu2015-10-235-14/+38
* compile.c: just insertnobu2015-10-231-6/+18
* NEWS: add a spacenobu2015-10-221-1/+1
* test/io/wait/test_io_wait.rb (test_wait_eof): test return valuenormal2015-10-222-1/+7
* NEWS: fix typo [ci skip]normal2015-10-221-1/+1
* Add rlimit_nproc to avoid to create many process [Bug #11613]naruse2015-10-221-2/+2
* ALPN also uses the same logic [Bug #11369]naruse2015-10-221-30/+32
* * ext/openssl/ossl_ssl.c (ssl_npn_select_cb): explicitly raise errornaruse2015-10-222-2/+13
* * lib/un.rb (help): change the name of a block parameter to avoidshugo2015-10-222-1/+6
* fix backslash [ci skip]nobu2015-10-222-1/+6
* adjust spaces [ci skip]nobu2015-10-222-3/+8
* * 2015-10-23svn2015-10-221-2/+2
* limit the number of FDs in a process for stress testnaruse2015-10-221-0/+2
* common.mk: showflags only oncenobu2015-10-223-7/+10
* colorizenobu2015-10-222-7/+13
* ifchange: ignore errornobu2015-10-221-1/+1
* Kernel#loop returns the result value of a finished iteratorknu2015-10-224-4/+40
* * remove trailing spaces.svn2015-10-221-1/+1
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-223-2/+61
* generic_erb.rb: ignore errornobu2015-10-221-1/+1
* Safe navigation operatornobu2015-10-2210-41/+164
* generic_erb.rb: highlightnobu2015-10-221-2/+15
* dir.c: glob brace expansion [Fix GH-1061]nobu2015-10-223-1/+13
* io.c: check ARGV element typenobu2015-10-223-11/+26
* * 2015-10-22svn2015-10-221-2/+2
* * test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo2015-10-222-0/+164