Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports.
authorLudovic Courtès <ludo@gnu.org>
Wed, 27 May 2009 14:50:40 +0000 (16:50 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 28 May 2009 21:12:00 +0000 (23:12 +0200)
commit24d56127bb0f07bcb477e2c73ccc3cac0c51ee73
treea29b95481b40895bec74142104768f88e5320d77
parent21346c4f5e30910e3950c40bc267bb4249973240
Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports.

* m4/gnulib-cache.m4 (gl_MODULES): Add `byteswap', `iconv_open-utf',
  `libunistring', `striconveh', and `string'.
42 files changed:
build-aux/config.rpath
lib/Makefile.am
lib/byteswap.in.h [new file with mode: 0644]
lib/c-ctype.c [new file with mode: 0644]
lib/c-ctype.h [new file with mode: 0644]
lib/c-strcase.h [new file with mode: 0644]
lib/c-strcasecmp.c [new file with mode: 0644]
lib/c-strcaseeq.h [new file with mode: 0644]
lib/c-strncasecmp.c [new file with mode: 0644]
lib/iconv.c [new file with mode: 0644]
lib/iconv.in.h [new file with mode: 0644]
lib/iconv_close.c [new file with mode: 0644]
lib/iconv_open-aix.gperf [new file with mode: 0644]
lib/iconv_open-hpux.gperf [new file with mode: 0644]
lib/iconv_open-irix.gperf [new file with mode: 0644]
lib/iconv_open-osf.gperf [new file with mode: 0644]
lib/iconv_open.c [new file with mode: 0644]
lib/iconveh.h [new file with mode: 0644]
lib/striconveh.c [new file with mode: 0644]
lib/striconveh.h [new file with mode: 0644]
lib/string.in.h [new file with mode: 0644]
lib/unistr.h [new file with mode: 0644]
lib/unistr/u8-mbtouc-aux.c [new file with mode: 0644]
lib/unistr/u8-mbtouc-unsafe-aux.c [new file with mode: 0644]
lib/unistr/u8-mbtouc-unsafe.c [new file with mode: 0644]
lib/unistr/u8-mbtouc.c [new file with mode: 0644]
lib/unistr/u8-mbtoucr.c [new file with mode: 0644]
lib/unistr/u8-prev.c [new file with mode: 0644]
lib/unistr/u8-uctomb-aux.c [new file with mode: 0644]
lib/unistr/u8-uctomb.c [new file with mode: 0644]
lib/unitypes.h [new file with mode: 0644]
m4/byteswap.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/iconv.m4 [new file with mode: 0644]
m4/iconv_h.m4 [new file with mode: 0644]
m4/iconv_open.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]
m4/libunistring.m4 [new file with mode: 0644]
m4/string_h.m4 [new file with mode: 0644]