summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
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
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
2021-09-06[ruby/irb] Version 1.3.8.pre.8aycabta
2021-09-06[ruby/irb] Update dependency, reline >= 0.2.8.pre.8aycabta
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2021-09-06[ruby/irb] Add comments for Alt+d key sequencesaycabta
2021-09-06[ruby/irb] Use multiple trap_keyaycabta
2021-09-04[ruby/irb] Remove commeted out codeaycabta
2021-09-04[ruby/irb] Show doc at the same height as the autocompletion dialogaycabta
2021-09-04[ruby/irb] Render properly if both autocomplete and show doc dialogs are left...aycabta
2021-09-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
2021-09-04[ruby/irb] Version 1.3.8.pre.7aycabta
2021-09-04[ruby/irb] Update dependency, reline >= 0.2.8.pre.7aycabta
2021-09-03[ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta
2021-09-03[ruby/irb] Add message to show full docaycabta
2021-09-03[ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta
2021-09-02[ruby/irb] Version 1.3.8.pre.6aycabta
2021-09-02[ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-08-31[ruby/irb] Version 1.3.8.pre.5aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.5aycabta
2021-08-31[ruby/irb] Set the dialog width to render with a fixed widthaycabta
2021-08-31[ruby/irb] Follow that Dialog#contents_width has been renamed to #widthaycabta
2021-08-31[ruby/irb] Make show doc dialog appears on the left at the right edgeaycabta
2021-08-31[ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"aycabta
2021-08-31[ruby/irb] Version 1.3.8.pre.4aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.4aycabta
2021-08-31[ruby/irb] Use DialogRenderInfoaycabta