summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-261-13/+4
* * lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu2006-09-261-1/+1
* * lib/optparse.rb (OptionParser#getopts): use strings as key.nobu2006-09-261-21/+73
* * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michalnobu2006-09-251-1/+1
* updated based on date2 3.9.3.tadf2006-09-242-24/+97
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz2006-09-231-1/+1
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-221-0/+1
* updated based on date2 3.9.2.tadf2006-09-222-99/+151
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-2/+2
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-10/+23
* * lib/fileutils.rb: backport from HEAD (rev 1.71).aamine2006-09-181-59/+64
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-4/+2
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-172-17/+48
* * common.mk (install-doc): reverted.nobu2006-09-171-1/+1
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-161-12/+23
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-8/+14
* * lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu2006-09-121-18/+29
* updated based on date2 3.9.1.tadf2006-09-102-70/+174
* 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-0/+1
* Forgot to update the version. Grrr.ser2006-09-081-4/+4
* Merged changes from REXML 3.1.5.ser2006-09-087-43/+83
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+6
* updated based on date2 3.9.tadf2006-09-042-12/+77
* * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz2006-09-041-3/+3
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-5/+6
* don't get path if client mode. [ruby-dev:29417]seki2006-09-021-1/+1
* examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki2006-09-021-0/+2
* Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain2006-08-281-1/+1
* Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain2006-08-271-3/+1
* updated based on date2 3.8.2.tadf2006-08-252-520/+960
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-252-5/+5
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-231-1/+2
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz2006-08-221-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-221-1/+1
* * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz2006-08-221-1/+3
* revert nkf -m0 patch for UTF-8matz2006-08-221-5/+3
* * 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/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki2006-08-161-1/+1
* Fix broken class level documentationdrbrain2006-08-161-1/+1
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* %[EO]U didn't denote %U.tadf2006-08-061-2/+2
* "%\n" means "\n".tadf2006-08-051-4/+9
* Merge .document from HEADdrbrain2006-08-041-2/+58
* Merge RDoc changes from HEAD.drbrain2006-08-0435-314/+354
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-08-041-0/+2
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-042-18/+33
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-2/+2