| Age | Commit message (Expand) | Author |
| 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 |
| 2009-09-26 | * lib/net/http.rb (transport_request): Handle timeout error by closing socket... | marcandre |
| 2009-09-25 | * lib: updated keywords. | nobu |
| 2009-09-24 | * lib/rational.rb (#+, #-, #/, #**, #<=>): Return correct error message in ca... | marcandre |
| 2009-09-24 | * lib/mathn.rb (Fixnum#**, Float#**, Bignum#**): Allow fractional power for n... | marcandre |
| 2009-09-20 | * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658] | nobu |