From 652ee36c11cbb85ab7ef7e6df84c2c87add87ea5 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 1 Jan 2003 09:26:45 +0000 Subject: * configure.in: better DJGPP support. add GNUmakefile. * djgpp/GNUmakefile: new. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 516aef14e..cc5038b9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 1 18:18:45 2003 WATANABE Hirofumi + + * configure.in: better DJGPP support. add GNUmakefile. + + * djgpp/GNUmakefile: new. + Wed Jan 1 04:16:18 2003 Akinori MUSHA * node.h (struct RNode): Change argc from int to long. Otherwise @@ -157,7 +163,8 @@ Sat Dec 28 00:34:03 2002 WATANABE Hirofumi * instruby.rb: use getopts.rb. - * ext/dbm/extconf.rb: substitute ' with ". + * ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoid + a error on Win32. * ext/gdbm/gdbm.c: add prototypes to avoid VC++ warnings. -- cgit