summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2022-01-27[ruby/irb] Changed to call Kernel.printmanga_osyo
2022-01-17[ruby/irb] Use require_relative to load extensions/commandsst0012
2022-01-17[ruby/irb] Use require_relative to require lib filesst0012
2021-12-29[ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams
2021-12-25[ruby/irb] Version 1.4.1aycabta
2021-12-25[ruby/irb] Support showing doc by dialog in iTerm2aycabta
2021-12-25[ruby/irb] Version 1.4.0aycabta
2021-12-25[ruby/irb] Update dependency, reline >= 0.3.0aycabta
2021-12-24Fix warning in `Lexer::Elem#[]`manga_osyo
2021-12-24[ruby/irb] irb_info codepage mismatchYO4
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-12-03[ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga
2021-12-03[ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi
2021-12-03[ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6manga_osyo
2021-12-02Compatibility with IRBschneems
2021-10-13[ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga
2021-10-11[ruby/irb] Add help about extra doc dir optionaycabta
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-11[ruby/irb] Add periods to docaycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-10-09[ruby/irb] Version 1.3.8.pre.11aycabta
2021-10-09[ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta
2021-10-08[ruby/irb] Determine left and right when the width of either side is zero cor...aycabta
2021-10-08[ruby/irb] Calculate right side doc dialog width correctlyaycabta
2021-10-08[ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta
2021-10-08[ruby/irb] Display doc dialog in gaps on narrow screenaycabta
2021-10-07[ruby/irb] Update descriptions of methodsKaíque Kandy Koga
2021-10-07[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans
2021-10-03[ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara
2021-10-03[ruby/irb] Version 1.3.8.pre.10aycabta
2021-10-03[ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta
2021-09-27[ruby/irb] Add doc about "echo on assignment"aycabta
2021-09-27[ruby/irb] Add blank lines to sample code in doc for readabilityaycabta
2021-09-27[ruby/irb] Fix sample code in docaycabta
2021-09-27[ruby/irb] Add a space before left parenaycabta
2021-09-24[ruby/irb] Revert "Show original string byte sequence to debug"aycabta
2021-09-24[ruby/irb] Show original string byte sequence to debugaycabta
2021-09-23Revert "Show original string byte sequence to debug"aycabta
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada
2021-09-23Show original string byte sequence to debugaycabta
2021-09-22[ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga
2021-09-21[ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada
2021-09-21[ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-10[ruby/irb] Version 1.3.8.pre.9aycabta
2021-09-10[ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta
2021-09-10[ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Support symbol with backtickaycabta