mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Add the module wcswidth from the GNU Portability Library
This commit is contained in:
parent
07e9d30a66
commit
3a4b014e64
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
@ -114,6 +114,8 @@ wcsdup.c
|
|||||||
wcsrtombs-impl.h
|
wcsrtombs-impl.h
|
||||||
wcsrtombs-state.c
|
wcsrtombs-state.c
|
||||||
wcsrtombs.c
|
wcsrtombs.c
|
||||||
|
wcswidth-impl.h
|
||||||
|
wcswidth.c
|
||||||
wctob.c
|
wctob.c
|
||||||
wctomb-impl.h
|
wctomb-impl.h
|
||||||
wctomb.c
|
wctomb.c
|
||||||
|
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@ -112,6 +112,7 @@ wchar_t.m4
|
|||||||
wcrtomb.m4
|
wcrtomb.m4
|
||||||
wcsdup.m4
|
wcsdup.m4
|
||||||
wcsrtombs.m4
|
wcsrtombs.m4
|
||||||
|
wcswidth.m4
|
||||||
wctob.m4
|
wctob.m4
|
||||||
wctomb.m4
|
wctomb.m4
|
||||||
wctype_h.m4
|
wctype_h.m4
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Specification in the form of a command-line invocation:
|
# 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 btowc 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 wcsdup wcsrtombs wctob wctype-h wcwidth
|
# 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 btowc 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 wcsdup wcsrtombs wcswidth wctob wctype-h wcwidth
|
||||||
|
|
||||||
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
# Specification in the form of a few gnulib-tool.m4 macro invocations:
|
||||||
gl_LOCAL_DIR([])
|
gl_LOCAL_DIR([])
|
||||||
@ -55,6 +55,7 @@ gl_MODULES([
|
|||||||
wcrtomb
|
wcrtomb
|
||||||
wcsdup
|
wcsdup
|
||||||
wcsrtombs
|
wcsrtombs
|
||||||
|
wcswidth
|
||||||
wctob
|
wctob
|
||||||
wctype-h
|
wctype-h
|
||||||
wcwidth
|
wcwidth
|
||||||
|
Loading…
Reference in New Issue
Block a user