aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi/util.rb: Constant parameter is faster and economy thanxibbar2013-05-161-1/+1
* * lib/cgi/core.rb: Constant parameter is faster and economy thanxibbar2013-05-161-5/+5
* * lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT")xibbar2013-05-161-1/+1
* * lib/cgi/session.rb: Fix a typo.xibbar2013-05-051-1/+1
* * lib/cgi/util.rb: class methods modulize for using like a function.xibbar2013-05-031-16/+19
* Imported minitest 4.7.4 (r8483)ryan2013-05-027-336/+446
* * lib/yaml.rb: nodoc EngineManager, add History doc #8344zzak2013-05-021-5/+20
* * lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]zzak2013-05-011-1/+1
* * lib/benchmark.rb: Update Benchmark results on newer CPUzzak2013-04-301-40/+38
* * lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon2013-04-281-22/+11
* * lib/yaml.rb: Use another trick to define the YAML module.eregon2013-04-281-2/+4
* * lib/pp.rb: Update PP module overview by @geopetzzak2013-04-281-13/+26
* * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]zzak2013-04-281-1/+1
* * 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