summaryrefslogtreecommitdiff
path: root/lib/irb.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-1/+0
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-021-10/+0
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-2/+15
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-4/+4
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-4/+2
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-191-0/+44
* [ruby/irb] Update documentation about AutocompletionTakashi Kokubun2022-11-191-2/+2
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-181-5/+4
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-181-0/+13
* [ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun2022-11-181-2/+2
* Drop Ruby 2.5 supportst00122022-11-171-5/+1
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+1
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-4/+9
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-031-5/+1
* [ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar2022-07-121-48/+1
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-3/+3
* [ruby/irb] [DOC] Fix formatting in docsPeter Zhu2022-06-201-3/+3
* [ruby/irb] Fix documents for .irbrc pathKouhei Yanagita2022-05-181-3/+6
* [ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta2021-12-211-3/+6
* [ruby/irb] Add resetting char attr that I forgotaycabta2021-12-211-1/+1
* [ruby/irb] Add information about --extra-doc-dir option in the commentsKaíque Kandy Koga2021-12-191-0/+1
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-071-1/+1
* [ruby/irb] Fix typo of variableaycabta2021-10-041-1/+1
* [ruby/irb] Add doc about "echo on assignment"aycabta2021-09-271-0/+6
* [ruby/irb] Add a space before left parenaycabta2021-09-271-1/+1
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-101-0/+2
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+3
* [ruby/irb] Pass local variables from workspace binding to lexerJeremy Evans2021-07-101-1/+1
* [ruby/irb] Fix `Encoding::ConverterNotFoundError`Koichi ITO2021-05-111-1/+1
* [ruby/irb] Treat encodings in exception correctlyaycabta2021-05-111-4/+11
* [ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada2021-04-021-1/+2
* [ruby/irb] Update help message for next context-mode of 4Jeremy Evans2021-02-271-5/+14
* [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI2021-01-271-1/+1
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+2
* [ruby/irb] Fix comment, irb gem supports 2.5.0 or olderaycabta2021-01-081-1/+1
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-2/+2
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-081-40/+34
* [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`Nobuhiro IMAI2021-01-081-1/+1
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-051-1/+25
* [ruby/irb] Support arg for measure commandaycabta2020-12-221-2/+3
* [ruby/irb] Add measure commandaycabta2020-12-201-1/+17
* [ruby/irb] Stop using bang version for #inspect of resultaycabta2020-11-221-1/+1
* Fix small typo in comment in lib/irb.cAndrew Kerr2020-10-221-1/+1
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-1/+1
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-2/+12
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-2/+24
* [ruby/irb] Prefer require_relative to load the files in this libraryNobuyoshi Nakada2020-08-181-9/+9