summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2023-09-05[ruby/irb] Bump version to 1.8.1Stan Lo
2023-08-31[ruby/irb] Drop rdoc's version requirementStan Lo
2023-08-31[ruby/irb] Require Reline 0.3.8+Stan Lo
2023-08-30[ruby/irb] Bump version to 1.8.0Stan Lo
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-29[ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo
2023-08-29[ruby/irb] Print deprecation message for prompt_n methodsStan Lo
2023-08-29[ruby/irb] Remove unused `PROMPT_N`Summer ☀️
2023-08-24[ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo
2023-08-21[ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo
2023-08-21[ruby/irb] Move input processing out of RubyLexStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-16[ruby/irb] Encapsulate input details in Statement objectsStan Lo
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-13[ruby/irb] Move IO configuration to IRB::IrbStan Lo
2023-08-13[ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada
2023-08-12[ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida
2023-08-12[ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo
2023-08-11[ruby/irb] Remove needless removal of trailing whitespace intomoya ishida
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-08-11[ruby/irb] Add black and white color to IRB::ColorStan Lo
2023-08-09[ruby/irb] Fix nested IRB sessions' history savingStan Lo
2023-08-07[ruby/irb] Remove unused `InputMethod#initialize`Stan Lo
2023-08-02[ruby/irb] Deprecate multi-irb commandsStan Lo
2023-08-02[ruby/irb] Drop src_encoding.rbStan Lo
2023-08-01[ruby/irb] Add workspace categoryStan Lo
2023-07-31[ruby/irb] Decouple `edit` and `show_source` commandsStan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-18[ruby/irb] Declare rdoc as dependencyStan Lo
2023-07-15[ruby/irb] Indent multiline percent literalstomoya ishida
2023-07-15[ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi
2023-07-14[ruby/irb] Fix history-saving featureStan Lo
2023-07-13[ruby/irb] Bump version to 1.7.3Stan Lo
2023-07-12[ruby/irb] Correct preferred_dialog_height's callerStan Lo
2023-07-11[ruby/irb] Bump version to 1.7.2ima1zumi
2023-07-11[ruby/irb] Require Reline 0.3.6 or higherima1zumi
2023-07-09[ruby/irb] Avoid using Reline as a moduleStan Lo
2023-07-04[ruby/irb] Use `max_by` for `longest_cmd_name_length`Andy Waite
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-07-02[ruby/irb] Bump version to 1.7.1Stan Lo
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-30[ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida
2023-06-27[ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida
2023-06-27[ruby/irb] Move input line mutation out of `Context#evaluate`Stan Lo
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-24[ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida
2023-06-20[ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida
2023-06-19[ruby/irb] Add missing token that ignored by rippertomoya ishida