| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/reline/commit/5f4a75c7a0
|
|
https://github.com/ruby/reline/commit/df2a1b4e08
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4804
|
|
https://github.com/ruby/irb/commit/692eb9b9b5
|
|
https://github.com/ruby/reline/commit/852e855d82
|
|
`rdoc` has been required so it looks unnecessary
https://github.com/ruby/irb/commit/5f749c613c
|
|
https://github.com/ruby/reline/commit/12ea63e6e0
|
|
https://github.com/ruby/irb/commit/15bcbbb284
|
|
https://github.com/ruby/irb/commit/800e83eabd
|
|
https://github.com/ruby/reline/commit/1c6c0c82f0
|
|
https://github.com/ruby/reline/commit/b42c0980d9
|
|
Ruby 2.5
https://github.com/ruby/reline/commit/1b00cae0fd
|
|
This reverts commit 524513be399e81bb170ec88aa0d501f33cbde8c3,
which can return false positive by existing but unusable symbol,
including functions.
|
|
https://github.com/ruby/reline/commit/b283791dc5
|
|
https://github.com/ruby/reline/commit/7fe9ecf945
|
|
If the argument prompt disappears when pasting is finished, rerender the
whole buffer.
https://github.com/ruby/reline/commit/996bbf8797
|
|
https://github.com/ruby/reline/commit/65b27dd2ff
|
|
https://github.com/ruby/reline/commit/481add0537
|
|
https://github.com/ruby/reline/commit/179c52bca8
|
|
https://github.com/ruby/reline/commit/737b23beae
|
|
https://github.com/ruby/reline/commit/da35902d78
|
|
https://github.com/ruby/reline/commit/90e8999ae4
|
|
The vi mode can handle "argument number" before an operator or a motion,
such as, "3x" (equals "xxx"), and "3l" (equals "lll"). In the emacs
mode, GNU Readline can handle argument number with meta key, like
"Meta+3 x" (equals "xxx").
https://github.com/ruby/reline/commit/9183cc2e8b
|
|
https://github.com/ruby/ostruct/commit/df1109c18f
|
|
description
7890c98 matched the start of each line, whereas this matches the start
of the entire string.
https://github.com/rubygems/rubygems/commit/432de7b819
|
|
Just like all the other tasks using the `built_gem_path`, the `:build`
task is a prerequisite for this task too.
https://github.com/rubygems/rubygems/commit/d193f9a7f9
|
|
https://github.com/ruby/set/commit/f467028cdb
|
|
https://github.com/ruby/un/commit/104bc10c57
|
|
support only Ruby 2.7+
https://github.com/ruby/drb/commit/bec410d184
|
|
This gem exposes 0 executables.
https://github.com/ruby/drb/commit/ed4d0363e5
|
|
to another Ractor (https://github.com/ruby/ostruct/pull/29)
https://github.com/ruby/ostruct/commit/d85639f2f5
|
|
|
|
https://github.com/ruby/reline/commit/43b7c01a98
|
|
https://github.com/ruby/timeout/commit/ac7b010c41
|
|
String#ljust returns a new string, so whenever we need to add
padding, we can replace "-/" in place with String#tr! and avoid creating
yet another copy of the string.
https://github.com/ruby/base64/commit/6401ef5824
|
|
Thanks @nobu!
https://github.com/ruby/base64/commit/39e22efa2b
|
|
Improves the method's performance when asked to remove padding.
str.delete!("=") iterates over the entire string looking for the equals
character, but we know that we will, at most, find two at the end of the
string.
https://github.com/ruby/base64/commit/544e0c2cf7
|
|
https://github.com/ruby/irb/commit/5af637b3c1
|
|
https://github.com/ruby/irb/commit/123b7e53ee
|
|
https://github.com/ruby/irb/commit/642adbe968
|
|
https://github.com/ruby/irb/commit/973bac83ff
|
|
https://github.com/ruby/reline/commit/5936071940
|
|
This operation is mentioned and bound to `^U` in both `vi_command.rb`
and `vi_insert.rb`, but there is no definition of it.
Both Vi and Emacs use the same keystroke to do the same behavior, so
I've chosen to use `alias_method` to make the implementation small,
rather than duplicating the method and re-implementing it.
https://github.com/ruby/reline/commit/fdbfc8669f
|
|
https://github.com/ruby/reline/commit/d740e18cff
|
|
This reverts commit b42fe5937ab2a605a198ffb866db5ccda541568d.
https://github.com/ruby/irb/commit/b22094a16f
|
|
https://github.com/ruby/irb/commit/7a97bb0e56
|
|
This reverts commit 6589f7bcc7a63a47cb73f58a290c1e1ac42bba99.
https://github.com/rubygems/rubygems/commit/9d0ce31f08
|
|
Do not change the password of the input parameter source during
anonymization, by using the proper helper instead of changing the
original uri directly.
https://github.com/rubygems/rubygems/commit/eaa2dd8a97
|
|
https://github.com/ruby/reline/commit/cbacb4c1cf
|
|
https://github.com/ruby/reline/commit/5f293b5127
|