projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d9433
)
* strerror.c: Include config.h, limits.h. Declare sprintf.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 31 Jul 2003 07:29:30 +0000
(07:29 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 31 Jul 2003 07:29:30 +0000
(07:29 +0000)
(strerror): Don't assume that a printable int fits in 14 bytes.
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 8ea91f71bfdc7bae0aadd190ec2f1a83630cd934..478f6e4a471ac55fb0b66d77c8ce9def2bad5748 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,8
@@
+2003-07-31 Paul Eggert <eggert@twinsun.com>
+
+ * strerror.c: Include config.h, limits.h. Declare sprintf.
+ (strerror): Don't assume that a printable int fits in 14 bytes.
+
2003-07-24 Derek Robert Price <derek@ximbiot.com>
Bruno Haible <bruno@clisp.org>