From: Paul Eggert Date: Thu, 31 Jul 2003 07:29:30 +0000 (+0000) Subject: * strerror.c: Include config.h, limits.h. Declare sprintf. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e7a86acfd1aaed30edc0772d9ef13ce728d814;p=pspp * strerror.c: Include config.h, limits.h. Declare sprintf. (strerror): Don't assume that a printable int fits in 14 bytes. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8ea91f71bf..478f6e4a47 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-07-31 Paul Eggert + + * 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 Bruno Haible