summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-22Fixed the method to delegateNobuyoshi Nakada
2019-05-22* expand tabs.git
2019-05-22gc.c: revert b00f280d4b "Eagerly name modules and classes"Nobuyoshi Nakada
2019-05-22ast.c: update inspect results in the documentsNobuyoshi Nakada
2019-05-22Set namespace treeNobuyoshi Nakada
2019-05-22Extract build_const_pathnameAlan Wu
2019-05-22Eagerly name modules and classesAlan Wu
2019-05-22Ripper: no documents of fallback methodsNobuyoshi Nakada
2019-05-22Remove unnecessary variable in LineEditoraycabta
2019-05-22Support CSI sequences in promptaycabta
2019-05-22Use Reline.test_mode in Reline's test tooaycabta
2019-05-22Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta
2019-05-22* 2019-05-22git
2019-05-22Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta
2019-05-21Use conssitent documentation about repository [ci skip]Takashi Kokubun
2019-05-21Remove ~/.inputrc not found error messageaycabta
2019-05-21Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun
2019-05-21Symbol beginning token may take a constant tokenaycabta
2019-05-21Cursor should be at line head after line breakingaycabta
2019-05-21IRB should eval and show an error when only `.` is inputtedaycabta
2019-05-21re-skip tests of GC.compact.Koichi Sasada
2019-05-21Support DEL keyaycabta
2019-05-21enable test for GC.compact to reproduce an issue on CIKoichi Sasada
2019-05-21unify normal and verify ver.Koichi Sasada
2019-05-21do not use RARRAY_SET() directly in array.c.Koichi Sasada
2019-05-21Fix typoNobuyoshi Nakada
2019-05-21Do not modify shared arrayNobuyoshi Nakada
2019-05-21Simplified the guard against old versionsNobuyoshi Nakada
2019-05-21Add "require 'irb'" to use IRB.confaycabta
2019-05-21Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta
2019-05-21Add --colorize and --nocolorize options to IRBaycabta
2019-05-21Fix vertical cursor moving when splitting lineaycabta
2019-05-21Finish only when buffer contains non-blank lineaycabta
2019-05-21Cursor up should reduce 1 than editing heightaycabta
2019-05-21* 2019-05-21git
2019-05-21Check bytesize in vi command mode last char backaycabta
2019-05-20* expand tabs.git
2019-05-20Get rid of undefined behavior that source and destination buffers overlapNobuyoshi Nakada
2019-05-20Remove redundant ignore rule for Process#clock_getres specsBenoit Daloze
2019-05-20Move exclusion for Hyper-V next to other skipped constantsBenoit Daloze
2019-05-20skip a test for CLOCK_MONOTONIC_RAW.Koichi Sasada
2019-05-20Mixed encoding error can continue to parseNobuyoshi Nakada
2019-05-20Cursor can't move to eol when vi command modeaycabta
2019-05-20* 2019-05-20git
2019-05-20Readline.completion_proc accepts US-ASCIIaycabta
2019-05-19Update test-unitNobuyoshi Nakada
2019-05-19* 2019-05-19git
2019-05-19Touch the timestamp file for Unicode filesNobuyoshi Nakada
2019-05-18[DOC] Shorten examples for Time#{round,floor}Marcus Stollsteimer
2019-05-18[DOC] Improve documentation for Time#floorMarcus Stollsteimer