mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
3a68213e80
In particular, the various printf-posix modules are not needed as %ls and the ' flag (thousands separator) is supported on all modern platforms (it is needed on Cygwin 1.5.x, for example, but the 1.5.x series do not support swprintf() anyway). Similarly, OpenBSD 3.8 (released November 2005) is not supported: it does not have <monetary.h>. A number of modules (locale, string, unistd, wchar) are only required for NetBSD 5.0 (c. 2009: quite recent). We try to support MacOS X 10.5 (October 2007), but it may require GNU libiconv.
100 lines
1.2 KiB
Plaintext
100 lines
1.2 KiB
Plaintext
Makefile.am
|
|
btowc.c
|
|
c-ctype.c
|
|
c-ctype.h
|
|
c-strcase.h
|
|
c-strcasecmp.c
|
|
c-strncasecmp.c
|
|
config.charset
|
|
getopt.c
|
|
getopt.in.h
|
|
getopt1.c
|
|
getopt_int.h
|
|
gettext.h
|
|
gettimeofday.c
|
|
iconv.c
|
|
iconv.in.h
|
|
iconv_close.c
|
|
iconv_open-aix.gperf
|
|
iconv_open-hpux.gperf
|
|
iconv_open-irix.gperf
|
|
iconv_open-osf.gperf
|
|
iconv_open-solaris.gperf
|
|
iconv_open.c
|
|
localcharset.c
|
|
localcharset.h
|
|
locale.in.h
|
|
mbrtowc.c
|
|
mbsinit.c
|
|
mbsrtowcs-impl.h
|
|
mbsrtowcs-state.c
|
|
mbsrtowcs.c
|
|
mbtowc-impl.h
|
|
mbtowc.c
|
|
memchr.c
|
|
memchr.valgrind
|
|
ref-add.sin
|
|
ref-del.sin
|
|
stdbool.in.h
|
|
stddef.in.h
|
|
stdint.in.h
|
|
stdio.in.h
|
|
stdlib.in.h
|
|
str-two-way.h
|
|
streq.h
|
|
striconv.c
|
|
striconv.h
|
|
string.in.h
|
|
strnlen1.c
|
|
strnlen1.h
|
|
strstr.c
|
|
sys_stat.in.h
|
|
sys_time.in.h
|
|
time.in.h
|
|
unistd.in.h
|
|
unistr.in.h
|
|
unitypes.in.h
|
|
verify.h
|
|
wchar.in.h
|
|
wcrtomb.c
|
|
wcsdup-impl.h
|
|
wcsdup.c
|
|
wctob.c
|
|
wctomb-impl.h
|
|
wctomb.c
|
|
wctype.in.h
|
|
wmemcpy-impl.h
|
|
wmemcpy.c
|
|
|
|
arg-nonnull.h
|
|
c++defs.h
|
|
charset.alias
|
|
configmake.h
|
|
getopt.h
|
|
iconv.h
|
|
iconv_open-aix.h
|
|
iconv_open-hpux.h
|
|
iconv_open-irix.h
|
|
iconv_open-osf.h
|
|
iconv_open-solaris.h
|
|
locale.h
|
|
ref-add.sed
|
|
ref-del.sed
|
|
stdio.h
|
|
stdlib.h
|
|
string.h
|
|
sys/
|
|
time.h
|
|
unistd.h
|
|
unistr.h
|
|
unitypes.h
|
|
unused-parameter.h
|
|
warn-on-use.h
|
|
wchar.h
|
|
wctype.h
|
|
|
|
unistr/.dirstamp
|
|
unistr/u8-mbtoucr.c
|
|
unistr/u8-uctomb-aux.c
|
|
unistr/u8-uctomb.c
|