Branch
Hash :
e1280386
Author :
Date :
2024-12-27T23:14:03
Rename module errno to errno-h. * modules/errno-h: Renamed from modules/errno. * modules/errno-h-tests: Renamed from modules/errno-tests. * modules/errno-h-c++-tests: Renamed from modules/errno-c++-tests. * tests/test-errno-h.c: Renamed from tests/test-errno.c. * tests/test-errno-h-c++.cc: Renamed from tests/test-errno-c++.cc. * tests/test-errno-h-c++2.cc: Renamed from tests/test-errno-c++2.cc. * doc/posix-headers/errno.texi: Update. * modules/* (Depends-on): Update. * modules/errno: New file.
Description:
Formatted output to an UTF-32 string, with automatic memory allocation.
Files:
lib/unistdio/u32-vasprintf.c
lib/unistdio/u-vasprintf.h
Depends-on:
unistdio/base
unistdio/u32-vasnprintf
errno-h
configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u32-vasprintf])
Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U32_VASPRINTF
lib_SOURCES += unistdio/u32-vasprintf.c
endif
Include:
"unistdio.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all