1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Bruno Haible
5fc2139cf3 Work around snprintf bug on Linux libc5. 2008-04-19 21:42:16 +02:00
Bruno Haible
dac3bbf963 Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
code.
2008-03-30 15:18:13 +02:00
Bruno Haible
89861a8be8 Use the synonymous term LGPLv2. 2007-07-16 10:45:26 +00:00
Bruno Haible
3f868c07b0 snprintf.h is replaced with <stdio.h>. 2007-02-21 02:19:34 +00:00
Bruno Haible
5eeec029e8 gnulib-tool now synthesizes the EXTRA_DIST line. 2006-10-13 12:40:22 +00:00
Bruno Haible
e8684643a2 Distribute all lib/* source files through EXTRA_DIST. 2006-10-12 18:52:30 +00:00
Paul Eggert
eafe61c2e5 Add Bruno Haible as maintainer. 2006-08-10 23:23:07 +00:00
Paul Eggert
7e421d1cd6 * modules/snprintf (Depends-on): Remove minmax.
(Maintainer): Add self.
* lib/.cppi-disable: Add snprintf.h, socket_.h.
* lib/snprintf.c: Include <errno.h> and <limits.h>.
(EOVERFLOW): Define if the system does not.
Do not include "minmax.h"; it wasn't used.
(snprintf): Don't assume size_t promotes to an unsigned type.
Fix bug when generated string was too long for the buffer: the
buffer's contents are supposed to be the initial prefix of the
output.  Don't assume vasnprintf returns EOVERFLOW if the size
exceeds INT_MAX; do the check ourselves.
2006-08-10 19:32:38 +00:00
Bruno Haible
b757e446f1 Add license field. 2004-10-01 10:19:55 +00:00
Paul Eggert
d6fa94ab15 New snprintf module from Simon Josefsson. 2004-09-30 23:29:25 +00:00