+2007-03-24 Bruno Haible <bruno@clisp.org>
+
+ * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
+ Enable the function only if HAVE_INLINE.
+ * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
+ lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
+ * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
+ Enable the function only if HAVE_INLINE.
+ * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
+ lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
+ * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
+ Enable the function only if HAVE_INLINE.
+ * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
+ Enable the function only if HAVE_INLINE.
+ * modules/utf8-ucs4: Update.
+ * modules/utf8-ucs4-unsafe: Update.
+ * modules/utf16-ucs4: Update.
+ * modules/utf16-ucs4-unsafe: Update.
+ * modules/ucs4-utf8: Update.
+ * modules/ucs4-utf16: Update.
+
2007-03-24 Bruno Haible <bruno@clisp.org>
* lib/utf8-ucs4.h: Remove file.
Conversion UCS-4 to UTF-16.
Files:
-lib/unistr/ucs4-utf16.c
+lib/unistr/u16-uctomb-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/ucs4-utf16.c
+lib_SOURCES += unistr/u16-uctomb-aux.c
Include:
"unistr.h"
Conversion UCS-4 to UTF-8.
Files:
-lib/unistr/ucs4-utf8.c
+lib/unistr/u8-uctomb-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/ucs4-utf8.c
+lib_SOURCES += unistr/u8-uctomb-aux.c
Include:
"unistr.h"
Conversion UTF-16 to UCS-4.
Files:
-lib/unistr/utf16-ucs4.c
+lib/unistr/u16-mbtouc-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4.c
+lib_SOURCES += unistr/u16-mbtouc-aux.c
Include:
"unistr.h"
Conversion UTF-16 to UCS-4.
Files:
-lib/unistr/utf16-ucs4-unsafe.c
+lib/unistr/u16-mbtouc-unsafe-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4-unsafe.c
+lib_SOURCES += unistr/u16-mbtouc-unsafe-aux.c
Include:
"unistr.h"
Conversion UTF-8 to UCS-4.
Files:
-lib/unistr/utf8-ucs4.c
+lib/unistr/u8-mbtouc-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4.c
+lib_SOURCES += unistr/u8-mbtouc-aux.c
Include:
"unistr.h"
Conversion UTF-8 to UCS-4.
Files:
-lib/unistr/utf8-ucs4-unsafe.c
+lib/unistr/u8-mbtouc-unsafe-aux.c
Depends-on:
unitypes
configure.ac:
Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4-unsafe.c
+lib_SOURCES += unistr/u8-mbtouc-unsafe-aux.c
Include:
"unistr.h"