summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/reline] Move cursor just after the last line when finishedaycabta2021-02-071-0/+1
* [ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta2021-02-071-1/+1
* [ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta2021-02-071-2/+7
* [ruby/reline] Show all lines higher than the screen when finishedaycabta2021-02-071-0/+13
* [ruby/reline] Scroll down when ^C is pressedaycabta2021-02-071-0/+8
* [ruby/reline] Remove an unused variableaycabta2021-02-071-1/+0
* [ruby/reline] Initialize uninitialized variables in testsaycabta2021-02-071-0/+2
* [ruby/reline] Cache pasting state in processing a keyaycabta2021-02-072-13/+25
* [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-272-2/+2
* [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI2021-01-272-20/+40
* [ruby/rdoc] Support iso-strict format in git-logNobuyoshi Nakada2021-01-251-3/+3
* [ruby/rdoc] Support other date formats in git-logNobuyoshi Nakada2021-01-251-3/+3
* Clear each test own temporary directoriesNobuyoshi Nakada2021-01-251-3/+2
* Revert "Remove temporary directory properly"Nobuyoshi Nakada2021-01-241-3/+10
* Remove temporary directory properlyNobuyoshi Nakada2021-01-241-10/+3
* [ruby/rdoc] Skip non-date logs by git-logNobuyoshi Nakada2021-01-241-14/+22
* [ruby/rdoc] Sort by CommitDate if availableNobuyoshi Nakada2021-01-241-3/+8
* [ruby/rdoc] Add links to the commitsNobuyoshi Nakada2021-01-241-21/+86
* [ruby/rdoc] Shorten commit hashesNobuyoshi Nakada2021-01-241-1/+1
* [ruby/rdoc] Tweak log entry markdownNobuyoshi Nakada2021-01-241-1/+19
* [ruby/rdoc] Make each commit entries h3Nobuyoshi Nakada2021-01-241-6/+6
* [ruby/rdoc] Support ChangeLog generated by `git log`Nobuyoshi Nakada2021-01-241-0/+35
* [ruby/rdoc] Fix failing test by adding gettext as a development dependencyDorian MariƩ2021-01-241-0/+2
* [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/net-http] Replace "iff" with "if and only if"Gannon McGibbon2021-01-231-1/+1
* [rubygems/rubygems] Replace "iff" with "whether" and "if and only if"Gannon McGibbon2021-01-232-2/+2
* [ruby/irb] Delete a doodle-level memo comment...aycabta2021-01-221-2/+0
* [ruby/matrix] Replace "iff" with "whether" [doc]Gannon McGibbon2021-01-211-5/+5
* [ruby/matrix] Add `Matrix#rotate_entries` [#19]Felix Wolfsteller2021-01-211-0/+29
* [ruby/erb] Version 2.2.2Takashi Kokubun2021-01-211-1/+1
* [ruby/erb] Let ERB.version just return a versionTakashi Kokubun2021-01-211-1/+2
* [ruby/erb] Version 2.2.1Takashi Kokubun2021-01-211-2/+2
* Fix the relative path for Ruby coreTakashi Kokubun2021-01-201-1/+1
* [ruby/erb] Unify ERB version definitionsTakashi Kokubun2021-01-203-3/+16
* [ruby/erb] Make styles consistent throught the projectTakashi Kokubun2021-01-201-14/+14
* [ruby/erb] Warn safe_level and later args even without -wTakashi Kokubun2021-01-211-5/+3
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* [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
* Use real-case version number for the result of `gem list`Hiroshi SHIBATA2021-01-191-1/+1
* Added empty ruby2_keywords gem to suffice dependenciesNobuyoshi Nakada2021-01-191-0/+10
* Added ruby2_keywords for Ruby 2.5 and 2.6Hiroshi SHIBATA2021-01-181-0/+2
* [ruby/irb] Version 1.3.2aycabta2021-01-181-2/+2
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+2