summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test namenobu2006-10-031-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2006-10-021-1/+1
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu2006-10-021-2/+2
* * common.mk (test-all): separate directory where running test casesnobu2006-10-012-8/+33
* * lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu2006-10-011-8/+10
* updated based on date2 3.9.4.tadf2006-09-302-465/+528
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-291-2/+1
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-1/+6
* * lib/jcode.rb: need to initialize SUCC['n'].eban2006-09-291-0/+1
* * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu2006-09-291-3/+3
* * lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu2006-09-291-2/+2
* * lib/tmpdir.rb: use return value of getdir.call for length.usa2006-09-281-2/+2
* * 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