changeset 4488:732c51f6278f

* strerror.c: Include config.h, limits.h. Declare sprintf. (strerror): Don't assume that a printable int fits in 14 bytes.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 31 Jul 2003 07:29:30 +0000
parents e9cc723f9777
children 503bee88f421
files lib/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>