| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/optparse.rb: splat parsed arguments. | nobu | 2006-09-10 | 1 | -5/+5 |
* | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 1 | -2/+10 |
* | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu | 2006-09-08 | 1 | -11/+10 |
* | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -2/+3 |
* | * ext/extmk.rb (extmake): follow Array#to_s. | usa | 2006-09-08 | 1 | -1/+1 |
* | Merged changes into HEAD from REXML 3.1.5. | ser | 2006-09-08 | 8 | -47/+87 |
* | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+6 |
* | * lib/optparse.rb: suppress `assigning void value' warning. | nobu | 2006-09-07 | 1 | -6/+6 |
* | * array.c (Init_Array): #to_s to be an alias to #inspect. | matz | 2006-09-07 | 1 | -2/+2 |
* | updated based on date2 3.9. | tadf | 2006-09-04 | 2 | -12/+77 |
* | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz | 2006-09-04 | 1 | -5/+3 |
* | * lib/mkmf.rb: get rid of nil.to_s. | nobu | 2006-09-03 | 1 | -4/+4 |
* | * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump | nahi | 2006-09-02 | 1 | -7/+13 |
* | * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) | nahi | 2006-09-02 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil into | matz | 2006-09-01 | 1 | -1/+1 |
* | * lib/mkmf.rb (configuration): follow nil.to_s. | nobu | 2006-08-31 | 1 | -2/+3 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -1/+1 |
* | * object.c (rb_Integer): Integer(nil) should raise TypeError. | matz | 2006-08-30 | 1 | -1/+1 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method): | matz | 2006-08-30 | 1 | -1/+2 |
* | Include attribution | drbrain | 2006-08-27 | 2 | -2/+4 |
* | 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 |