From: Paul Eggert Date: Wed, 9 Mar 2005 19:27:23 +0000 (+0000) Subject: * src/system.h: Include intprops.h instead of rolling our own. X-Git-Tag: CPPI-1_12~1349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=541acb39f756de4425654f0f5827362dccfcc07e;p=thirdparty%2Fcoreutils.git * src/system.h: Include intprops.h instead of rolling our own. --- diff --git a/ChangeLog b/ChangeLog index 79e27b8462..6201ee87bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-03-09 Jim Meyering +2005-03-09 Paul Eggert * Version 5.3.1. + * src/system.h: Include intprops.h. + (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND): Remove; + they are now defined in intprops.h. + +2005-03-09 Jim Meyering + * TODO: Remove entry about named pipes. It was fixed in 5.3.0. 2005-03-08 Paul Eggert