Rename some source files.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 14:30:33 +0000 (14:30 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 14:30:33 +0000 (14:30 +0000)
ChangeLog
modules/ucs4-utf16
modules/ucs4-utf8
modules/utf16-ucs4
modules/utf16-ucs4-unsafe
modules/utf8-ucs4
modules/utf8-ucs4-unsafe

index 9e738cd..ea643a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
 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.
        * lib/utf8-ucs4-unsafe.h: Remove file.
        * lib/utf16-ucs4.h: Remove file.
index 05daefb..45c786f 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UCS-4 to UTF-16.
 
 Files:
-lib/unistr/ucs4-utf16.c
+lib/unistr/u16-uctomb-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/ucs4-utf16.c
+lib_SOURCES += unistr/u16-uctomb-aux.c
 
 Include:
 "unistr.h"
index 5dd97d8..8ed1c95 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UCS-4 to UTF-8.
 
 Files:
-lib/unistr/ucs4-utf8.c
+lib/unistr/u8-uctomb-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/ucs4-utf8.c
+lib_SOURCES += unistr/u8-uctomb-aux.c
 
 Include:
 "unistr.h"
index 9980479..9803405 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UTF-16 to UCS-4.
 
 Files:
-lib/unistr/utf16-ucs4.c
+lib/unistr/u16-mbtouc-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4.c
+lib_SOURCES += unistr/u16-mbtouc-aux.c
 
 Include:
 "unistr.h"
index e438f38..2fde273 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UTF-16 to UCS-4.
 
 Files:
-lib/unistr/utf16-ucs4-unsafe.c
+lib/unistr/u16-mbtouc-unsafe-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4-unsafe.c
+lib_SOURCES += unistr/u16-mbtouc-unsafe-aux.c
 
 Include:
 "unistr.h"
index eb1a100..5a27376 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UTF-8 to UCS-4.
 
 Files:
-lib/unistr/utf8-ucs4.c
+lib/unistr/u8-mbtouc-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4.c
+lib_SOURCES += unistr/u8-mbtouc-aux.c
 
 Include:
 "unistr.h"
index b0417f5..649721e 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Conversion UTF-8 to UCS-4.
 
 Files:
-lib/unistr/utf8-ucs4-unsafe.c
+lib/unistr/u8-mbtouc-unsafe-aux.c
 
 Depends-on:
 unitypes
@@ -11,7 +11,7 @@ unistr/base
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4-unsafe.c
+lib_SOURCES += unistr/u8-mbtouc-unsafe-aux.c
 
 Include:
 "unistr.h"