summaryrefslogtreecommitdiff
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-7/+11
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-4/+7
* [ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta2021-09-081-1/+13
* [ruby/irb] Use gem paths to complete "require"aycabta2021-09-081-1/+14
* [ruby/irb] Version 1.3.8.pre.8aycabta2021-09-061-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta2021-09-061-1/+1
* [ruby/irb] Pass RI options to helpFilip Pyda2021-09-061-1/+2
* [ruby/irb] Add comments for Alt+d key sequencesaycabta2021-09-061-1/+4
* [ruby/irb] Use multiple trap_keyaycabta2021-09-061-2/+2
* [ruby/irb] Remove commeted out codeaycabta2021-09-041-1/+0
* [ruby/irb] Show doc at the same height as the autocompletion dialogaycabta2021-09-041-1/+1
* [ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta2021-09-041-1/+2
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-1/+2
* [ruby/irb] Version 1.3.8.pre.7aycabta2021-09-041-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta2021-09-041-1/+1
* [ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta2021-09-031-2/+2