| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-08 | [ruby/reline] Correct var names in Reline were different from vi-*-mode-string | aycabta | |
| https://github.com/ruby/reline/commit/8255fc93b9 | |||
| 2020-12-22 | [ruby/reline] Support isearch-terminators | aycabta | |
| https://github.com/ruby/reline/commit/a7922da16b | |||
| 2020-12-05 | [ruby/reline] Support bracketed paste mode | aycabta | |
| https://github.com/ruby/reline/commit/d1a6869322 | |||
| 2020-08-18 | [ruby/reline] Get rid of loading pathname unnecessarily | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/9bd54b7f1c | |||
| 2020-08-18 | [ruby/reline] Keep original characters in inputrc | aycabta | |
| https://github.com/ruby/reline/commit/96583c6336 | |||
| 2020-08-18 | [ruby/reline] Support mode icon | Mark Delk | |
| Co-authored-by: aycabta <aycabta@gmail.com> https://github.com/ruby/reline/commit/067b618123 | |||
| 2020-05-17 | [ruby/reline] If history-size isn't numeric, it should be 500 | aycabta | |
| https://tiswww.case.edu/php/chet/readline/readline.html#IDX25 > If an attempt is made to set history-size to a non-numeric value, the maximum > number of history entries will be set to 500. https://github.com/ruby/reline/commit/acf0437280 | |||
| 2020-04-29 | [ruby/reline] Add URL reference of history-size | aycabta | |
| https://github.com/ruby/reline/commit/13420197b8 | |||
| 2020-04-29 | [ruby/reline] Negative history_size means unlimited | aycabta | |
| And unlimited is default. https://github.com/ruby/reline/commit/f5149c3ca6 | |||
| 2020-04-29 | [ruby/reline] Ignore non-absolute XDG_CONFIG_HOME | Nobuyoshi Nakada | |
| https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html > All paths set in these environment variables must be absolute. > If an implementation encounters a relative path in any of these > variables it should consider the path invalid and ignore it. https://github.com/ruby/reline/commit/45af6eea77 | |||
| 2020-04-24 | [ruby/reline] Treat home dir correctly | aycabta | |
| https://github.com/ruby/reline/commit/9b1327d2f4 | |||
| 2020-04-24 | [ruby/reline] Support XDG_CONFIG_HOME | aycabta | |
| In the XDG Specification, if ~/.config/readline/inputrc exists, then ~/.inputrc should not be read, but for compatibility with GNU Readline, if ~/.inputrc exists, then it is given priority. https://github.com/ruby/reline/commit/97f1e7db04 | |||
| 2020-03-26 | [ruby/reline] Suppress error in case INPUTRC env is empty | aycabta | |
| https://github.com/ruby/reline/commit/bce7e7562b | |||
| 2020-01-06 | Support history-size in .inputrc correctly | aycabta | |
| 2019-12-22 | Remove TODO comment | aycabta | |
| 2019-12-05 | Fix variable catch | aycabta | |
| 2019-07-28 | [reline] Do not compile regexp for each line | Nobuyoshi Nakada | |
| 2019-07-04 | Support Control- and Meta- | aycabta | |
| 2019-07-04 | Move a comment to proper place | aycabta | |
| 2019-07-04 | Parse key sequence more strictly | Nobuyoshi Nakada | |
| 2019-07-04 | Use lstrip instead of gsub which can match only once | Nobuyoshi Nakada | |
| 2019-07-04 | Skip indented comment lines [Bug #15981] | Nobuyoshi Nakada | |
| 2019-06-02 | Check conditional nestings in INPUTRC | Nobuyoshi Nakada | |
| Closes: https://github.com/ruby/ruby/pull/2222 | |||
| 2019-06-02 | Prefer $INPUTRC over the default in the home | Nobuyoshi Nakada | |
| Closes: https://github.com/ruby/ruby/pull/2222 | |||
| 2019-06-02 | Add true condition `Reline` | Nobuyoshi Nakada | |
| 2019-06-02 | Add Reline test for unknown macro | aycabta | |
| 2019-06-02 | Add new test for Reline within pipe | aycabta | |
| 2019-06-02 | Add comments to key bindings vars of Reline::Config | aycabta | |
| 2019-06-01 | Just use `File.readlines` | Nobuyoshi Nakada | |
| 2019-06-01 | Use inputrc data for keystroke setting | aycabta | |
| 2019-05-24 | Support Meta key in Reline | aycabta | |
| 2019-05-21 | Remove ~/.inputrc not found error message | aycabta | |
| 2019-05-13 | Implement Reline::HISTORY as an expanded Array | aycabta | |
| 2019-05-13 | Add attr_accessor for Reline's Config attrs | aycabta | |
| 2019-05-12 | Check INPUTRC env in Reline::Config | aycabta | |
| 2019-04-30 | Add Reline as a fallback library for Readline | aycabta | |
| * lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible library. * lib/readline.rb: Readline uses a fallback to Reline when ext/readline doesn't exist. * tool/sync_default_gems.rb: add ruby/reline as a default gem. * appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit of Reline, and add "--exclude readline" to "nmake test-all" on Visual Studio builds because of strange behavior. * spec/ruby/library/readline/spec_helper.rb: skip Reline as with RbReadline. | |||
| 2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | |
| Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents". | |||
| 2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta | |
| 2019-04-21 | Revert "IRB is improved with Reline and RDoc" | aycabta | |
| This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-04-20 | IRB is improved with Reline and RDoc | aycabta | |
| Reline is a readline stdlib compatible library. It also supports multiline input. IRB is improved with Reline and supports multiline. Besides, supports showing documents when completed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
