From ee709ea55b5ab4a56568156bc8eb269086c9b4c9 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 11 Jun 2004 05:29:02 +0000 Subject: * config.guess, config.sub: Attempt to avoid system name change on Linux platforms. We have been using "linux" instead of "linux-gnu" on this branch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20e9cb0b6..3957f340a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 11 14:22:45 2004 Akinori MUSHA + + * config.guess, config.sub: Attempt to avoid system name change on + Linux platforms. We have been using "linux" instead of + "linux-gnu" on this branch. + Thu Jun 10 19:19:41 2004 Yukihiro Matsumoto * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue(). -- cgit