From 98b2c11d3c9b521783be49a9ebca331f93c5a5c0 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 27 Dec 2002 17:00:29 +0000 Subject: 2002-12-28 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c92ba5665..78d63b777 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Dec 28 00:34:03 2002 WATANABE Hirofumi + + * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. + nmake quotes args if included `=' in args. + + * instruby.rb: use getopts.rb. + + * ext/dbm/extconf.rb: substitute ' with ". + + * ext/gdbm/gdbm.c: add prototypes to avoid VC++ warnings. + Fri Dec 27 21:41:57 2002 Nobuyoshi Nakada * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from -- cgit