summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-03-01[lib/benchmark] Use $stdout instead of STDOUT [Bug #17600]Marc-Andre Lafortune
2021-02-27[ruby/irb] Update help message for next context-mode of 4Jeremy Evans
2021-02-26[ruby/reline] Version 0.2.4aycabta
2021-02-25[ruby/irb] Version 1.3.4aycabta
2021-02-22[ruby/reline] fix Reline::Windows.getconsolemode buffercremno
2021-02-21[ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu
2021-02-21[ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu
2021-02-21[ruby/reline] Avoid tripping over nil promptEamonn Webster
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-02-20MSys is a variant of CygwinNobuyoshi Nakada
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/benchmark] Adds `Tms#to_h`Keith Bennett
2021-02-07[ruby/reline] Version 0.2.3aycabta
2021-02-07[ruby/irb] Version 1.3.3aycabta
2021-02-07[ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta
2021-02-07[ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta
2021-02-07[ruby/reline] The vi_histedit supports multilineaycabta
2021-02-07[ruby/reline] Move cursor just after the last line when finishedaycabta
2021-02-07[ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta
2021-02-07[ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta
2021-02-07[ruby/reline] Show all lines higher than the screen when finishedaycabta
2021-02-07[ruby/reline] Scroll down when ^C is pressedaycabta
2021-02-07[ruby/reline] Remove an unused variableaycabta
2021-02-07[ruby/reline] Initialize uninitialized variables in testsaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
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-25[ruby/rdoc] Support iso-strict format in git-logNobuyoshi Nakada
2021-01-25[ruby/rdoc] Support other date formats in git-logNobuyoshi Nakada
2021-01-25Clear each test own temporary directoriesNobuyoshi Nakada
2021-01-24Revert "Remove temporary directory properly"Nobuyoshi Nakada
2021-01-24Remove temporary directory properlyNobuyoshi Nakada
2021-01-24[ruby/rdoc] Skip non-date logs by git-logNobuyoshi Nakada
2021-01-24[ruby/rdoc] Sort by CommitDate if availableNobuyoshi Nakada
2021-01-24[ruby/rdoc] Add links to the commitsNobuyoshi Nakada
2021-01-24[ruby/rdoc] Shorten commit hashesNobuyoshi Nakada
2021-01-24[ruby/rdoc] Tweak log entry markdownNobuyoshi Nakada
2021-01-24[ruby/rdoc] Make each commit entries h3Nobuyoshi Nakada
2021-01-24[ruby/rdoc] Support ChangeLog generated by `git log`Nobuyoshi Nakada
2021-01-24[ruby/rdoc] Fix failing test by adding gettext as a development dependencyDorian MariƩ
2021-01-24[ruby/irb] Indent correctly with method calling with receiveraycabta