summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-09-24updated based on date2 3.9.3.tadf
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-22 updated based on date2 3.9.2.tadf
2006-09-20* common.mk (pre-install-doc): create data directory before install.nobu
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-09-18* lib/fileutils.rb: backport from HEAD (rev 1.71).aamine
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-17* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu
2006-09-17* common.mk (install-doc): reverted.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-12* lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu
2006-09-10updated based on date2 3.9.1.tadf
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08Forgot to update the version. Grrr.ser
2006-09-08Merged changes from REXML 3.1.5.ser
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-04updated based on date2 3.9.tadf
2006-09-04* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02don't get path if client mode. [ruby-dev:29417]seki
2006-09-02examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki
2006-08-28Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain
2006-08-27Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain
2006-08-25updated based on date2 3.8.2.tadf
2006-08-25* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu
2006-08-23* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-22* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz
2006-08-22revert nkf -m0 patch for UTF-8matz
2006-08-17* lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz
2006-08-17* lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu
2006-08-16lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki
2006-08-16Fix broken class level documentationdrbrain
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-06%[EO]U didn't denote %U.tadf
2006-08-05"%\n" means "\n".tadf
2006-08-04Merge .document from HEADdrbrain
2006-08-04Merge RDoc changes from HEAD.drbrain
2006-08-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-08-04* lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-31* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo
2006-07-30* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu
2006-07-28* lib/logger.rb: improves the amount of documentation that Rdocmatz