From: Bruno Haible Date: Tue, 9 Jan 2007 13:12:27 +0000 (+0000) Subject: Add the new modules utf8-ucs4-safe, utf16-ucs4-safe. X-Git-Tag: cvs-readonly~1414 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=35bb09e86dffa3e84f58b62a85aefc4579004a5c;p=gnulib.git Add the new modules utf8-ucs4-safe, utf16-ucs4-safe. --- diff --git a/ChangeLog b/ChangeLog index 9314b0320..7155a3b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,8 @@ * lib/utf16-ucs4-safe.h: New file. * lib/unistr/utf16-ucs4-safe.c: New file. + * MODULES.html.sh (Unicode string functions): Add the new modules. + 2007-01-08 Bruno Haible * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c. diff --git a/MODULES.html.sh b/MODULES.html.sh index e7865d51a..a19092b23 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2138,6 +2138,8 @@ func_all_modules () func_module ucs4-utf16 func_module utf8-ucs4 func_module utf16-ucs4 + func_module utf8-ucs4-safe + func_module utf16-ucs4-safe func_end_table element="Executing programs"