Karl Berry wrote:
> Running
> ./MODULES.html.sh --cvs-urls >/tmp/MODULES.html
>
> gets the following msgs about nonexistent modules.
Oops, my fault. Fixed now:
2007-02-01 Bruno Haible <[EMAIL PROTECTED]>
* MODULES.html.sh (Unicode string functions): Update after 2007-01-27
renamings.
*** MODULES.html.sh 29 Jan 2007 17:33:12 -0000 1.179
--- MODULES.html.sh 1 Feb 2007 17:21:31 -0000
***************
*** 2182,2191 ****
func_module unitypes
func_module ucs4-utf8
func_module ucs4-utf16
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
--- 2182,2191 ----
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 unistr/base
func_module unistr/u8-to-u16
func_module unistr/u8-to-u32
***************
*** 2214,2225 ****
func_module unistr/u8-mblen
func_module unistr/u16-mblen
func_module unistr/u32-mblen
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
--- 2214,2225 ----
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-move
func_module unistr/u16-move
func_module unistr/u32-move