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
ruby_4_0
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
2010-02-28
* lib/open3.rb (Open3#popen3): ignore trap and at_exit also when
nobu
2010-02-28
* lib/open3.rb (Open3#popen3): use Thread.detach instead of
nobu
2010-02-24
* lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.
akr
2010-02-11
* lib/resolv.rb: fix [ruby-core:28144].
akr
2010-02-11
* lib/resolv.rb: support :nameserver_port option. backport r26230
akr
2010-02-05
* random.c (fill_random_seed): don't use O_NOFOLLOW because
akr
2010-02-05
* ext/rational/rational.c: Added to provide a fast implementation
knu
2010-02-03
* lib/net/http.rb (Net::HTTP#request): close @socket only after
nobu
2010-01-26
* lib/drb/eq.rb: fix circular requrie in drb.
seki
2010-01-19
* lib/resolv.rb (Resolv::Config.default_config_hash): return an
nobu
2010-01-18
* lib/webrick/httpservlet/filehandler.rb (make_partial_content):
nobu
2010-01-18
* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):
nobu
2010-01-17
* lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64,
knu
2010-01-12
merge r26304.
kou
2010-01-11
* lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.
nobu
2010-01-10
* lib/webrick/accesslog.rb : Escape needed.
shyouhei
2010-01-09
reverted r26263.
nobu
2010-01-09
* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.
nobu
2010-01-01
* lib/mkmf.rb: Fix build. COUTFLAG is not yet landed on this
knu
2009-12-30
* ext/extmk.rb: fix for extstatic.
nobu
2009-12-29
* lib/delegate.rb (marshal_dump/load): Revert r26122, r26194, as per Nobu. [r...
marcandre
2009-12-29
* lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...
marcandre
2009-12-29
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
nobu
2009-12-24
* lib/uri/generic.rb (eql?): Check the class of the compared object.
marcandre
2009-12-24
* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...
marcandre
2009-12-20
* lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):
nahi
2009-12-19
* lib/set.rb (initialize): Add check that argument is enumerable
marcandre
2009-12-16
* lib/un.rb (httpd): try to convert port number to integer.
nobu
2009-12-16
* lib/un.rb (wait_writable): wait until target files can be
nobu
2009-11-30
* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from
nobu
2009-11-19
* lib/net/ftp.rb (putbinaryfile): use APPE for resume.
shugo
2009-11-19
* lib/net/imap.rb (flag_list): untaint strings to intern in the safe
shugo
2009-11-16
Rolled out last change
ryan
2009-11-16
Minor cleanup to improve hash use
ryan
2009-11-15
Fixed rdoc errors. Made heredoc more obvious
ryan
2009-11-12
* lib/cgi.rb: fix command-line option of
xibbar
2009-11-08
* lib/test/unit.rb (module): doc fix [ruby-core:26618]
marcandre
2009-11-06
* lib/mkmf.rb (create_header): split the line by tabs.
nobu
2009-10-31
* lib/net/http.rb (Net::HTTPResponse#each_response_header):
nahi
2009-10-30
* lib/net/http.rb (Net::HTTPResponse#each_response_header):
nahi
2009-10-22
* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
knu
2009-10-20
* lib/monitor.rb (MonitorMixin.mon_release): ensure the scheduled
nahi
2009-10-20
* lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
nahi
2009-10-18
* lib/rexml/element.rb (text=): false should be converted to string.
marcandre
2009-10-15
* lib/net/imap.rb (resp_text_code): accepts response codes without
shugo
2009-10-12
* lib/net/ftp.rb (getaddress): rescue exceptions. [ruby-dev:39451]
shugo
2009-10-08
* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...
marcandre
2009-10-06
* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.
akr
2009-10-04
* lib/cgi.rb (CGI.unescapeHTML): fix for hex values 80-FF,
xibbar
2009-10-02
Improve rdoc for Enumerator#next. Remove a not-so-notable note.
knu
[next]