aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ruby/irb] Move input line mutation out of `Context#evaluate`Stan Lo2023-06-271-13/+1
* [ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida2023-06-252-48/+47
* [ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida2023-06-241-10/+6
* [ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida2023-06-201-43/+69
* [ruby/irb] Add missing token that ignored by rippertomoya ishida2023-06-191-1/+36
* [ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida2023-06-152-457/+323
* [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida2023-06-131-1/+1
* [ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo2023-06-101-1/+1
* [ruby/irb] Remove the unused fork command definitionStan Lo2023-06-101-34/+0
* [ruby/irb] Refactor ExtendCommand::NopStan Lo2023-06-052-8/+6
* [ruby/irb] Simplify irb_info commandStan Lo2023-06-051-18/+14
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-1/+1
* [ruby/irb] Bump version to 1.7.0Stan Lo2023-06-041-2/+2
* [ruby/irb] Set maximum document dialog height bytomoya ishida2023-05-281-0/+1
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-3/+4
* [ruby/irb] Simplify each_top_level_statementtomoya ishida2023-05-191-63/+49
* [ruby/irb] Display mod key as `Option` on Darwin platformsAdam Daniels2023-05-191-1/+2
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-181-25/+21
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-183-45/+65
* [ruby/irb] Retire magic-file.rbStan Lo2023-04-283-42/+1