mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
90cffddad5
* modules/fdutimensat (Depends-on): Add extern-inline. * modules/file-has-acl (Depends-on): Likewise. * modules/hamt (Depends-on): Likewise. * modules/relocatable-prog-wrapper (Depends-on): Likewise. * modules/safe-alloc (Depends-on): Likewise. * modules/string-desc (Depends-on): Likewise. * modules/string-desc-quotearg (Depends-on): Likewise. * modules/xstring-desc (Depends-on): Likewise. * modules/xvasprintf (Depends-on): Likewise.
37 lines
507 B
Plaintext
37 lines
507 B
Plaintext
Description:
|
|
vasprintf and asprintf with out-of-memory checking. Also see xalloc-die.
|
|
|
|
Files:
|
|
lib/xvasprintf.h
|
|
lib/xvasprintf.c
|
|
lib/xasprintf.c
|
|
lib/xalloc.h
|
|
m4/xvasprintf.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
vasprintf
|
|
xalloc
|
|
xalloc-die
|
|
extern-inline
|
|
xsize
|
|
stdarg
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_XVASPRINTF
|
|
m4_ifdef([AM_XGETTEXT_OPTION],
|
|
[AM_][XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
|
|
|
|
Include:
|
|
"xvasprintf.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Oskar Liljeblad
|