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 9e738cd490ca600d4f21fde85a66c2ae9972ad14..ea643a9f52ec03a37703ed302531f6add7c6cf33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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.
index 05daefb00afc2e00606dabca9bd20143b7261bb0..45c786f8d5d4487f910ff2bd89d27ec270b618b5 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 5dd97d88a20758caa3d5dbd441513efb4507a5ec..8ed1c95125bf526dbc3113d8c5cb25566aea4482 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 998047946318609821d0cffc19a2ad8676c306da..9803405b03e4fa57b20685d0859ed5d02ee8532b 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 e438f383da72d80e728b3bcff79edbf6be561769..2fde2733b543857b4feeb5de3bb32aea70909ffd 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 eb1a100a00c9051798356dedf1da3e0387544022..5a2737635655eb8d0dfc38aa7c0bbe05c523d328 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 b0417f51054db8bceaf43fd4a30e4d88699a0b36..649721ef38d385ffe97ce67d07f9568d0e593230 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"