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
*
Promote tempfile to the default gems.
Hiroshi SHIBATA
2020-02-12
1
-0
/
+23
*
[ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5
aycabta
2020-02-12
1
-1
/
+1
*
[ruby/irb] Fix auto indent with closed brace
aycabta
2020-02-12
1
-0
/
+1
*
[ruby/irb] Check doc namespace correctly
aycabta
2020-02-12
1
-3
/
+3
*
Promote weakref to the default gems
Hiroshi SHIBATA
2020-02-11
2
-0
/
+34
*
Fix message of ExceptionForMatrix::ErrOperationNotDefined
Kazuhiro NISHIYAMA
2020-02-09
1
-1
/
+1
*
[ruby/reline] Organize special keys escape sequences
aycabta
2020-02-09
1
-3
/
+22
*
Revert "[rubygems/rubygems] Fix require issue with file extension priority"
Hiroshi SHIBATA
2020-02-06
1
-12
/
+16
*
Revert to remove the query command of rubygems.
Hiroshi SHIBATA
2020-02-06
1
-352
/
+7
*
[rubygems/rubygems] Fix require issue with file extension priority
David Rodríguez
2020-02-06
1
-16
/
+12
*
[rubygems/rubygems] Allow releasing with a rubygems pre version
David Rodríguez
2020-02-06
1
-19
/
+0
*
Fix SimpleDelegator respond_to? regression
Jean Boussier
2020-02-03
1
-1
/
+8
*
[ruby/reline] Bypass cursor down when a char is rendered at eol on Windows
aycabta
2020-02-02
4
-3
/
+23
*
[ruby/reline] Fix Reline::Windows#scroll_down
aycabta
2020-02-02
1
-1
/
+1
*
[ruby/irb] Exclude useless files from RDoc
Nobuyoshi Nakada
2020-02-02
1
-1
/
+1
*
[ruby/irb] Add a new easter egg: dancing ruby
Yusuke Endoh
2020-02-02
3
-5
/
+139
*
[ruby/irb] Exclude useless files from RDoc
Nobuyoshi Nakada
2020-02-01
2
-4
/
+1
*
Merge the current master branch of rubygems/rubygems.
Hiroshi SHIBATA
2020-02-01
35
-261
/
+680
*
delegate.rb: fixed keyword arguments in DelegateClass
Nobuyoshi Nakada
2020-01-30
1
-1
/
+1
*
Unnamed groups are not captured when named groups are used
Nobuyoshi Nakada
2020-01-30
1
-4
/
+4
*
[ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]
aycabta
2020-01-29
1
-0
/
+2
*
Isolate the PRNG for tmpdir/tempfile
Nobuyoshi Nakada
2020-01-29
1
-1
/
+9
*
Stop parsing copyright notices as document [ci skip]
Nobuyoshi Nakada
2020-01-28
12
-0
/
+29
*
Revert "Added RDoc files to parse [Bug #16596]"
Nobuyoshi Nakada
2020-01-28
1
-1
/
+0
*
Added RDoc files to parse [Bug #16596]
Nobuyoshi Nakada
2020-01-28
1
-0
/
+1
*
Always use UTF-8 for Reline::GeneralIO on Windows
aycabta
2020-01-26
1
-1
/
+1
*
Always refer to Reline::IOGate.encoding
aycabta
2020-01-26
1
-13
/
+15
*
brace the fact that lchmod(2) can EOPNOTSUPP
卜部昌平
2020-01-24
1
-1
/
+2
*
Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
Yuta Iwama
2020-01-23
1
-3
/
+11
*
Fix pp when passed a empty ruby2_keywords-flagged hash as array element
Jeremy Evans
2020-01-22
1
-1
/
+1
*
Reline: Use a more robust detection of MinTTY
Lars Kanis
2020-01-21
2
-2
/
+30
*
DocumentRoot is optional
Kazuhiro NISHIYAMA
2020-01-21
1
-2
/
+2
*
[ruby/reline] Implement vi_change_meta
aycabta
2020-01-21
1
-0
/
+12
*
[ruby/irb] [ruby/irb] Rewrite an expression to detect multiline
Kenta Murata
2020-01-21
1
-1
/
+1
*
[ruby/irb] Add newline_before_multiline_output
Kenta Murata
2020-01-21
2
-1
/
+27
*
[ruby/irb] Fix compatibility with rails before 5.2
Lars Kanis
2020-01-20
1
-1
/
+1
*
[ruby/reline] Implement vi_prev_char and vi_to_prev_char
aycabta
2020-01-20
1
-0
/
+48
*
[ruby/reline] Implement vi_to_next_char
aycabta
2020-01-20
1
-2
/
+12
*
Implement vi_insert_at_bol and vi_add_at_eol
aycabta
2020-01-17
1
-0
/
+10
*
Use Reline.encoding_system_needs if exists
aycabta
2020-01-14
4
-7
/
+20
*
Remove an unused setting variable
aycabta
2020-01-14
1
-1
/
+0
*
Introduce an abstracted structure about the encoding of Reline
aycabta
2020-01-14
6
-23
/
+40
*
[ruby/irb] Fix crashing when multiple open braces per line
Ben
2020-01-14
1
-1
/
+4
*
[ruby/irb] Fix newline depth with multiple braces
Ben
2020-01-14
1
-1
/
+4
*
Make rss library to the bundle gems
Hiroshi SHIBATA
2020-01-12
44
-10082
/
+0
*
Make rexml library to the bundle gems
Hiroshi SHIBATA
2020-01-12
50
-9482
/
+0
*
Fix warnings for URI.encode and URI.decode
Jeremy Evans
2020-01-09
1
-2
/
+2
*
lib/net/imap.rb: use `&blk` instead of Kernel#proc with no block
Yusuke Endoh
2020-01-09
1
-4
/
+5
*
Merge bundler-2.1.4
Hiroshi SHIBATA
2020-01-08
5
-29
/
+7
*
Support history-size in .inputrc correctly
aycabta
2020-01-06
1
-3
/
+5
[next]