summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-10-24[ruby/irb] Move require out of repeated execution pathst0012
2022-10-18[ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Lazily evaluate candidates localsst0012
2022-10-05[ruby/irb] Fixed sort of variables in completionImir Kiyamov
2022-10-05[ruby/irb] Update remark of self.install_extend_commands.Kaíque Kandy Koga
2022-10-05[ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA
2022-10-05[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon
2022-10-05[ruby/irb] Bump version to 1.4.2st0012
2022-10-05[ruby/irb] Added aycabta to authorsHiroshi SHIBATA
2022-10-03[ruby/irb] Remove unused errorst0012
2022-10-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-10-03[ruby/irb] Remove patches for Ruby 2.4st0012
2022-10-03[ruby/irb] Remove unnecessary conditionst0012
2022-10-03[ruby/irb] Refactor ripper_lex_without_warningst0012
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2022-09-22[ruby/irb] Rewrite on_scan proc to be more readable.tompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-14[ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-08-26[ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga
2022-08-23[ruby/irb] Drop hard dependency on RDoc.Vít Ondruch
2022-08-04[ruby/irb] shortcut colorize_code to speedup pretty_printtompng
2022-07-12[ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar
2022-07-08[ruby/irb] Additions/revisions to help-message (https://github.com/ruby/irb/p...Burdette Lamar
2022-06-28[ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st0012
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2022-06-20[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo
2022-03-14[ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada
2022-01-27[ruby/irb] Changed to call Kernel.printmanga_osyo
2022-01-17[ruby/irb] Use require_relative to load extensions/commandsst0012
2022-01-17[ruby/irb] Use require_relative to require lib filesst0012
2021-12-29[ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams
2021-12-25[ruby/irb] Version 1.4.1aycabta
2021-12-25[ruby/irb] Support showing doc by dialog in iTerm2aycabta
2021-12-25[ruby/irb] Version 1.4.0aycabta
2021-12-25[ruby/irb] Update dependency, reline >= 0.3.0aycabta
2021-12-24Fix warning in `Lexer::Elem#[]`manga_osyo
2021-12-24[ruby/irb] irb_info codepage mismatchYO4
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta