summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-08-25updated based on date2 3.8.2.tadf
2006-08-22* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu
2006-08-22* lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine
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-15* lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine
2006-08-11Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain
2006-08-11Replace nodoc with stopdoc so Module methods get documented.drbrain
2006-08-09* lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-08* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz
2006-08-07reverttadf
2006-08-07* lib/date/format.rb: specify maximum number of digits to parsematz
2006-08-06%[EO]U didn't denote %U.tadf
2006-08-05"%\n" means "\n".tadf
2006-08-04Remove tabs from Finalizer RDocdrbrain
2006-08-04RDoc for #run= and #run?drbrain
2006-08-04Move Example so RDoc picks it up.drbrain
2006-08-04Include more documentation.drbrain
2006-08-04Leave HTML escaped for HtmlFormatter.drbrain
2006-08-04Don't document test or sample directories.drbrain
2006-08-04Close the socket on SSLError. [ruby-core:7198]drbrain
2006-08-04Documentation cleanup.drbrain
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* lib/logger.rb: improves the amount of documentation that Rdocmatz
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-26small document fixaamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-07-26* eval.c (Init_eval): rename #invoke_method andmatz
2006-07-26* lib/cgi.rb (CGI::QueryExtension::read_multipart): checkmatz
2006-07-25* lib/mkmf.rb (configuration): typo.usa
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-20* eval.c (rb_call): try local method look-up first for fcall, thenmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2006-07-17RD to RDoc conversion by Hugh Sasse.drbrain
2006-07-13Add monitor.rbdrbrain
2006-07-13* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-09* lib/mkmf.rb (create_makefile): prevent substitution of macronobu
2006-07-09* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan
2006-07-08update doc.akr
2006-07-07* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine