aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rdoc/stats/normal.rb: fix last_widthnobu2014-07-061-1/+1
* rdoc/stats/normal.rb: IO.console_sizenobu2014-07-061-1/+3
* rdoc/stats/normal.rb: clear previous outputnobu2014-07-061-3/+4
* lib/irb/locale.rb: fix typonobu2014-07-041-1/+1
* * lib/net/htp/response.rb (Net::Inflater#inflate_adapter):naruse2014-07-031-0/+5
* * lib/net/http/response.rb (Net::HTTP.each_response_header):naruse2014-07-031-1/+6
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-77/+30
* change default not tot create useless objectnaruse2014-07-031-1/+1
* webrick/utils.rb: mark by class namenobu2014-07-021-3/+2
* * logger.rb: removed unmaintain code.hsbt2014-07-021-123/+0
* suppress warnings: assigned but unused variablenaruse2014-06-301-2/+0
* remove useless part of regexpnaruse2014-06-301-4/+4
* * lib/webrick/utils.rb (create_listeners): Close socket objects.akr2014-06-281-1/+3
* * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse2014-06-271-65/+73
* * lib/rubygems/test_case.rb: rescue Gem::LoadError in Gem::TestCase.hsbt2014-06-271-1/+1
* * lib/rubygems/specification.rb: fixed broken condition causedhsbt2014-06-272-2/+3
* * lib/webrick/httpproxy.rb: remvoe useless assigned variables.hsbt2014-06-264-6/+3
* Revert "Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]""hsbt2014-06-261-34/+0
* * lib/gserver.rb: remove redundant use of to_s in interpolation.hsbt2014-06-246-15/+15
* Revert "* lib/uri/mailto.rb: support RFC6068."naruse2014-06-241-22/+43
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-231-43/+22
* * lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu2014-06-231-7/+16
* * lib/uri/generic.rb (check_port): allow strings for port= asnaruse2014-06-232-2/+2
* remove registrynaruse2014-06-221-87/+32
* * lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse2014-06-221-0/+4
* support RFC3986 [Feature #2542]naruse2014-06-223-533/+655
* lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse2014-06-221-1/+1
* fix that arg_check didn't worknaruse2014-06-221-7/+14
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-4/+7
* Restore date field.akr2014-06-141-1/+1
* * lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt2014-06-121-1/+3
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-101-9/+31
* csv.rb: honor encoding optionnobu2014-06-101-7/+10
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+9
* xmlrpc/client: fix documentation typotmm12014-06-021-1/+1
* * lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.akr2014-06-011-13/+17
* * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak2014-05-311-2/+2
* * lib/ipaddr.rb: extracted inline tests into test dir.hsbt2014-05-311-277/+0
* * lib/delegate.rb: [DOC] Document raise in Delegator classzzak2014-05-301-0/+6
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+26
* erb.rb: ERB#result does not accept a proc.nobu2014-05-301-1/+1
* * lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr2014-05-291-1/+6
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-32/+35
* * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr2014-05-271-1/+5
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-2/+2
* * lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr2014-05-271-14/+17
* * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr2014-05-271-2/+2
* ext_conf_builder.rb: fix tempfile leaknobu2014-05-261-1/+1
* lib/optionparser.rbnobu2014-05-262-0/+3
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+4