summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2023-10-21[ruby/irb] Minor refactors around irb.rbStan Lo
2023-10-14[ruby/irb] Bump version to 1.8.3tomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-12[ruby/irb] Bump version to 1.8.2Stan Lo
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-12[ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida
2023-10-11Fix calling exit if irb_context is nilTakashi Kokubun
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-10-11[ruby/irb] Avoid locking the debug UI to a single threadStan Lo
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-09-22[ruby/irb] Page show_source's outputStan Lo
2023-09-16[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder
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