index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] Pass RI options to help
Filip Pyda
2021-09-06
1
-1
/
+2
*
[ruby/reline] Memoize path of `.inputrc` [Ref #319]
manga_osyo
2021-09-06
1
-1
/
+5
*
[ruby/irb] Add comments for Alt+d key sequences
aycabta
2021-09-06
1
-1
/
+4
*
[ruby/reline] Set scrollbar color
aycabta
2021-09-06
1
-5
/
+9
*
[ruby/irb] Use multiple trap_key
aycabta
2021-09-06
1
-2
/
+2
*
[ruby/reline] Cut out read_2nd_character_of_key_sequence
aycabta
2021-09-06
1
-27
/
+35
*
[ruby/reline] Support multiple trap_key
aycabta
2021-09-06
1
-1
/
+5
*
[ruby/reline] No need to use max_by when array.size == 1
aycabta
2021-09-06
1
-2
/
+2
*
[ruby/reline] Use sort.last instead of sort.reverse.first
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Use combined_key if it exists when comparing Reline::Key and In...
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k...
aycabta
2021-09-06
2
-5
/
+65
*
[ruby/reline] Support for key bindings result Symbol in Reline::Key
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match?
aycabta
2021-09-06
1
-0
/
+1
*
[ruby/reline] Support oneshot key bindings config for key_trap of dialog call...
aycabta
2021-09-06
2
-6
/
+25
*
[ruby/reline] Reline::Key supports the comparison with Integer
aycabta
2021-09-06
1
-3
/
+15
*
[ruby/reline] Add that Reline::Unicode.take_range is cutting based on width
aycabta
2021-09-06
1
-1
/
+1
*
[ruby/reline] Add comments about optimizing chars in ASCII range of UTF-8
aycabta
2021-09-06
1
-2
/
+2
*
[ruby/irb] Remove commeted out code
aycabta
2021-09-04
1
-1
/
+0
*
[ruby/irb] Show doc at the same height as the autocompletion dialog
aycabta
2021-09-04
1
-1
/
+1
*
[ruby/irb] Render properly if both autocomplete and show doc dialogs are left...
aycabta
2021-09-04
1
-1
/
+2
*
[ruby/reline] Correct misalignment of scrollbar
aycabta
2021-09-04
1
-3
/
+3
*
[ruby/reline] Implement scrollbar
aycabta
2021-09-04
2
-2
/
+21
*
[ruby/irb] Retrieve completed receiver that is a module or class correctly
aycabta
2021-09-04
1
-1
/
+2
*
[ruby/irb] Version 1.3.8.pre.7
aycabta
2021-09-04
1
-2
/
+2
*
[ruby/irb] Update dependency, reline >= 0.2.8.pre.7
aycabta
2021-09-04
1
-1
/
+1
*
[ruby/reline] Version 0.2.8.pre.7
aycabta
2021-09-04
1
-1
/
+1
*
[ruby/reline] Show even if it's only one candidate until a perfect match
aycabta
2021-09-04
1
-1
/
+1
*
Removed needless Gemfile in ruby repo.
Hiroshi SHIBATA
2021-09-03
1
-12
/
+0
*
[ruby/rdoc] Add tests for `--template-stylesheets` option
Nobuyoshi Nakada
2021-09-03
3
-6
/
+4
*
[ruby/rdoc] minitest is not need to run rubygems test now
Hiroshi SHIBATA
2021-09-03
1
-1
/
+0
*
[ruby/cgi] Use Time#strftime
Nobuyoshi Nakada
2021-09-03
1
-10
/
+1
*
[ruby/irb] Use Reline::Key for trap_key in dialog callback
aycabta
2021-09-03
1
-2
/
+2
*
[ruby/irb] Add message to show full doc
aycabta
2021-09-03
1
-1
/
+2
*
[ruby/irb] Add Alt+d trap from show doc dialog to show full doc
aycabta
2021-09-03
1
-0
/
+12
*
[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+key
aycabta
2021-09-03
1
-0
/
+2
*
[ruby/reline] Add Reline::Key#match?
aycabta
2021-09-03
2
-2
/
+10
*
[ruby/reline] Add key accessor for dialog callbacks
aycabta
2021-09-03
1
-3
/
+21
*
[ruby/reline] Swap the order of initialization for readability
aycabta
2021-09-03
1
-3
/
+3
*
[ruby/reline] Fix autocomplete dialog width
aycabta
2021-09-03
1
-1
/
+5
*
[ruby/reline] Autocompletion ignites when target char length is 3 or longer
aycabta
2021-09-03
1
-1
/
+1
*
[ruby/irb] Version 1.3.8.pre.6
aycabta
2021-09-02
1
-2
/
+2
*
[ruby/irb] Update dependency, reline >= 0.2.8.pre.6
aycabta
2021-09-02
1
-1
/
+1
*
[ruby/reline] Version 0.2.8.pre.6
aycabta
2021-09-02
1
-1
/
+1
*
[ruby/irb] Detect the variable class to show doc
aycabta
2021-09-02
1
-4
/
+11
*
[ruby/reline] Add a space
aycabta
2021-09-02
1
-1
/
+1
*
[ruby/reline] Clear only necessary parts when dialog disappearing
aycabta
2021-09-02
1
-2
/
+3
*
[ruby/reline] Shrink the dialog height when contents is shorter than it
aycabta
2021-09-02
1
-0
/
+1
*
[ruby/reline] Fix a misalignment when dialog is shown on top
aycabta
2021-09-02
1
-1
/
+1
*
[ruby/reline] Remove an unnsed constant
aycabta
2021-09-02
1
-1
/
+0
*
[ruby/reline] Fix a crash when completing empty line
aycabta
2021-09-02
1
-1
/
+3
[next]