summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2024-12-19[ruby/irb] Bump version to v1.14.3Stan Lo
2024-12-16Exclude irb from documentation generationStan Lo
2024-12-13[ruby/irb] Avoid generating documentation pages for internalStan Lo
2024-12-12[ruby/irb] Load history when starting a direct debug sessionJames Reid-Smith
2024-12-12[ruby/irb] Bump version to v1.14.2Stan Lo
2024-12-11[ruby/irb] Page the output in irb:rdbg sessions tooStan Lo
2024-12-03[ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls commandtomoya ishida
2024-11-30[ruby/irb] Prevent cursor flickeringMari Imaizumi
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-20[ruby/irb] Store method objects in constantsStan Lo
2024-11-20[ruby/irb] Move main object's safe call logic to ContextStan Lo
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-07[ruby/irb] Correct ja/help-message for --context-mode and --promptKouhei Yanagita
2024-11-05[ruby/irb] windows does not support Process.kill("TERM", pid)YO4
2024-10-18[ruby/irb] Always use alternate sceen on alt-dtomoya ishida
2024-10-13[ruby/irb] Remove bignum check from save_historytomoya ishida
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-10-08[ruby/irb] Change debug test workaround to use ENVtomoya ishida
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-02[ruby/irb] Use correct binding in debug modetomoya ishida
2024-09-26[ruby/irb] Bump version to v1.14.1Stan Lo
2024-09-20[ruby/irb] Fix debug command in nomultiline modetomoya ishida
2024-09-16[ruby/irb] Use InstructionSequence#script_lines to get method sourcetomoya ishida
2024-09-12[ruby/irb] Remove KEYWORD_ALIASES which handled special alias nametomoya ishida
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-08-28[ruby/irb] Colorize command inputtomoya ishida
2024-08-27[ruby/irb] Move parse_command method to ContextStan Lo
2024-08-14[ruby/irb] Fix kill pager pid throwing Errno::ESRCH when pagertomoya ishida
2024-08-14[ruby/irb] Improve easter_egg logo resolutiontomoya ishida
2024-07-16[ruby/irb] Group class methods under `class << self`Stan Lo
2024-07-06[ruby/irb] Bump version to v1.14.0Stan Lo
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-03[ruby/irb] Introduce cd commandStan Lo
2024-06-18[ruby/irb] Improve how command calls' return value is handledStan Lo
2024-06-15[ruby/irb] Bump version to v1.13.2Stan Lo
2024-06-05[ruby/irb] Add accidentally dropped disable_irb command backStan Lo
2024-06-04[ruby/irb] Remove useless Reline::Key.new and update wrong commenttomoya ishida
2024-05-17[ruby/irb] Reorder ruby lex clauses for unrecoverable firstKevin Newton
2024-05-10[ruby/irb] Add a new initialization step to validate IRB.conf'sStan Lo
2024-05-10[ruby/irb] Simplify regexp to account for prism error messagesKevin Newton
2024-05-05[ruby/irb] Bump version to v1.13.1Stan Lo
2024-05-05[ruby/irb] Clarify that the context is IRB contextStan Lo
2024-05-04[ruby/irb] Change debug test workaround only enabled when output istomoya ishida
2024-05-04[ruby/irb] Improve help message for no meta commandsStan Lo
2024-05-04[ruby/irb] Use flag instead of caller for `debug`'s binding.irbStan Lo
2024-05-03[ruby/irb] Avoid raising errors while running help for customKenichi Kamiya
2024-05-02Sync IRB 241e061Stan Lo
2024-05-02[ruby/irb] Add workaround for ruby/debug/test/console/irb_testtomoya ishida
2024-05-01[ruby/irb] Bump version to v1.13.0Stan Lo
2024-05-01[ruby/irb] Let IRB::Color.colorable? always return true|falsetomoya ishida