summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2021-03-06[ruby/irb] Make save-history extension safe for concurrent useJeremy Evans
2021-03-05[ruby/irb] Do not continue line if last expression is an endless rangeJeremy Evans
2021-02-27[ruby/irb] Update help message for next context-mode of 4Jeremy Evans
2021-02-25[ruby/irb] Version 1.3.4aycabta
2021-02-12[ruby/irb] Fix inverse separator conditionNobuyoshi Nakada
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-11[ruby/irb] Suppress colorize on Windows testsaycabta
2021-02-11[ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta
2021-02-07[ruby/irb] Version 1.3.3aycabta
2021-02-06[ruby/irb] Enable to reassign a new block with "measure" commandaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2021-02-04[ruby/irb] Add info.rb to gemspecima1zumi
2021-02-03[ruby/irb] follow up the actual line numberNobuhiro IMAI
2021-01-29Fix absolute path predicate on WindowsNobuyoshi Nakada
2021-01-27[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI
2021-01-27[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI
2021-01-24[ruby/irb] Indent correctly with method calling with receiveraycabta
2021-01-24[ruby/irb] Indent correctly with keyword "for" and "in"aycabta
2021-01-22[ruby/irb] Delete a doodle-level memo comment...aycabta
2021-01-19[ruby/irb] Rescue Errno::EINVAL on IRB ppTakashi Kokubun
2021-01-18[ruby/irb] Use a real screen size for pp by defaultTakashi Kokubun
2021-01-18[ruby/irb] Version 1.3.2aycabta
2021-01-18[ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI
2021-01-13[ruby/irb] Version 1.3.1aycabta
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-07[ruby/irb] Add missing requireTakashi Kokubun
2021-01-08irb: Drop lines from backtrace for tests in Ruby repositoryaycabta
2021-01-08[ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2021-01-05[ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada
2021-01-05[ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta
2021-01-05[ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta
2021-01-05[ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta
2021-01-05[ruby/irb] Handle indentations related to keyword "do" correctlyaycabta
2021-01-05[ruby/irb] Newline in oneliner def doesn't reset indentaycabta
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
2020-12-25[ruby/irb] Version 1.3.0aycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-23[ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta
2020-12-23[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-23[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta
2020-12-23[ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito
2020-12-22[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-22[ruby/irb] Version 1.2.9aycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta