index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2017-05-28
suppress warning: ambiguous first argument; put parentheses or a space even a...
naruse
2017-05-27
erb.rb: Use str_uplus instead of rb_str_dup
k0kubun
2017-05-26
erb.rb: Tiny improvement of compiling cost
k0kubun
2017-05-26
erb.rb: [DOC] Follow compiled code's change
k0kubun
2017-05-26
erb.rb: Generate static string with opt_str_uminus
k0kubun
2017-05-26
erb.rb: Use script encoding instead of force_encoding
k0kubun
2017-05-26
* lib/uri/common.rb: [DOC] add rdoc to describe
sonots
2017-05-25
erb.rb: Add ERB#result_with_hash
k0kubun
2017-05-22
lib/net/protocol.rb: account read_bytes before caller sees it
normal
2017-05-22
net/imap: separate @continuation_request_exception from @exception
shugo
2017-05-22
erb.rb: Skip creating regexp
k0kubun
2017-05-21
lib/net/protocol: clear short-lived read buffer
normal
2017-05-21
Remove redundant square brackets
kazu
2017-05-20
erb.rb: Allow trimming CR in all trim_modes
k0kubun
2017-05-20
erb.rb: Allow explicit trimming carriage return
k0kubun
2017-05-20
erb.rb: Allow trimming carriage return
k0kubun
2017-05-20
erb.rb: Prevent potential unexpected rescue
k0kubun
2017-05-20
erb.rb: Drop unused scanner implementation
k0kubun
2017-05-20
prime.rb: remove alias after timeout test
stomar
2017-05-20
lib/prime: Fix primality of some large integers [#13492].
marcandre
2017-05-19
Merge gemspec from ruby/fileutils.
hsbt
2017-05-19
Define classes for r58800
naruse
2017-05-19
Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
naruse
2017-05-19
Add more HTTP status classes
naruse
2017-05-19
Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]
naruse
2017-05-19
tempfile.rb: do not call File.identical? on closed stream
nobu
2017-05-19
* remove trailing spaces.
svn
2017-05-19
net/imap: Net::IMAP#append should not block when NO response is received
shugo
2017-05-19
tempfile.rb: remove in Tempfile.create
nobu
2017-05-18
Improve CSV parsing performance.
hsbt
2017-05-17
cgi/util.rb: Don't escape tilde in #escape
k0kubun
2017-05-17
erb.rb: Don't encode tilde in #url_encode
k0kubun
2017-05-17
Optimize CSV#shift.
hsbt
2017-05-16
Strip punctuation from CSV headers in symbol converter.
hsbt
2017-05-16
Added accessor of original line when parsing.
hsbt
2017-05-16
fix tempfile leaks on Windows
nobu
2017-05-15
refresh Gem at the end of `teardown`.
ko1
2017-05-15
erb.rb: Use String#<< instead of #concat
k0kubun
2017-05-12
net/imap: Revert read_tiemout in r58549.
shugo
2017-05-11
net/imap: Net::IMAP#disconnect need not do anything if already disconnected
shugo
2017-05-10
lib/uri/generic.rb: fix typos
stomar
2017-05-10
confirm current process equals to gemhome's pid
naruse
2017-05-09
dump stub specifications if nil
naruse
2017-05-09
add explanations about status of module UnicodeNormalize
duerst
2017-05-09
Add one more guard to avoid mixing nil into latest_specs
naruse
2017-05-06
delete lib/unicode_normalize.rb, because no longer needed
duerst
2017-05-06
share `@@accept_charset`
nobu
2017-05-04
move definition of String#unicode_normalized? to C to make sure it is documented
duerst
2017-05-04
move definition of String#unicode_normalize! to C to make sure it is documented
duerst
2017-05-03
rss: Accept empty text element as valid element
kou
[next]