summaryrefslogtreecommitdiff
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada2022-03-1415-30/+60
* [ruby/irb] Changed to call Kernel.printmanga_osyo2022-01-271-1/+1
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* [ruby/irb] Use require_relative to require lib filesst00122022-01-173-3/+3
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* [ruby/irb] Version 1.4.1aycabta2021-12-251-1/+1
* [ruby/irb] Support showing doc by dialog in iTerm2aycabta2021-12-251-1/+2
* [ruby/irb] Version 1.4.0aycabta2021-12-251-2/+2
* [ruby/irb] Update dependency, reline >= 0.3.0aycabta2021-12-251-1/+1
* Fix warning in `Lexer::Elem#[]`manga_osyo2021-12-241-4/+4
* [ruby/irb] irb_info codepage mismatchYO42021-12-241-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+1
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-1/+21
* [ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi2021-12-031-0/+1
* [ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6manga_osyo2021-12-031-1/+1
* Compatibility with IRBschneems2021-12-022-63/+71
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-1/+1
* [ruby/irb] Add help about extra doc dir optionaycabta2021-10-111-0/+1
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-113-1/+12
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+1
* [ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun2021-10-101-4/+1
* [ruby/irb] Version 1.3.8.pre.11aycabta2021-10-091-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta2021-10-091-1/+1
* [ruby/irb] Determine left and right when the width of either side is zero cor...aycabta2021-10-081-2/+2
* [ruby/irb] Calculate right side doc dialog width correctlyaycabta2021-10-081-1/+1
* [ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta2021-10-081-16/+20
* [ruby/irb] Display doc dialog in gaps on narrow screenaycabta2021-10-081-2/+23
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-072-3/+4
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* [ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara2021-10-031-5/+0
* [ruby/irb] Version 1.3.8.pre.10aycabta2021-10-031-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta2021-10-031-1/+1
* [ruby/irb] Add doc about "echo on assignment"aycabta2021-09-272-0/+18
* [ruby/irb] Add blank lines to sample code in doc for readabilityaycabta2021-09-271-0/+3
* [ruby/irb] Fix sample code in docaycabta2021-09-271-1/+1
* [ruby/irb] Add a space before left parenaycabta2021-09-271-1/+1
* [ruby/irb] Revert "Show original string byte sequence to debug"aycabta2021-09-241-2/+0
* [ruby/irb] Show original string byte sequence to debugaycabta2021-09-241-0/+2
* Revert "Show original string byte sequence to debug"aycabta2021-09-231-2/+0
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-1/+1
* Show original string byte sequence to debugaycabta2021-09-231-0/+2
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-221-2/+14
* [ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada2021-09-211-12/+16
* [ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada2021-09-211-2/+2
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-1/+1
* [ruby/irb] Version 1.3.8.pre.9aycabta2021-09-101-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta2021-09-101-1/+1
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-101-1/+2
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+2