| Age | Commit message (Collapse) | Author |
|
|
|
https://github.com/ruby/reline/commit/3f6ea92268
|
|
https://github.com/ruby/reline/commit/de858ee1ac
|
|
https://github.com/ruby/reline/commit/1c6c0c82f0
|
|
https://github.com/ruby/reline/commit/bad76b5a87
|
|
https://github.com/ruby/reline/commit/967e19786d
|
|
https://github.com/ruby/reline/commit/c77c3c6fae
|
|
https://github.com/ruby/reline/commit/175d5ad4c4
|
|
https://github.com/ruby/reline/commit/79b7d80fee
|
|
https://github.com/ruby/reline/commit/059d39b090
|
|
https://github.com/ruby/reline/commit/6e0ea3362a
|
|
https://github.com/ruby/reline/commit/5e3ea74891
|
|
https://github.com/ruby/reline/commit/2668715509
|
|
https://github.com/ruby/reline/commit/040d29b4c0
|
|
https://github.com/ruby/reline/commit/5917e3a337
|
|
https://github.com/ruby/reline/commit/22ce5651e5
|
|
https://github.com/ruby/reline/commit/462f971bd3
|
|
https://github.com/ruby/reline/commit/b26c7d60c8
|
|
https://github.com/ruby/reline/commit/dfb710946f
https://github.com/ruby/irb/commit/1a1cdf9628
https://github.com/ruby/irb/commit/fe99faf8bd
|
|
https://github.com/ruby/reline/commit/a3b3c6ee60
|
|
https://github.com/ruby/reline/commit/064664c8f9
|
|
https://github.com/ruby/reline/commit/723c6e191a
|
|
https://github.com/ruby/reline/commit/0b1b5e77ce
|
|
https://github.com/ruby/reline/commit/e79e402c01
|
|
https://github.com/ruby/reline/commit/710ca23427
|
|
https://github.com/ruby/reline/commit/20a7806815
|
|
https://github.com/ruby/reline/commit/c8a419beb5
|
|
https://github.com/ruby/reline/commit/298144b06a
|
|
https://github.com/ruby/reline/commit/ea2b182466
|
|
https://github.com/ruby/reline/commit/b41024e317
|
|
https://github.com/ruby/reline/commit/923f97d068
|
|
https://github.com/ruby/reline/commit/55d4dfec1e
|
|
https://github.com/ruby/reline/commit/09d370bdc19e62f0a27c2240e19b07963afd922f
|
|
|
|
https://github.com/ruby/reline/commit/d57c7ea252
|
|
|
|
|
|
|
|
|
|
This reverts commit 481ccf73d88797914f700e6e27711bf1ce997eb0.
|
|
|
|
* 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.
|
|
Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42
"Adjusted indents".
|
|
|
|
This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
|
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
|