summaryrefslogtreecommitdiff
path: root/lib/reline.rb
AgeCommit message (Expand)Author
2019-05-29Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun
2019-05-29Remove extra items because Reline::HISTORY is a sized queueaycabta
2019-05-29Use existing instances for LineEditor and Configaycabta
2019-05-28Use Reline.completer_quote_characters to completeaycabta
2019-05-27Fix rendering bug of ^Daycabta
2019-05-27Move to next of last line by ^Caycabta
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Check block in #readmultilineaycabta
2019-05-24Support Meta key in Relineaycabta
2019-05-22Reopen $stderr with specified fd by RELINE_STDERR_TTYaycabta
2019-05-21Support DEL keyaycabta
2019-05-18Add Reline.test_mode to use with special I/Oaycabta
2019-05-15Rename confuzed name Reline::IO with Reline::IOGateaycabta
2019-05-14Readline's class vars should be encoded as default_externalaycabta
2019-05-13Implement Reline::HISTORY as an expanded Arrayaycabta
2019-05-13Reline.completion_proc= should raise ArgumentErroraycabta
2019-05-13Reline.completion_append_character= should be nilaycabta
2019-05-13Add Reline.special_prefixes as stubaycabta
2019-05-13Implement Reline's class methods for compatibilityaycabta
2019-05-13Add Reline.pre_input_hook interfaceaycabta
2019-05-13Implement Reline.input= and Reline.output=aycabta
2019-05-13Split namespace of env-dependent I/O classesaycabta
2019-05-12Check INPUTRC env in Reline::Configaycabta
2019-05-12Change LineEditor instance in Reline to class varaycabta
2019-05-01Add Reline.delete_text that raises NotImplementedErroraycabta
2019-04-30Add Reline as a fallback library for Readlineaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta