diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-10 08:03:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-10 08:03:13 +0000 |
commit | 6eb7488b32564ec200d20335b121ccabc4298f05 (patch) | |
tree | 47410b5daf4b9e4170e9ccaf82e13f310b0e5920 /ChangeLog | |
parent | f83e17f9284d36767c4dde92c1ec95716ef716ad (diff) | |
download | coreutils-6eb7488b32564ec200d20335b121ccabc4298f05.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-03-09 Paul Eggert <eggert@cs.ucla.edu> +2005-03-10 Jim Meyering <jim@meyering.net> * Version 5.3.1. + * src/pr.c (init_header): Use slightly clearer INT_BUFSIZE_BOUND + in place of equivalent INT_STRLEN_BOUND + 1. + * src/expr.c (tostring, printv): Likewise. + +2005-03-09 Paul Eggert <eggert@cs.ucla.edu> + * src/system.h: Include intprops.h. (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND): Remove; they are now defined in intprops.h. |