changeset 28212:cfb1cc41a310

Rename some source files.
author Bruno Haible <bruno@clisp.org>
date Sat, 24 Mar 2007 14:30:33 +0000
parents 749784b513c6
children 92fc25a5c576
files ChangeLog modules/ucs4-utf16 modules/ucs4-utf8 modules/utf16-ucs4 modules/utf16-ucs4-unsafe modules/utf8-ucs4 modules/utf8-ucs4-unsafe
diffstat 7 files changed, 33 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Mar 24 14:29:56 2007 +0000
+++ b/ChangeLog	Sat Mar 24 14:30:33 2007 +0000
@@ -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.
--- a/modules/ucs4-utf16	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/ucs4-utf16	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/ucs4-utf16.c
+lib_SOURCES += unistr/u16-uctomb-aux.c
 
 Include:
 "unistr.h"
--- a/modules/ucs4-utf8	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/ucs4-utf8	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/ucs4-utf8.c
+lib_SOURCES += unistr/u8-uctomb-aux.c
 
 Include:
 "unistr.h"
--- a/modules/utf16-ucs4	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/utf16-ucs4	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4.c
+lib_SOURCES += unistr/u16-mbtouc-aux.c
 
 Include:
 "unistr.h"
--- a/modules/utf16-ucs4-unsafe	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/utf16-ucs4-unsafe	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf16-ucs4-unsafe.c
+lib_SOURCES += unistr/u16-mbtouc-unsafe-aux.c
 
 Include:
 "unistr.h"
--- a/modules/utf8-ucs4	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/utf8-ucs4	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4.c
+lib_SOURCES += unistr/u8-mbtouc-aux.c
 
 Include:
 "unistr.h"
--- a/modules/utf8-ucs4-unsafe	Sat Mar 24 14:29:56 2007 +0000
+++ b/modules/utf8-ucs4-unsafe	Sat Mar 24 14:30:33 2007 +0000
@@ -2,7 +2,7 @@
 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 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += unistr/utf8-ucs4-unsafe.c
+lib_SOURCES += unistr/u8-mbtouc-unsafe-aux.c
 
 Include:
 "unistr.h"