aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update to ruby/mspec@d900a49eregon2017-06-1541-603/+500
* Revert r59084, see r57060nobu2017-06-151-6/+2
* Don't pollute toplevel by an IRB internal methoda_matsuda2017-06-152-3/+5
* Prohibit SystemStackError while GC.ko12017-06-151-1/+4
* common.mk: tweaked packages ordernobu2017-06-152-1/+5
* make-snapshot: colorize [ci skip]nobu2017-06-152-21/+33
* make-snapshot: suppress output from 7z [ci skip]nobu2017-06-151-2/+8
* * 2017-06-15svn2017-06-151-1/+1
* make-snapshot: prefer default commands over 7z [ci skip]nobu2017-06-151-2/+6
* proc.c: infect inspect resultnobu2017-06-142-0/+4
* test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu2017-06-141-5/+6
* openssl: import v2.0.4rhe2017-06-1414-52/+136
* proc.c: skip prepended modulesnobu2017-06-142-1/+12
* compile.c: dump and error before allocationnobu2017-06-141-3/+4
* simply call xfree().ko12017-06-141-2/+2
* * 2017-06-14svn2017-06-141-1/+1
* remove OPT_CALL_CFUNC_WITHOUT_FRAME.ko12017-06-143-137/+1
* * compile.c (dump_disasm_list_with_cursor): replace withnobu2017-06-131-12/+8
* fix to free unallocated memory.ko12017-06-131-4/+4
* compile.c: refine error messagenobu2017-06-131-7/+14
* * 2017-06-13svn2017-06-131-1/+1
* compile.c: refine error messagesnobu2017-06-131-10/+8
* array.c: [DOC] Make it clear that #<< modifies receiverk0kubun2017-06-121-1/+4
* add a comment for rb_thread_mark()ko12017-06-121-7/+9
* remove rb_blocking_region_buffer::oldubf.ko12017-06-121-14/+14
* unused functionsnobu2017-06-121-4/+2
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-125-31/+15
* iseq.c: preserve encodingnobu2017-06-122-4/+13
* gc.c: duplicate rb_iseq_path by RSTRING_PTRnobu2017-06-121-1/+2
* * proc.c (get_local_variable_ptr): return found env ptr. Returned envko12017-06-122-4/+26
* * 2017-06-12svn2017-06-121-1/+1
* win32.c: rb_dir_getwd_ospathnobu2017-06-122-8/+32
* expand ruby_sourcefilenobu2017-06-111-3/+2
* * 2017-06-11svn2017-06-111-1/+1
* configure.in: link the DWARF debug informationnobu2017-06-112-1/+9
* * 2017-06-10svn2017-06-101-1/+1
* enumerator.c: fix nested mapsnobu2017-06-102-1/+21
* thread_pthread.c: workaround for valgrind on Macnobu2017-06-092-4/+9
* signal.c: do not disable handlers to dump corenobu2017-06-091-1/+0
* thread.c: workaround for valgrind on Mac OS Xnobu2017-06-091-0/+3
* signal.c: no sigsegv handler with valgrindnobu2017-06-091-7/+9
* signal.c: warn at unresserved signalsnobu2017-06-091-4/+7
* Update bundled gems to latest versions.hsbt2017-06-091-3/+3
* Fix typo.a_matsuda2017-06-091-1/+1
* * 2017-06-09svn2017-06-081-1/+1
* tool/runruby.rb: test with smallest possible machine stacknormal2017-06-081-1/+6
* signal.c: relax installation failurenobu2017-06-081-4/+10
* vm_block_handler_verify() should not return any value.ko12017-06-083-6/+6
* * remove trailing spaces.svn2017-06-081-1/+1
* check break target correctly.ko12017-06-084-5/+28