aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun2022-10-181-3/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-184-20/+33
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-181-6/+16
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-1/+1
* [ruby/irb] Lazily evaluate candidates localsst00122022-10-081-22/+32
* [ruby/irb] Fixed sort of variables in completionImir Kiyamov2022-10-051-2/+2
* [ruby/irb] Update remark of self.install_extend_commands.Kaíque Kandy Koga2022-10-051-0/+5
* [ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA2022-10-051-1/+1
* [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon2022-10-052-12/+26
* [ruby/irb] Bump version to 1.4.2st00122022-10-051-2/+2
* [ruby/irb] Added aycabta to authorsHiroshi SHIBATA2022-10-051-2/+2
* [ruby/irb] Remove unused errorst00122022-10-032-10/+0
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-032-2/+1
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-031-7/+29
* [ruby/irb] Remove patches for Ruby 2.4st00122022-10-031-16/+15
* [ruby/irb] Remove unnecessary conditionst00122022-10-031-6/+1
* [ruby/irb] Refactor ripper_lex_without_warningst00122022-10-031-6/+4
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-8/+4
* [ruby/irb] Rewrite on_scan proc to be more readable.tompng2022-09-221-6/+10
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-27/+28
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-1/+8
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-174-5/+19
* [ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada2022-09-141-1/+1
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-2/+2
* [ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga2022-08-261-0/+5
* [ruby/irb] Drop hard dependency on RDoc.Vít Ondruch2022-08-231-1/+0
* [ruby/irb] shortcut colorize_code to speedup pretty_printtompng2022-08-041-0/+3
* [ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar2022-07-122-25/+0
* [ruby/irb] Additions/revisions to help-message (https://github.com/ruby/irb/p...Burdette Lamar2022-07-081-40/+41
* [ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st00122022-06-281-1/+9
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-287-37/+15
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-1/+1
* [ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo2022-06-203-6/+8
* [ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada2022-03-1415-30/+60
* [ruby/irb] Changed to call Kernel.printmanga_osyo2022-01-271-1/+1
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* [ruby/irb] Use require_relative to require lib filesst00122022-01-173-3/+3
* [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ru...Samuel Williams2021-12-291-2/+1
* [ruby/irb] Version 1.4.1aycabta2021-12-251-1/+1
* [ruby/irb] Support showing doc by dialog in iTerm2aycabta2021-12-251-1/+2
* [ruby/irb] Version 1.4.0aycabta2021-12-251-2/+2
* [ruby/irb] Update dependency, reline >= 0.3.0aycabta2021-12-251-1/+1
* Fix warning in `Lexer::Elem#[]`manga_osyo2021-12-241-4/+4
* [ruby/irb] irb_info codepage mismatchYO42021-12-241-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+1
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-1/+21
* [ruby/irb] Add Alt+d keycode when convert-meta isn't usedima1zumi2021-12-031-0/+1
* [ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6manga_osyo2021-12-031-1/+1
* Compatibility with IRBschneems2021-12-022-63/+71
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-1/+1