|
89861a8b
|
2007-07-16T10:45:26
|
|
Use the synonymous term LGPLv2.
|
|
3f868c07
|
2007-02-21T02:19:34
|
|
snprintf.h is replaced with <stdio.h>.
|
|
5eeec029
|
2006-10-13T12:40:22
|
|
gnulib-tool now synthesizes the EXTRA_DIST line.
|
|
e8684643
|
2006-10-12T18:52:30
|
|
Distribute all lib/* source files through EXTRA_DIST.
|
|
eafe61c2
|
2006-08-10T23:23:07
|
|
Add Bruno Haible as maintainer.
|
|
7e421d1c
|
2006-08-10T19:32:38
|
|
* 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.
|
|
b757e446
|
2004-10-01T10:19:55
|
|
Add license field.
|
|
d6fa94ab
|
2004-09-30T23:29:25
|
|
New snprintf module from Simon Josefsson.
|