aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/version.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta2021-01-181-1/+1
| | | | | | | | https://github.com/ruby/reline/commit/dfb710946f https://github.com/ruby/irb/commit/1a1cdf9628 https://github.com/ruby/irb/commit/fe99faf8bd
* [ruby/reline] Version 0.2.1aycabta2021-01-131-1/+1
| | | | https://github.com/ruby/reline/commit/a3b3c6ee60
* [ruby/reline] 0.2.0aycabta2020-12-251-1/+1
| | | | https://github.com/ruby/reline/commit/064664c8f9
* [ruby/reline] Version 0.1.10aycabta2020-12-201-1/+1
| | | | https://github.com/ruby/reline/commit/723c6e191a
* [ruby/reline] Version 0.1.9aycabta2020-12-051-1/+1
| | | | https://github.com/ruby/reline/commit/0b1b5e77ce
* [ruby/reline] Version 0.1.8aycabta2020-12-051-1/+1
| | | | https://github.com/ruby/reline/commit/e79e402c01
* [ruby/reline] Version 0.1.7aycabta2020-12-051-1/+1
| | | | https://github.com/ruby/reline/commit/710ca23427
* [ruby/reline] Version 0.1.6aycabta2020-12-051-1/+1
| | | | https://github.com/ruby/reline/commit/20a7806815
* [ruby/reline] Version 0.1.5aycabta2020-09-141-1/+1
| | | | https://github.com/ruby/reline/commit/c8a419beb5
* [ruby/reline] Version 0.1.4aycabta2020-04-291-1/+1
| | | | https://github.com/ruby/reline/commit/298144b06a
* [ruby/reline] Version 0.1.3aycabta2020-02-151-1/+1
| | | | https://github.com/ruby/reline/commit/ea2b182466
* [ruby/reline] Version 0.1.2aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/reline/commit/b41024e317
* [ruby/reline] Version 0.1.1aycabta2019-12-251-1/+1
| | | | https://github.com/ruby/reline/commit/923f97d068
* [ruby/reline] Version 0.1.0aycabta2019-12-241-1/+1
| | | | https://github.com/ruby/reline/commit/55d4dfec1e
* [ruby/reline] Version 0.0.7aycabta2019-11-211-1/+1
| | | | https://github.com/ruby/reline/commit/09d370bdc19e62f0a27c2240e19b07963afd922f
* Version 0.0.6aycabta2019-11-211-1/+1
|
* [ruby/reline] Version 0.0.5aycabta2019-11-171-1/+1
| | | | https://github.com/ruby/reline/commit/d57c7ea252
* Version 0.0.4aycabta2019-10-291-1/+1
|
* Version 0.0.3aycabta2019-10-071-1/+1
|
* Reline 0.0.2aycabta2019-09-011-1/+1
|
* Version 0.0.1aycabta2019-07-151-1/+1
|
* Revert "Change Reline's version with "Reline 0.0.0""aycabta2019-05-251-1/+1
| | | | This reverts commit 481ccf73d88797914f700e6e27711bf1ce997eb0.
* Change Reline's version with "Reline 0.0.0"aycabta2019-05-251-1/+1
|
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+3
| | | | | | | | | | | | | * 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.
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-3/+0
| | | | | Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents".
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-0/+3
|
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-3/+0
| | | | | | This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* IRB is improved with Reline and RDocaycabta2019-04-201-0/+3
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