summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-09 19:27:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-09 19:27:23 +0000
commit541acb39f756de4425654f0f5827362dccfcc07e (patch)
tree25244c82de7dc85a7bb16664f28a19567da5b96c
parent87d42256b3230af5edc57925dc035120ba96e52e (diff)
downloadcoreutils-541acb39f756de4425654f0f5827362dccfcc07e.tar.xz
* src/system.h: Include intprops.h instead of rolling our own.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79e27b846..6201ee87b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-03-09 Jim Meyering <jim@meyering.net>
+2005-03-09 Paul Eggert <eggert@cs.ucla.edu>
* 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 <jim@meyering.net>
+
* TODO: Remove entry about named pipes. It was fixed in 5.3.0.
2005-03-08 Paul Eggert <eggert@cs.ucla.edu>