projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d4225
)
* src/system.h: Include intprops.h instead of rolling our own.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Mar 2005 19:27:23 +0000
(19:27 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Mar 2005 19:27:23 +0000
(19:27 +0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 79e27b846284dc9e87b51570534fe312f20c360f..6201ee87bfa7e08495f148d89199ebc0655cf2a8 100644
(file)
--- 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>