summaryrefslogtreecommitdiff
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-5/+15
* [ruby/irb] Do not continue line if last expression is an endless rangeJeremy Evans2021-03-051-1/+2
* [ruby/irb] Update help message for next context-mode of 4Jeremy Evans2021-02-271-6/+6
* [ruby/irb] Version 1.3.4aycabta2021-02-251-2/+2
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-0/+1
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-1/+1
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3
* [ruby/irb] Version 1.3.3aycabta2021-02-071-2/+2
* [ruby/irb] Enable to reassign a new block with "measure" commandaycabta2021-02-061-0/+8
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-063-7/+15
* [ruby/irb] Add info.rb to gemspecima1zumi2021-02-041-0/+1
* [ruby/irb] follow up the actual line numberNobuhiro IMAI2021-02-031-1/+4
* Fix absolute path predicate on WindowsNobuyoshi Nakada2021-01-291-1/+24
* [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI2021-01-271-1/+1
* [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI2021-01-272-20/+40
* [ruby/irb] Indent correctly with method calling with receiveraycabta2021-01-241-2/+19
* [ruby/irb] Indent correctly with keyword "for" and "in"aycabta2021-01-241-1/+33
* [ruby/irb] Delete a doodle-level memo comment...aycabta2021-01-221-2/+0
* [ruby/irb] Rescue Errno::EINVAL on IRB ppTakashi Kokubun2021-01-191-5/+15
* [ruby/irb] Use a real screen size for pp by defaultTakashi Kokubun2021-01-181-1/+1
* [ruby/irb] Version 1.3.2aycabta2021-01-181-2/+2
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+1
* [ruby/irb] Version 1.3.1aycabta2021-01-131-2/+2
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-072-2/+2
* [ruby/irb] Add missing requireTakashi Kokubun2021-01-071-0/+1
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-9/+7
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-11/+11
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-052-1/+3
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-6/+23
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-1/+11
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-2/+21
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-17/+47
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-6/+8
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-1/+6
* [ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun2020-12-281-1/+9
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+4
* [ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun2020-12-281-0/+1
* [ruby/irb] Enhance colored inspect outputTakashi Kokubun2020-12-283-10/+32
* [ruby/irb] Version 1.3.0aycabta2020-12-251-2/+2
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-242-4/+14
* [ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta2020-12-231-1/+9
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-231-1/+1
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-4/+9
* [ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito2020-12-231-0/+1
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-221-2/+2
* [ruby/irb] Version 1.2.9aycabta2020-12-221-2/+2
* [ruby/irb] Support arg for measure commandaycabta2020-12-222-13/+13