aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* use NULL instead of 0.ko12017-06-081-10/+7
* ruby.c: script name in UTF-8nobu2017-06-081-6/+9
* file.c: realpath in OS path encodingnobu2017-06-083-19/+51
* appveyor.yml: show encodings [ci skip]nobu2017-06-081-0/+1
* appveyor.yml: enable exam on AppVeyornobu2017-06-081-0/+4
* * 2017-06-08svn2017-06-071-1/+1
* * tool/make-snapshot: prefer to use a make commandodaira2017-06-071-1/+1
* load.c: get rid of side effectsnobu2017-06-071-8/+7
* * properties.svn2017-06-070-0/+0
* rexml: add close tag check on end of document to StreamParserkou2017-06-072-0/+40
* common.mk: update dependencies after r58978normal2017-06-071-1/+3
* * properties.svn2017-06-070-0/+0
* thread.c: avoid busy looping on rb_thread_fd_closenormal2017-06-075-1/+56
* * 2017-06-07svn2017-06-061-1/+1
* IO#close: do not enqueue redundant interrupts (take #2)normal2017-06-062-2/+30
* debug.c: fix breaking condtionsnobu2017-06-061-2/+1