Fix module name list after recent renamings.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Feb 2007 17:22:52 +0000 (17:22 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Feb 2007 17:22:52 +0000 (17:22 +0000)
ChangeLog
MODULES.html.sh

index 2b2b838..b4e602f 100644 (file)
--- 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.
index 00119c2..d2ed19b 100755 (executable)
@@ -2182,10 +2182,10 @@ func_all_modules ()
   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_all_modules ()
   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