From ab8f2ed967389c70fc9e841ca26635dc45148c14 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 8 Aug 2004 06:53:04 +0000 Subject: [PATCH] no message git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11cd3ba5e7..e2ed407dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2753,13 +2753,14 @@ Sun Feb 29 23:14:53 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class): Handle :nodoc: on singleton classes. -Sat Feb 28 21:50:20 2004 Hirokazu Yamamoto +Sat Feb 28 21:50:20 2004 Nobuyoshi Nakada * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir'' instead of ``make DESTDIR=dir install''. --with-static-linked-ext support on bccwin32. [ruby-dev:23034] - (by Nakada. Thanks.) + +Sat Feb 28 21:50:20 2004 Hirokazu Yamamoto * bcc32/setup.mak: "configure --disable-install-doc" is now working.