aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz2006-09-131-1/+1
* * lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu2006-09-121-18/+28
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-113-16/+19
* updated based on date2 3.9.1.tadf2006-09-102-70/+174
* * lib/optparse.rb: splat parsed arguments.nobu2006-09-101-5/+5
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-2/+10
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-11/+10
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-2/+3
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-088-47/+87
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+6
* * lib/optparse.rb: suppress `assigning void value' warning.nobu2006-09-071-6/+6
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-071-2/+2
* updated based on date2 3.9.tadf2006-09-042-12/+77
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-5/+3
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-4/+4
* * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi2006-09-021-7/+13
* * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi2006-09-021-1/+1
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-1/+1
* * lib/mkmf.rb (configuration): follow nil.to_s.nobu2006-08-311-2/+3
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-1/+1
* * object.c (rb_Integer): Integer(nil) should raise TypeError.matz2006-08-301-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-301-1/+2
* Include attributiondrbrain2006-08-272-2/+4
* updated based on date2 3.8.2.tadf2006-08-253-533/+1093
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-222-5/+5
* * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine2006-08-221-1/+1
* * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz2006-08-171-4/+4
* * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu2006-08-171-4/+118
* * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine2006-08-151-157/+268
* Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain2006-08-111-1/+1
* Replace nodoc with stopdoc so Module methods get documented.drbrain2006-08-111-1/+3
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-091-2/+4
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz2006-08-081-2/+3
* reverttadf2006-08-071-4/+4
* * lib/date/format.rb: specify maximum number of digits to parsematz2006-08-071-4/+4
* %[EO]U didn't denote %U.tadf2006-08-061-2/+2
* "%\n" means "\n".tadf2006-08-051-4/+9
* Remove tabs from Finalizer RDocdrbrain2006-08-041-12/+12
* RDoc for #run= and #run?drbrain2006-08-041-0/+2
* Move Example so RDoc picks it up.drbrain2006-08-041-23/+22
* Include more documentation.drbrain2006-08-041-3/+56
* Leave HTML escaped for HtmlFormatter.drbrain2006-08-041-3/+1
* Don't document test or sample directories.drbrain2006-08-041-0/+2
* Close the socket on SSLError. [ruby-core:7198]drbrain2006-08-041-0/+1
* Documentation cleanup.drbrain2006-08-0434-314/+327
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-043-24/+38
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-2/+2
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-313-7/+22