elfham
766b06dfa3
[ruby/reline] Update to Unicode 15.1.0
...
(https://github.com/ruby/reline/pull/591 )
https://github.com/ruby/reline/commit/c2fc1f771a
2023-09-25 14:28:21 +00:00
ima1zumi
c58561b5e3
[ruby/reline] Remove `ARGV.first` in east_asian_width.rb
...
(https://github.com/ruby/reline/pull/587 )
`ARGV.first` is the name of the EastAsianWidth file and is not needed for east_asian_width.rb
https://github.com/ruby/reline/commit/6649bda31c
2023-08-29 17:55:02 +00:00
elfham
95efdef3b2
[ruby/reline] Set EastAsianWidth::UNICODE_VERSION
...
(https://github.com/ruby/reline/pull/586 )
* Set EastAsianWidth::UNICODE_VERSION
* Commented out UNICODE_VERSION in Reline::Unicode::EastAsianWidth
* Commented out UNICODE_VERSION in Reline::Unicode::EastAsianWidth
https://github.com/ruby/reline/commit/6d94f2a26a
2023-08-29 17:20:18 +00:00
elfham
aa66595876
[ruby/reline] Update to Unicode 15.0.0
...
(https://github.com/ruby/reline/pull/437 )
* Update to Unicode 14.0.0
* Update to Unicode 15.0.0
2023-01-12 09:40:34 +00:00
Yusuke Endoh
76cac4c05a
[ruby/reline] Improve the performance of `get_mbchar_width`
...
It is about three times faster to use one big regexp instead of
sequential matching.
https://github.com/ruby/reline/commit/e36f6c0707
2020-12-05 02:58:58 +09:00
Yusuke Endoh
9461cceb8a
[ruby/reline] Update the generator script too
...
https://github.com/ruby/reline/commit/8b0926820a
2020-12-05 02:58:58 +09:00
Yusuke Endoh
6a51d393ca
[ruby/reline] Improve the regexps for EastAsianWidth
...
A character class is about three times faster than Regexp alternatives
https://github.com/ruby/reline/commit/57c7955c55
2020-12-05 02:58:58 +09:00
aycabta
d5cf3fcd68
[ruby/reline] Update to Unicode 13.0.0
...
https://github.com/ruby/reline/commit/d49bb0aa34
2020-12-05 02:58:58 +09:00
aycabta
81a15d636e
Update Unicode URL to 12.1.0
2019-08-06 20:03:23 +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