aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb: add security warning to YAML documentationcharliesome2013-04-271-0/+4
* * lib/yaml.rb: Documentation for YAML module [Bug #8213]zzak2013-04-271-1/+24
* * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou2013-04-261-1/+1
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-261-1/+1
* * lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.kou2013-04-261-2/+2
* * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.kou2013-04-261-4/+4
* * lib/rss/atom.rb: Documentation for RSS::Atom based on a patch byzzak2013-04-262-1/+108
* ring.rb: specify multicast interfaceshirosaki2013-04-251-6/+52
* ring.rb: add a socket to @sockets in make_socket()shirosaki2013-04-251-1/+3
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-30/+272
* tracer.rb: File.readlinesnobu2013-04-241-10/+2
* debug.rb: Fix debug listingnobu2013-04-241-9/+12
* debug.rb: Fix debug listingnobu2013-04-241-1/+4
* lib/rexml/document.rb, lib/rexml/element.rb,duerst2013-04-233-11/+5
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-3/+3
* * lib/tempfile.rb (Tempfile.create): Close when the block exits.akr2013-04-201-0/+1
* * lib/webrick/httpauth/htpasswd.rb: Use Tempfile.create to avoidakr2013-04-202-6/+12
* * lib/tempfile.rb (Tempfile.create): New method.akr2013-04-201-0/+45
* * lib/matrix.rb: Fix typo in rdocmarcandre2013-04-191-1/+1
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-20/+19
* * lib/cgi/session.rb: update use rescue nil all becausexibbar2013-04-191-3/+3
* * remove trailing spaces.nobu2013-04-191-1/+1
* * lib/cgi/session.rb: update use rescue Errno::ENOENT becausexibbar2013-04-191-4/+3
* * lib/cgi/session.rb: update rescue in delete session filexibbar2013-04-191-3/+4
* * lib/cgi/cookie.rb: refactoring.xibbar2013-04-181-27/+27
* * lib/cgi/cookie.rb(CGI::Cookie.parse): add requirexibbar2013-04-181-0/+1
* assertions.rb: remove UNASSIGNEDnobu2013-04-171-9/+5
* fix typo by @zsalzbank [fix GH-289]hsbt2013-04-171-1/+1
* * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse2013-04-131-1/+1
* mkmf.rb: timestamp directorynobu2013-04-131-1/+2
* * lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa2013-04-131-0/+1
* * lib/matrix.rb: Add Vector#cross_product, patch by Luis Ezcurdiamarcandre2013-04-131-0/+12
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-1/+9
* * lib/cgi/html.rb: remove 'super {yield}' which is for old version.xibbar2013-04-111-30/+6
* * lib/cgi/html.rb: fix indent. delete unnecessary code.xibbar2013-04-111-4/+2
* * lib/cgi/html.rb: fix tagmaker because attributes should recognize.xibbar2013-04-111-1/+1
* * lib/cgi/{core,html}.rb : Update define tagmakerxibbar2013-04-112-143/+120
* mkmf.rb: suppress warningsnobu2013-04-111-6/+6
* * lib/mkmf.rb (pkg_config): Add optional argument "option".naruse2013-04-101-2/+4
* * lib/open-uri.rb: Support multiple fields with same fieldakr2013-04-091-11/+22
* mkmf.rb: timestamp directorynobu2013-04-091-7/+14
* Finish docs for URI::FTP by @darkhelmet [fix GH-274]hsbt2013-04-091-1/+3
* Revert r40194 "mkmf.rb: timestamp directory"naruse2013-04-081-3/+2
* mkmf.rb: timestamp directorynobu2013-04-081-2/+3
* * lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character.xibbar2013-04-081-1/+1
* * lib/resolv.rb (MDNSOneShot#sender): Delete an unused variable.akr2013-04-071-1/+0
* * lib/resolv.rb: Support LOC resources.akr2013-04-061-1/+309
* * lib/resolv.rb: Add one-shot multicast DNS support.akr2013-04-061-2/+112
* * lib/resolv.rb (Resolv::DNS.fetch_resource): New method to obtainakr2013-04-061-1/+7
* * lib/resolv.rb (bind_random_port): Rescue EACCES for SunOS.akr2013-04-041-1/+1