aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* do not use RARRAY_SET() directly in array.c.Koichi Sasada2019-05-211-2/+10
* Fix typoNobuyoshi Nakada2019-05-211-1/+1
* Do not modify shared arrayNobuyoshi Nakada2019-05-212-2/+12
* Simplified the guard against old versionsNobuyoshi Nakada2019-05-211-5/+2
* Add "require 'irb'" to use IRB.confaycabta2019-05-211-0/+1
* Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta2019-05-211-2/+6
* Add --colorize and --nocolorize options to IRBaycabta2019-05-218-4/+28
* Fix vertical cursor moving when splitting lineaycabta2019-05-211-1/+2
* Finish only when buffer contains non-blank lineaycabta2019-05-211-1/+3
* Cursor up should reduce 1 than editing heightaycabta2019-05-211-4/+4
* * 2019-05-21git2019-05-211-1/+1
* Check bytesize in vi command mode last char backaycabta2019-05-211-3/+7
* * expand tabs.git2019-05-201-15/+15
* Get rid of undefined behavior that source and destination buffers overlapNobuyoshi Nakada2019-05-201-35/+42
* Remove redundant ignore rule for Process#clock_getres specsBenoit Daloze2019-05-201-7/+0
* Move exclusion for Hyper-V next to other skipped constantsBenoit Daloze2019-05-202-6/+9
* skip a test for CLOCK_MONOTONIC_RAW.Koichi Sasada2019-05-201-1/+6
* Mixed encoding error can continue to parseNobuyoshi Nakada2019-05-201-1/+1
* Cursor can't move to eol when vi command modeaycabta2019-05-201-1/+9
* * 2019-05-20git2019-05-201-1/+1
* Readline.completion_proc accepts US-ASCIIaycabta2019-05-201-1/+3
* Update test-unitNobuyoshi Nakada2019-05-191-1/+1
* * 2019-05-19git2019-05-191-1/+1
* Touch the timestamp file for Unicode filesNobuyoshi Nakada2019-05-191-0/+1
* [DOC] Shorten examples for Time#{round,floor}Marcus Stollsteimer2019-05-181-12/+0
* [DOC] Improve documentation for Time#floorMarcus Stollsteimer2019-05-181-4/+2
* [DOC] Use '&&' instead of 'and' in boolean expressionMarcus Stollsteimer2019-05-181-9/+9
* [DOC] Improve documentation for Enumerator::LazyMarcus Stollsteimer2019-05-181-12/+12
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-186-27/+27
* Add fall through comment for Coverity ScanKazuhiro NISHIYAMA2019-05-181-0/+1
* Add Reline.test_mode to use with special I/Oaycabta2019-05-183-11/+32
* skip a test to pass CIs.Koichi Sasada2019-05-181-0/+1
* Add test for UNTILNobuyoshi Nakada2019-05-181-0/+12
* Update include files on msys2 tooNobuyoshi Nakada2019-05-181-1/+2
* Get rid of always updating Unicode filesNobuyoshi Nakada2019-05-181-1/+6
* Distinguish pre-condition and post-condition loopsNobuyoshi Nakada2019-05-182-1/+14
* * 2019-05-18git2019-05-181-1/+1
* Remove parent namespace from Readline test classesaycabta2019-05-181-5/+5
* Prevent Dynamic -> Static symbols from movingAaron Patterson2019-05-171-1/+4
* Do not export InitVM functionsNobuyoshi Nakada2019-05-171-1/+1
* Make COROUTINE_XMM_REGISTERS compile-time only tooNobuyoshi Nakada2019-05-171-2/+4
* Do not call memcpy if copying nothingNobuyoshi Nakada2019-05-171-0/+9
* skip tests for GC.compact to pass CI.Koichi Sasada2019-05-171-0/+2
* * 2019-05-17git2019-05-171-1/+1
* Test to disable ASCII-only optimizationNobuyoshi Nakada2019-05-171-0/+10
* leaked-globals: check if un-prefixed symbols leak externallyNobuyoshi Nakada2019-05-162-0/+44
* Remove unused symbolsNobuyoshi Nakada2019-05-163-12/+11
* Pack struct rb_strterm_heredoc_struct on 32-bit platformsNobuyoshi Nakada2019-05-161-0/+5
* don't need to sweep rest.Koichi Sasada2019-05-163-6/+13
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-167-8/+10