| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 481ccf73d88797914f700e6e27711bf1ce997eb0.
|
|
|
|
|
|
|
|
|
|
Unicode version 12.1.0 was officially released on May 7th, 2019.
There were no changes at all from the "real" beta published shortly
after the new era name "Reiwa" was announced. So we can switch
UNICODE_BETA back to NO.
common.mk: switch UNICODE_BETA back to NO
tool/downloader.rb: add additional conditions to avoid an error
when moving from beta to final
|
|
[Feature #15665]
|
|
|
|
|
|
Always checks termination if you press Enter at last line.
|
|
|
|
|
|
|
|
|
|
|
|
on initialize
This fixes https://github.com/ruby/ruby/pull/2188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Bug #15850]
|
|
|
|
|
|
|
|
|
|
Aliasing a method preserves its visibility. These aliases turn
formerly-public methods into private. Should make them public
again. [Bug #15847]
|
|
|
|
|
|
Instead, look for instance methods of Kernel.
Otherwise, instance methods of Module (which are methods of Kernel
itself) are mistakenly believed to exist, and it fails when calling
Kernel.instance_method().
Closes: https://github.com/ruby/ruby/pull/1422
|
|
|
|
|
|
When the value is not Proc.
|
|
When unknown value comes.
|
|
|
|
- insert_text
- redisplay
- line_buffer
- point
- point=
- vi_editing_mode
- emacs_editing_mode
- vi_editing_mode?
- emacs_editing_mode?
- get_screen_size
|
|
|
|
|