aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make RUBY_REVISION full lengthNobuyoshi Nakada2019-05-223-5/+22
* Default to the current branchNobuyoshi Nakada2019-05-222-3/+9
* Fix revision nameNobuyoshi Nakada2019-05-221-1/+1
* Fix revision nameNobuyoshi Nakada2019-05-222-3/+3
* Fixed the method to delegateNobuyoshi Nakada2019-05-221-1/+1
* * expand tabs.git2019-05-221-1/+1
* gc.c: revert b00f280d4b "Eagerly name modules and classes"Nobuyoshi Nakada2019-05-221-3/+3
* ast.c: update inspect results in the documentsNobuyoshi Nakada2019-05-221-4/+4
* Set namespace treeNobuyoshi Nakada2019-05-221-14/+8
* Extract build_const_pathnameAlan Wu2019-05-221-15/+20
* Eagerly name modules and classesAlan Wu2019-05-226-229/+145
* Ripper: no documents of fallback methodsNobuyoshi Nakada2019-05-221-0/+2
* Remove unnecessary variable in LineEditoraycabta2019-05-221-1/+0
* Support CSI sequences in promptaycabta2019-05-221-16/+61
* Use Reline.test_mode in Reline's test tooaycabta2019-05-222-0/+2
* Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta2019-05-221-3/+7
* * 2019-05-22git2019-05-221-1/+1
* Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta2019-05-221-0/+3
* Use conssitent documentation about repository [ci skip]Takashi Kokubun2019-05-212-3/+3
* Remove ~/.inputrc not found error messageaycabta2019-05-211-1/+0
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-212-0/+5
* Symbol beginning token may take a constant tokenaycabta2019-05-211-1/+1
* Cursor should be at line head after line breakingaycabta2019-05-211-0/+1
* IRB should eval and show an error when only `.` is inputtedaycabta2019-05-211-1/+7
* re-skip tests of GC.compact.Koichi Sasada2019-05-211-0/+2
* Support DEL keyaycabta2019-05-213-2/+35
* enable test for GC.compact to reproduce an issue on CIKoichi Sasada2019-05-211-2/+0
* unify normal and verify ver.Koichi Sasada2019-05-211-50/+58
* 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