* strerror.c: Include config.h, limits.h. Declare sprintf.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jul 2003 07:29:30 +0000 (07:29 +0000)
committerPaul 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

index 8ea91f7..478f6e4 100644 (file)
@@ -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>