mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 17:58:04 +00:00
90f74a20fc
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
29 lines
445 B
Plaintext
29 lines
445 B
Plaintext
Description:
|
|
Formatted output to an UTF-8 string, with automatic memory allocation.
|
|
|
|
Files:
|
|
lib/unistdio/u8-vasprintf.c
|
|
lib/unistdio/u-vasprintf.h
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/u8-vasnprintf
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u8-vasprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_U8_VASPRINTF
|
|
lib_SOURCES += unistdio/u8-vasprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|