summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2006-07-02cancelled r1.25tadf
2006-06-30* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo
2006-06-28Add optparse.rb to .document.drbrain
2006-06-28RDoc patch by Robin Stocker <robin@nibor.org>drbrain
2006-06-26Add --system, --site, --home and --gems to limit ri search path.drbrain
2006-06-23* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr
2006-06-23* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-06-21fixed an issue about mathn.tadf
2006-06-21* lib/pp.rb (PP::PPMethods::seplist): should have preservedmatz
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu