comparison lib/ChangeLog @ 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 1fc15cae781b
children 38c505a6d194
comparison
equal deleted inserted replaced
4487:e9cc723f9777 4488:732c51f6278f
1 2003-07-31 Paul Eggert <eggert@twinsun.com>
2
3 * strerror.c: Include config.h, limits.h. Declare sprintf.
4 (strerror): Don't assume that a printable int fits in 14 bytes.
5
1 2003-07-24 Derek Robert Price <derek@ximbiot.com> 6 2003-07-24 Derek Robert Price <derek@ximbiot.com>
2 Bruno Haible <bruno@clisp.org> 7 Bruno Haible <bruno@clisp.org>
3 8
4 * getline.h (getline, getdelim): Change return type to ssize_t. 9 * getline.h (getline, getdelim): Change return type to ssize_t.
5 * getline.c (getline, getdelim): Likewise. 10 * getline.c (getline, getdelim): Likewise.