mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/wchar-h: Renamed from modules/wchar. * modules/wchar-h-tests: Renamed from modules/wchar-tests. * modules/wchar-h-c++-tests: Renamed from modules/wchar-c++-tests. * tests/test-wchar-h.c: Renamed from tests/test-wchar.c. * tests/test-wchar-h-c++.cc: Renamed from tests/test-wchar-c++.cc. * tests/test-wchar-h-c++2.cc: Renamed from tests/test-wchar-c++2.cc. * tests/test-wchar-h-c++3.cc: Renamed from tests/test-wchar-c++3.cc. * doc/posix-headers/wchar.texi: Update. * modules/* (Depends-on): Update. * modules/wchar: New file.
36 lines
643 B
Plaintext
36 lines
643 B
Plaintext
Description:
|
|
wcswidth() function: determine number of screen columns needed for a
|
|
size-bounded wide string.
|
|
|
|
Files:
|
|
lib/wcswidth.c
|
|
lib/wcswidth-impl.h
|
|
m4/wcswidth.m4
|
|
|
|
Depends-on:
|
|
wchar-h
|
|
wcwidth [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSWIDTH
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCSWIDTH],
|
|
[test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1])
|
|
gl_WCHAR_MODULE_INDICATOR([wcswidth])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCSWIDTH
|
|
lib_SOURCES += wcswidth.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|