aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida2023-10-112-181/+206
* [ruby/irb] Avoid locking the debug UI to a single threadStan Lo2023-10-112-8/+4
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-042-18/+17
* [ruby/irb] Page show_source's outputStan Lo2023-09-221-6/+11
* [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder2023-09-161-1/+3
* [ruby/irb] Bump version to 1.8.1Stan Lo2023-09-051-2/+2
* [ruby/irb] Drop rdoc's version requirementStan Lo2023-08-311-1/+1
* [ruby/irb] Require Reline 0.3.8+Stan Lo2023-08-311-1/+1
* [ruby/irb] Bump version to 1.8.0Stan Lo2023-08-301-2/+2
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-292-1/+18
* [ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo2023-08-291-12/+0
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+13
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-292-9/+0
* [ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo2023-08-241-413/+418
* [ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo2023-08-211-1/+1
* [ruby/irb] Move input processing out of RubyLexStan Lo2023-08-211-67/+2
* [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️2023-08-201-3/+3
* [ruby/irb] Encapsulate input details in Statement objectsStan Lo2023-08-162-5/+98
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-138-95/+316
* [ruby/irb] Move IO configuration to IRB::IrbStan Lo2023-08-131-55/+2
* [ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada2023-08-131-50/+48
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-121-5/+5
* [ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo2023-08-121-56/+6
* [ruby/irb] Remove needless removal of trailing whitespace intomoya ishida2023-08-111-2/+1
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-111-1/+43
* [ruby/irb] Add black and white color to IRB::ColorStan Lo2023-08-111-0/+2
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-093-22/+6
* [ruby/irb] Remove unused `InputMethod#initialize`Stan Lo2023-08-071-15/+0
* [ruby/irb] Deprecate multi-irb commandsStan Lo2023-08-021-4/+15
* [ruby/irb] Drop src_encoding.rbStan Lo2023-08-022-8/+0
* [ruby/irb] Add workspace categoryStan Lo2023-08-012-5/+5
* [ruby/irb] Decouple `edit` and `show_source` commandsStan Lo2023-07-313-65/+71
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-263-8/+38
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-3/+65
* [ruby/irb] Declare rdoc as dependencyStan Lo2023-07-181-0/+1
* [ruby/irb] Indent multiline percent literalstomoya ishida2023-07-151-3/+3
* [ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi2023-07-151-2/+2
* [ruby/irb] Fix history-saving featureStan Lo2023-07-143-9/+18
* [ruby/irb] Bump version to 1.7.3Stan Lo2023-07-131-1/+1
* [ruby/irb] Correct preferred_dialog_height's callerStan Lo2023-07-121-1/+1
* [ruby/irb] Bump version to 1.7.2ima1zumi2023-07-111-2/+2
* [ruby/irb] Require Reline 0.3.6 or higherima1zumi2023-07-112-10/+4
* [ruby/irb] Avoid using Reline as a moduleStan Lo2023-07-091-6/+4
* [ruby/irb] Use `max_by` for `longest_cmd_name_length`Andy Waite2023-07-041-1/+1
* [ruby/irb] Refactor eval historyStan Lo2023-07-042-5/+5
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-033-53/+28
* [ruby/irb] Bump version to 1.7.1Stan Lo2023-07-021-2/+2
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-1/+23
* [ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida2023-06-301-6/+36
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-8/+1