1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00

Add the module wcwidth from the GNU Portability Library

This commit is contained in:
John Zaitseff 2011-08-19 13:22:16 +10:00
parent 87f09a6fda
commit 75b5c986c0
3 changed files with 8 additions and 1 deletions

5
lib/.gitignore vendored
View File

@ -98,6 +98,7 @@ time.in.h
unistd.in.h
unistr.in.h
unitypes.in.h
uniwidth.in.h
vasnprintf.c
vasnprintf.h
verify.h
@ -109,6 +110,7 @@ wcsrtombs-impl.h
wcsrtombs-state.c
wcsrtombs.c
wctype.in.h
wcwidth.c
xsize.h
alloca.h
@ -143,3 +145,6 @@ unistr/.dirstamp
unistr/u8-mbtoucr.c
unistr/u8-uctomb-aux.c
unistr/u8-uctomb.c
uniwidth/cjk.h
uniwidth/width.c

1
m4/.gitignore vendored
View File

@ -110,5 +110,6 @@ wchar_t.m4
wcrtomb.m4
wcsrtombs.m4
wctype_h.m4
wcwidth.m4
wint_t.m4
xsize.m4

View File

@ -15,7 +15,7 @@
# Specification in the form of a command-line invocation:
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl assert config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale mbrtowc mbsrtowcs printf-posix sigaction signal snprintf-posix stat stdarg stdbool stdio strdup-posix striconv string strncat strstr sys_stat sys_time unistd vfprintf-posix vsnprintf-posix wchar wcrtomb wcsrtombs wctype-h
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl assert config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale mbrtowc mbsrtowcs printf-posix sigaction signal snprintf-posix stat stdarg stdbool stdio strdup-posix striconv string strncat strstr sys_stat sys_time unistd vfprintf-posix vsnprintf-posix wchar wcrtomb wcsrtombs wctype-h wcwidth
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
@ -54,6 +54,7 @@ gl_MODULES([
wcrtomb
wcsrtombs
wctype-h
wcwidth
])
gl_AVOID([])
gl_SOURCE_BASE([lib])