1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

19 commits

Author SHA1 Message Date
aycabta
213ebec7a7 [ruby/reline] Version 0.1.4
https://github.com/ruby/reline/commit/298144b06a
2020-04-29 19:13:14 +09:00
aycabta
12ae7b3369 [ruby/reline] Version 0.1.3
https://github.com/ruby/reline/commit/ea2b182466
2020-02-15 21:52:03 +09:00
aycabta
e1e1d92277 [ruby/reline] Version 0.1.2
https://github.com/ruby/reline/commit/b41024e317
2019-12-25 18:47:47 +09:00
aycabta
2462427008 [ruby/reline] Version 0.1.1
https://github.com/ruby/reline/commit/923f97d068
2019-12-25 10:08:39 +09:00
aycabta
5e17834fc9 [ruby/reline] Version 0.1.0
https://github.com/ruby/reline/commit/55d4dfec1e
2019-12-24 09:56:40 +09:00
aycabta
9131e62f18 [ruby/reline] Version 0.0.7
09d370bdc1
2019-11-21 07:14:27 +09:00
aycabta
f30f78e2e0 Version 0.0.6 2019-11-21 07:04:53 +09:00
aycabta
910f9b8338 [ruby/reline] Version 0.0.5
https://github.com/ruby/reline/commit/d57c7ea252
2019-11-17 23:32:10 +09:00
aycabta
0547627705 Version 0.0.4 2019-10-29 10:35:43 +09:00
aycabta
f4252f6496 Version 0.0.3 2019-10-07 16:14:03 +09:00
aycabta
11d6094cbe Reline 0.0.2 2019-09-01 11:23:52 +09:00
aycabta
cd7b99bbfc Version 0.0.1 2019-07-15 00:36:59 +09:00
aycabta
27bab6a569 Revert "Change Reline's version with "Reline 0.0.0""
This reverts commit 481ccf73d8.
2019-05-25 00:44:09 +09:00
aycabta
481ccf73d8 Change Reline's version with "Reline 0.0.0" 2019-05-25 00:40:14 +09:00
aycabta
17350c7e55 Add Reline as a fallback library for Readline
* 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-30 11:44:20 +09:00
Nobuyoshi Nakada
f4f66bd11c
Revert "IRB is improved with Reline and RDoc, take 2"
Accidentally merged when 89271d4a37
"Adjusted indents".
2019-04-23 21:55:29 +09:00
aycabta
f2cd4f4cd0
IRB is improved with Reline and RDoc, take 2 2019-04-23 20:08:02 +09:00
aycabta
51cec00953 Revert "IRB is improved with Reline and RDoc"
This reverts commit 7f273ac6d0.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21 09:13:49 +00:00
aycabta
7f273ac6d0 IRB is improved with Reline and RDoc
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
2019-04-20 08:51:20 +00:00