aboutsummaryrefslogtreecommitdiffstats
path: root/util/vasprintf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-21* configure.ac: Remove the check for asprintfWerner Koch1-169/+0
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.4.
2004-10-15New. Taken from gnupg 1.9.Werner Koch1-2/+2
2003-11-13(vasprintf): ARGS should not be a pointer. FixedWerner Koch1-2/+2
segv on Solaris. Reported by Andrew J. Schorr.
2002-09-052002-09-04 Neal H. Walfield <[email protected]>Neal Walfield1-1/+8
* vasprintf.c (vasprintf) [va_copy]: Use va_copy. [!va_copy && __va_copy]: Use __va_copy. [!va_copy && !__va_copy]: Only now fall back to using memcpy.
2002-08-21* vasprintf.c: Hack to handle NULL for %s.Werner Koch1-2/+9
2002-02-12* fopencookie.c: Dummy function.Werner Koch1-0/+155
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.