summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated based on date2 3.9.1.tadf2006-09-102-70/+174
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-2/+10
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-11/+10
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-0/+1
* Forgot to update the version. Grrr.ser2006-09-081-4/+4
* Merged changes from REXML 3.1.5.ser2006-09-087-43/+83
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+6
* updated based on date2 3.9.tadf2006-09-042-12/+77
* * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz2006-09-041-3/+3
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-5/+6
* don't get path if client mode. [ruby-dev:29417]seki2006-09-021-1/+1
* examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki2006-09-021-0/+2
* Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain2006-08-281-1/+1
* Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain2006-08-271-3/+1
* updated based on date2 3.8.2.tadf2006-08-252-520/+960
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-252-5/+5
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-231-1/+2
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz2006-08-221-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-221-1/+1
* * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz2006-08-221-1/+3
* revert nkf -m0 patch for UTF-8matz2006-08-221-5/+3
* * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz2006-08-171-4/+4
* * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu2006-08-171-4/+118
* lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki2006-08-161-1/+1
* Fix broken class level documentationdrbrain2006-08-161-1/+1
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* %[EO]U didn't denote %U.tadf2006-08-061-2/+2
* "%\n" means "\n".tadf2006-08-051-4/+9
* Merge .document from HEADdrbrain2006-08-041-2/+58
* Merge RDoc changes from HEAD.drbrain2006-08-0435-314/+354
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-08-041-0/+2
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-042-18/+33
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-2/+2
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-312-4/+19
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-1/+2
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-302-24/+11
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-281-3/+3
* small document fixaamine2006-07-261-1/+1
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-261-13/+44
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz2006-07-261-0/+3
* RD to RDoc conversion by Hugh Sasse.drbrain2006-07-252-125/+108
* * lib/mkmf.rb (configuration): typo.usa2006-07-251-1/+1
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-5/+6
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-4/+20
* * lib/rss/parser.rb, lib/rss/utils.rb: added documents.kou2006-07-192-0/+13
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz2006-07-181-1/+1
* Add monitor.rbdrbrain2006-07-131-0/+1
* * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz2006-07-131-0/+26
* * lib/rss/parser.rb: updated documents by a patch fromkou2006-07-131-3/+22
* Merged my changes from HEADryan2006-07-109-79/+1825