Jim Meyering
b7a568ece8
* vasnprintf.c (VASNPRINTF): Add missing semicolon.
2007-03-04 13:03:59 +01:00
Jim Meyering
c872a5f7bb
* vasnprintf.c (VASNPRINTF): Remove cast of alloca return value.
2007-03-02 14:33:12 +01:00
Jim Meyering
b3b6f52fad
Merge in changes from gnulib:
...
* vasnprintf.c: Add a comment explaining why coreutils has its own
version of this file.
Include <stdint.h>.
(SIZE_MAX): Remove definition (now, stdint.h covers that).
(EOVERFLOW): Remove definition (now done via the eoverflow module).
Update some #ifdef to #if.
Use HAVE_LONG_LONG_INT, not HAVE_LONG_LONG.
* printf-parse.c: Likewise.
2007-03-01 10:41:48 +01:00
Paul Eggert
8f8f1d0188
Include <config.h> unconditionally, since we now assume config.h exists.
2006-08-26 06:55:57 +00:00
Paul Eggert
05e61daca4
Sync from gnulib.
2006-02-14 23:08:59 +00:00
Jim Meyering
116e6fb244
Update FSF postal mail address.
2005-05-14 07:58:06 +00:00
Paul Eggert
e0f53f4ecc
Sync from gnulib.
2005-03-21 07:42:07 +00:00
Paul Eggert
c8d8d339d3
(VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
...
integer overflow again. Actually, neither this nor the 2005-01-23
change fixes any bug on any plausible platform; it's more of a
code-clarity thing.
2005-02-26 07:37:49 +00:00
Jim Meyering
a8826c6e63
(vasnprintf) [!USE_SNPRINTF]: Correct the test for integer overflow.
2005-02-07 16:49:58 +00:00
Paul Eggert
55fbe6686a
Sync from gnulib.
2004-10-04 04:09:41 +00:00
Paul Eggert
d86254a25a
Sync from gnulib.
2004-08-05 23:01:03 +00:00
Jim Meyering
fd1e5aba83
(vasnprintf): Work around losing snprintf on e.g. HPUX 10.20.
2003-10-19 20:59:02 +00:00
Jim Meyering
024b29b7e8
Sync with gnulib.
2003-08-18 08:53:29 +00:00
Jim Meyering
b269489ba1
Now that a program (`who') uses asprintf, we need all of these:
...
* asnprintf.c, asprintf.c, printf-args.c, printf-args.h, printf-parse.c:
* printf-parse.h, vasnprintf.c, vasnprintf.h, vasprintf.c, vasprintf.h:
New files, from gnulib.
2003-07-10 11:15:20 +00:00