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 a fixed-length UTF-32 string.
Files:
lib/unistdio/u32-vsnprintf.c
lib/unistdio/u-vsnprintf.h
Depends-on:
unistdio/base
unistdio/u32-vasnprintf
unistr/u32-cpy
errno-h
configure.ac:
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.2]), [unistdio/u32-vsnprintf])
Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U32_VSNPRINTF
lib_SOURCES += unistdio/u32-vsnprintf.c
endif
Include:
"unistdio.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all