| Commit message (Expand) | Author | Age | Files | Lines |
* | updated based on date2 3.8.2. | tadf | 2006-08-25 | 3 | -533/+1093 |
* | * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to | nobu | 2006-08-22 | 2 | -5/+5 |
* | * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir... | aamine | 2006-08-22 | 1 | -1/+1 |
* | * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a | matz | 2006-08-17 | 1 | -4/+4 |
* | * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177] | nobu | 2006-08-17 | 1 | -4/+118 |
* | * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA. | aamine | 2006-08-15 | 1 | -157/+268 |
* | Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574]. | drbrain | 2006-08-11 | 1 | -1/+1 |
* | Replace nodoc with stopdoc so Module methods get documented. | drbrain | 2006-08-11 | 1 | -1/+3 |
* | * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrieve | matz | 2006-08-09 | 1 | -2/+4 |
* | * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify | matz | 2006-08-08 | 1 | -5/+5 |
* | * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string): | matz | 2006-08-08 | 1 | -2/+3 |
* | revert | tadf | 2006-08-07 | 1 | -4/+4 |
* | * lib/date/format.rb: specify maximum number of digits to parse | matz | 2006-08-07 | 1 | -4/+4 |
* | %[EO]U didn't denote %U. | tadf | 2006-08-06 | 1 | -2/+2 |
* | "%\n" means "\n". | tadf | 2006-08-05 | 1 | -4/+9 |
* | Remove tabs from Finalizer RDoc | drbrain | 2006-08-04 | 1 | -12/+12 |
* | RDoc for #run= and #run? | drbrain | 2006-08-04 | 1 | -0/+2 |
* | Move Example so RDoc picks it up. | drbrain | 2006-08-04 | 1 | -23/+22 |
* | Include more documentation. | drbrain | 2006-08-04 | 1 | -3/+56 |
* | Leave HTML escaped for HtmlFormatter. | drbrain | 2006-08-04 | 1 | -3/+1 |
* | Don't document test or sample directories. | drbrain | 2006-08-04 | 1 | -0/+2 |
* | Close the socket on SSLError. [ruby-core:7198] | drbrain | 2006-08-04 | 1 | -0/+1 |
* | Documentation cleanup. | drbrain | 2006-08-04 | 34 | -314/+327 |
* | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju | 2006-08-04 | 3 | -24/+38 |
* | * lib/date/format.rb (__strptime, strftime): allow multi-line patterns | nobu | 2006-08-04 | 1 | -2/+2 |
* | * lib/logger.rb: improves the amount of documentation that Rdoc | matz | 2006-07-31 | 3 | -7/+22 |
* | * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve | gotoyuzo | 2006-07-31 | 1 | -1/+2 |
* | * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings. | nobu | 2006-07-30 | 2 | -23/+10 |
* | small document fix | aamine | 2006-07-26 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content... | aamine | 2006-07-26 | 1 | -12/+43 |
* | * eval.c (Init_eval): rename #invoke_method and | matz | 2006-07-26 | 1 | -4/+4 |
* | * lib/cgi.rb (CGI::QueryExtension::read_multipart): check | matz | 2006-07-26 | 1 | -0/+3 |
* | * lib/mkmf.rb (configuration): typo. | usa | 2006-07-25 | 1 | -1/+1 |
* | * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before | nobu | 2006-07-21 | 1 | -5/+6 |
* | * eval.c (rb_call): try local method look-up first for fcall, then | matz | 2006-07-20 | 1 | -272/+0 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 11 | -33/+25 |
* | * lib/irb/completion.rb: support for completion of numeric | keiju | 2006-07-19 | 1 | -4/+20 |
* | patch was misapplied. fixed. sorry | ryan | 2006-07-18 | 1 | -1/+1 |
* | * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove | matz | 2006-07-18 | 1 | -1/+1 |
* | RD to RDoc conversion by Hugh Sasse. | drbrain | 2006-07-17 | 2 | -125/+109 |
* | Add monitor.rb | drbrain | 2006-07-13 | 1 | -0/+1 |
* | * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>. | matz | 2006-07-13 | 1 | -0/+26 |
* | * bignum.c (bignorm): sizeof(long) may be smaller than | matz | 2006-07-11 | 3 | -6/+11 |
* | * lib/mkmf.rb (create_makefile): prevent substitution of macro | nobu | 2006-07-09 | 1 | -1/+1 |
* | * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling. | nobu | 2006-07-09 | 1 | -29/+26 |
* | cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb... | ryan | 2006-07-08 | 6 | -18/+35 |
* | Massive rdoc for fortran overhaul from Yasuhiro Morikawa | ryan | 2006-07-08 | 1 | -59/+1781 |
* | update doc. | akr | 2006-07-08 | 1 | -0/+4 |
* | * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980] | nobu | 2006-07-07 | 1 | -2/+5 |
* | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine | 2006-07-06 | 1 | -45/+26 |