changeset 8062:e6aed2dfd436

Fix module name list after recent renamings.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 17:22:52 +0000
parents 0e706cb0061d
children 5f43cef3eda2
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-01  Bruno Haible  <bruno@clisp.org>
+
+	* MODULES.html.sh (Unicode string functions): Update after 2007-01-27
+	renamings.
+
 2007-02-01  Eric Blake  <ebb9@byu.net>
 
 	* modules/regex (Depends-on): Revert dependence on mempcpy.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2182,10 +2182,10 @@
   func_module unitypes
   func_module ucs4-utf8
   func_module ucs4-utf16
+  func_module utf8-ucs4-unsafe
+  func_module utf16-ucs4-unsafe
   func_module utf8-ucs4
   func_module utf16-ucs4
-  func_module utf8-ucs4-safe
-  func_module utf16-ucs4-safe
   func_module unistr/base
   func_module unistr/u8-to-u16
   func_module unistr/u8-to-u32
@@ -2214,12 +2214,12 @@
   func_module unistr/u8-mblen
   func_module unistr/u16-mblen
   func_module unistr/u32-mblen
+  func_module unistr/u8-mbtouc-unsafe
+  func_module unistr/u16-mbtouc-unsafe
+  func_module unistr/u32-mbtouc-unsafe
   func_module unistr/u8-mbtouc
   func_module unistr/u16-mbtouc
   func_module unistr/u32-mbtouc
-  func_module unistr/u8-mbtouc-safe
-  func_module unistr/u16-mbtouc-safe
-  func_module unistr/u32-mbtouc-safe
   func_module unistr/u8-move
   func_module unistr/u16-move
   func_module unistr/u32-move