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
*
Prepare to release rubygems-3.2.1 and bundler-2.2.1
Hiroshi SHIBATA
2020-12-15
15
-64
/
+77
*
[ruby/reline] Fix breaking to input Emoji with ZWJ.
ima1zumi
2020-12-11
1
-0
/
+5
*
Exclude parenthesized function declarations such as NORETURN
Nobuyoshi Nakada
2020-12-11
1
-1
/
+1
*
Use `abort(message)` instead of `puts` and `exit`
Kazuhiro NISHIYAMA
2020-12-10
4
-8
/
+4
*
Fixed the test failures called WEBrick.new directly
Hiroshi SHIBATA
2020-12-10
1
-5
/
+5
*
Added help message for gem i webrick in rdoc
Hiroshi SHIBATA
2020-12-10
2
-2
/
+13
*
Added help message for gem i webrick in gem server command
Hiroshi SHIBATA
2020-12-10
1
-1
/
+7
*
Added help message for gem i webrick in un.rb
Hiroshi SHIBATA
2020-12-10
1
-1
/
+6
*
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2020-12-10
37
-7196
/
+0
*
[ruby/matrix] v0.3.1
Marc-Andre Lafortune
2020-12-09
1
-1
/
+1
*
[ruby/matrix] Make frozen matrices Ractor shareable
Marc-Andre Lafortune
2020-12-09
1
-1
/
+5
*
[ruby/prime] Fix gemspec
Marc-Andre Lafortune
2020-12-09
1
-3
/
+3
*
[ruby/prime] v0.1.2
Marc-Andre Lafortune
2020-12-09
1
-1
/
+1
*
[ruby/prime] Optimize `Integer#prime?`
Marc-Andre Lafortune
2020-12-09
1
-0
/
+74
*
Merge prepare version of Bundler 2.2.0
Hiroshi SHIBATA
2020-12-08
63
-135
/
+3068
*
Merge prepare version of RubyGems 3.2.0
Hiroshi SHIBATA
2020-12-08
84
-513
/
+1130
*
[ruby/reline] Editing to initial content is not just cursor moving
aycabta
2020-12-08
1
-1
/
+2
*
RubyGems certs - remove AddTrust, add GlobalSign Root R3
MSP-Greg
2020-12-06
2
-25
/
+21
*
[ruby/matrix] Optimize **
Marc-Andre Lafortune
2020-12-05
1
-15
/
+38
*
Cope with frozen-string-literal
Robert Schulze
2020-12-05
1
-1
/
+1
*
[ruby/reline] Process insertion buffer forcibly
aycabta
2020-12-05
1
-0
/
+1
*
[ruby/reline] Support bracketed paste mode
aycabta
2020-12-05
3
-4
/
+56
*
[ruby/reline] Forced newline insertion is not just cursor moving
aycabta
2020-12-05
1
-2
/
+8
*
[ruby/reline] Drop prompt list cache when num of lines is changed
aycabta
2020-12-05
1
-1
/
+3
*
[ruby/reline] Cache dynamic prompt for 0.5sec
aycabta
2020-12-05
1
-1
/
+8
*
[ruby/reline] Stop rerendering if the cursor is only moved
aycabta
2020-12-05
1
-0
/
+33
*
[ruby/reline] Split #rerender method that is too huge
aycabta
2020-12-05
1
-145
/
+167
*
[ruby/reline] Version 0.1.9
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Stop rerendering whole screen when adding newline at end of buffer
aycabta
2020-12-05
1
-1
/
+20
*
[ruby/reline] Optimize regexp handling for width
aycabta
2020-12-05
1
-14
/
+23
*
[ruby/reline] Optimize ASCII character width calculation
aycabta
2020-12-05
1
-0
/
+6
*
[ruby/reline] Key strokes like 2dl should behave d2l
aycabta
2020-12-05
1
-3
/
+10
*
[ruby/reline] Fix crash to input `é`. refs #174
manga_osyo
2020-12-05
1
-0
/
+4
*
[ruby/reline] Version 0.1.8
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibility
aycabta
2020-12-05
1
-0
/
+1
*
[ruby/reline] Move alias_method to right after original definition
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Call process_insert when the end of pasting plural fullwidth chars
aycabta
2020-12-05
2
-1
/
+17
*
[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...
aycabta
2020-12-05
1
-20
/
+61
*
[ruby/reline] Implement vi_yank
aycabta
2020-12-05
1
-0
/
+8
*
[ruby/reline] Operator with arg need to make sure that they take arg to avoid...
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Unimplemented vi command should be no-op
aycabta
2020-12-05
1
-2
/
+2
*
[ruby/reline] Keep operator proc as a local variable in the scope
aycabta
2020-12-05
1
-1
/
+2
*
[ruby/reline] Skip em_exchange_mark without mark
aycabta
2020-12-05
1
-0
/
+1
*
[ruby/reline] Backspace and C-h should be unassigned on vi command mode
aycabta
2020-12-05
1
-2
/
+2
*
[ruby/reline] Version 0.1.7
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Continuous insertion buffering
aycabta
2020-12-05
1
-24
/
+57
*
[ruby/reline] Improve the performance of `get_mbchar_width`
Yusuke Endoh
2020-12-05
2
-28
/
+38
*
[ruby/reline] Version 0.1.6
aycabta
2020-12-05
1
-1
/
+1
*
[ruby/reline] Update the generator script too
Yusuke Endoh
2020-12-05
1
-6
/
+6
*
[ruby/reline] Suppress callbacks in pasting
aycabta
2020-12-05
5
-2
/
+58
[next]