aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add binmode for Tempfile to prevent EOF (0x1A)naruse2015-10-271-0/+1
* logger.rb: end of week should be Saturdaynobu2015-10-273-1/+51
* * vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc.naruse2015-10-272-1/+6
* proc.c: remove rb_block_clear_env_selfnobu2015-10-272-12/+0
* * 2015-10-27svn2015-10-271-2/+2
* logger.rb: fix weekly rotationnobu2015-10-273-4/+42
* logger.rb: exact matchingnobu2015-10-261-6/+6
* logger.rb: freeze constantsnobu2015-10-261-3/+3
* Add string argument test casesnobu2015-10-262-0/+22
* Replace tab with 8 spaces [Fix GH-1068]nobu2015-10-261-2/+2
* Grammatical fixes [ci skip]nobu2015-10-262-2/+7
* * vm_method.c(rb_method_entry_make):sorah2015-10-262-1/+7
* clear https_proxynaruse2015-10-261-1/+1
* * lib/fileutils.rb: rename tailing to trailing.hsbt2015-10-262-5/+10
* parse.y: fix rippernobu2015-10-263-12/+37
* fix commit miss [ci skip]nobu2015-10-261-5/+0
* parse.y: call_op2nobu2015-10-263-7/+36
* * 2015-10-26svn2015-10-251-2/+2
* * thread_pthread.c: fix compile erros whenodaira2015-10-252-0/+11
* io.c: fix typo [ci skip]nobu2015-10-251-1/+1
* test_io.rb: assert_separatelynobu2015-10-251-27/+15
* fix conditions to setrlimitnobu2015-10-252-3/+5
* symbol.c: dotq in rippernobu2015-10-254-0/+9
* use rb_check_arity [ci skip]nobu2015-10-257-23/+9
* update document [ci skip]nobu2015-10-252-6/+6
* use rlimit_nproc other than Windowsnaruse2015-10-242-2/+6
* * 2015-10-25svn2015-10-241-2/+2
* 0.1 second is not enough for FreeBSDnaruse2015-10-241-1/+2
* * configure.in: fixed build failure of Haiku.hsbt2015-10-245-14/+14
* relax error message formatnobu2015-10-242-1/+6
* * remove trailing spaces.svn2015-10-241-1/+1
* * lib/mkmf.rb: Revert r45640 because it may lead to linksorah2015-10-242-4/+9
* vm_method.c: remove common codenobu2015-10-241-16/+1
* relax error message formatnobu2015-10-243-24/+31
* vm_insnhelper.c: improved error message for "wrong numberduerst2015-10-242-3/+9
* * vm_insnhelper.c: remove the typedef redeclaration ofshugo2015-10-242-1/+5
* common.mk: remove extra slashnobu2015-10-231-1/+1
* common.mk: vm_call_iseq_optimized.incnobu2015-10-232-3/+4
* parse.y: canonical namenobu2015-10-231-1/+1
* forwardable.rb: full qualify namesnobu2015-10-233-2/+22
* * 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