summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-02-28* lib/open3.rb (Open3#popen3): ignore trap and at_exit also whennobu
2010-02-28* lib/open3.rb (Open3#popen3): use Thread.detach instead ofnobu
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 r26230akr
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2010-02-05* ext/rational/rational.c: Added to provide a fast implementationknu
2010-02-03* lib/net/http.rb (Net::HTTP#request): close @socket only afternobu
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 annobu
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-12merge 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-09reverted 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 thisknu
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 enumerablemarcandre
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 benobu
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
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 safeshugo
2009-11-16Rolled out last changeryan
2009-11-16Minor cleanup to improve hash useryan
2009-11-15Fixed rdoc errors. Made heredoc more obviousryan
2009-11-12* lib/cgi.rb: fix command-line option ofxibbar
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 notknu
2009-10-20 * lib/monitor.rb (MonitorMixin.mon_release): ensure the schedulednahi
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 withoutshugo
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-02Improve rdoc for Enumerator#next. Remove a not-so-notable note.knu