aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed symlinks by in-place build [Bug #15870]Nobuyoshi Nakada2019-05-242-2/+0
* switch UNICODE_BETA to NOMartin Dürst2019-05-242-0/+2
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-1/+1
* Use colorized IRB on Windows without checking `TERM`NAKAMURA Usaku2019-05-231-1/+1
* C-v C-j means an newline insertionaycabta2019-05-231-1/+5
* Change behavior to confirm multiline terminationaycabta2019-05-231-32/+41
* Remove unnecessary variable in LineEditoraycabta2019-05-221-1/+0
* Support CSI sequences in promptaycabta2019-05-221-16/+61
* Reline#reset should initalize @rest_height and @screen_size eveytimeaycabta2019-05-221-3/+7
* Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta2019-05-221-0/+3
* Remove ~/.inputrc not found error messageaycabta2019-05-211-1/+0
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+1
* 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
* Support DEL keyaycabta2019-05-212-2/+10
* Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta2019-05-211-2/+6
* Add --colorize and --nocolorize options to IRBaycabta2019-05-217-4/+26
* 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
* Check bytesize in vi command mode last char backaycabta2019-05-211-3/+7
* Cursor can't move to eol when vi command modeaycabta2019-05-201-1/+9
* Readline.completion_proc accepts US-ASCIIaycabta2019-05-201-1/+3
* Add Reline.test_mode to use with special I/Oaycabta2019-05-182-11/+31
* Allow --enable/--disable options to take an argumentNobuyoshi Nakada2019-05-151-2/+5
* Rename confuzed name Reline::IO with Reline::IOGateaycabta2019-05-152-32/+32
* Remove useless use of a variable in Reline::ANSIaycabta2019-05-141-1/+0
* Check encoding when Readline completionaycabta2019-05-141-1/+4
* Rescue CompatibilityError for Readline's completionaycabta2019-05-141-2/+7
* fix visibility of SecureRandom.gen_randomUrabe, Shyouhei2019-05-141-0/+2
* Readline's class vars should be encoded as default_externalaycabta2019-05-141-22/+55
* Remove unused variable in LineEditoraycabta2019-05-141-1/+1
* delegate.rb: don't look for methods on KernelÉtienne Barrié2019-05-131-1/+1
* Implement Reline::HISTORY as an expanded Arrayaycabta2019-05-132-1/+38
* Add attr_accessor for Reline's Config attrsaycabta2019-05-131-25/+31
* Reline.completion_proc= should raise ArgumentErroraycabta2019-05-131-0/+1
* Reline.completion_append_character= should be nilaycabta2019-05-131-1/+1
* Add Reline.special_prefixes as stubaycabta2019-05-131-0/+2
* Implement Reline's class methods for compatibilityaycabta2019-05-133-2/+113
* Add Reline.pre_input_hook interfaceaycabta2019-05-132-0/+10
* Implement Reline.input= and Reline.output=aycabta2019-05-133-18/+50
* Add ed_search_prev_history to Relineaycabta2019-05-132-1/+100
* Split namespace of env-dependent I/O classesaycabta2019-05-135-58/+125
* Check INPUTRC env in Reline::Configaycabta2019-05-122-1/+2
* Change LineEditor instance in Reline to class varaycabta2019-05-122-22/+25
* Removed old names of internal methodsNobuyoshi Nakada2019-05-101-8/+0
* Suppress a warning in Psych&YAML with verbose modeNobuyoshi Nakada2019-05-101-1/+1
* Fix missing `\A`Kazuhiro NISHIYAMA2019-05-101-1/+1
* Configure directories for headers and libraries automaticallyNobuyoshi Nakada2019-05-081-1/+11