summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
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
2023-06-15[ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-10[ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo
2023-06-10[ruby/irb] Remove the unused fork command definitionStan Lo
2023-06-05[ruby/irb] Refactor ExtendCommand::NopStan Lo
2023-06-05[ruby/irb] Simplify irb_info commandStan Lo
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-06-04[ruby/irb] Bump version to 1.7.0Stan Lo
2023-05-28[ruby/irb] Set maximum document dialog height bytomoya ishida
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-19[ruby/irb] Simplify each_top_level_statementtomoya ishida
2023-05-19[ruby/irb] Display mod key as `Option` on Darwin platformsAdam Daniels
2023-05-18[ruby/irb] Refactor RubyLex's input/io methodsStan Lo
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-04-28[ruby/irb] Retire magic-file.rbStan Lo
2023-04-27[ruby/irb] Simplify Locale#loadStan Lo
2023-04-27[ruby/irb] Stop using MagicFile for printing help messagesStan Lo
2023-04-26[ruby/irb] Remove encoding_aliases.rbStan Lo
2023-04-26[ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-04-23[ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565)Yusuf Daniju
2023-04-09[ruby/irb] Bump version to 1.6.4ima1zumi
2023-04-08[ruby/irb] Simplify command method definitionStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo
2023-04-02[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo
2023-03-13[ruby/irb] Replace METHOD_IS_A with ===Stan Lo