summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-10-03* lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test namenobu
2006-10-02* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2006-10-02* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu
2006-10-01* common.mk (test-all): separate directory where running test casesnobu
2006-10-01* lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu
2006-09-30updated based on date2 3.9.4.tadf
2006-09-29* jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban
2006-09-29* lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu
2006-09-29* lib/jcode.rb: need to initialize SUCC['n'].eban
2006-09-29* lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu
2006-09-29* lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu
2006-09-28* lib/tmpdir.rb: use return value of getdir.call for length.usa
2006-09-26* lib/mkmf.rb (try_func): check function pointer first and macro next.nobu
2006-09-26* lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu
2006-09-26* lib/optparse.rb (OptionParser#getopts): use strings as key.nobu
2006-09-25* lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michalnobu
2006-09-24updated based on date2 3.9.3.tadf
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-22 updated based on date2 3.9.2.tadf
2006-09-20* common.mk (pre-install-doc): create data directory before install.nobu
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-09-18* lib/fileutils.rb: backport from HEAD (rev 1.71).aamine
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-17* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu
2006-09-17* common.mk (install-doc): reverted.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-12* lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu
2006-09-10updated based on date2 3.9.1.tadf
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08Forgot to update the version. Grrr.ser
2006-09-08Merged changes from REXML 3.1.5.ser
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-04updated based on date2 3.9.tadf
2006-09-04* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02don't get path if client mode. [ruby-dev:29417]seki
2006-09-02examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki
2006-08-28Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain
2006-08-27Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain
2006-08-25updated based on date2 3.8.2.tadf
2006-08-25* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu
2006-08-23* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-22* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz
2006-08-22revert nkf -m0 patch for UTF-8matz