* lib/inttypes_.h: Undo previous change, since it was fixed
[gnulib.git] / MODULES.html.sh
index ec1b059..98719ba 100755 (executable)
@@ -1442,7 +1442,7 @@ func_module ()
     element=`echo "$files" \
              | sed -e '/^$/d' \
              | sed -n -e "$sed_choose_lib_files" \
-             | sed -e '/^'"${includefile}"'$/d' \
+             | sed -e '\|^'"${includefile}"'$|d' \
                    -e 's,^\(.*\)$,<A HREF="'$repo_url_prefix'lib/\1'$repo_url_suffix_repl'">\1</A>,' \
                    -e 's/$/<BR>/' | tr -d "$trnl" | sed -e 's/<BR>$//'`
     test -n "$element" || element='---'
@@ -2503,6 +2503,16 @@ func_all_modules ()
   func_module unistdio/u32-u32-vasprintf
   func_module unistdio/u32-u32-vsnprintf
   func_module unistdio/u32-u32-vsprintf
+  func_module uniname/base
+  func_module uniname/uniname
+  func_module uniwidth/base
+  func_module uniwidth/u8-strwidth
+  func_module uniwidth/u8-width
+  func_module uniwidth/u16-strwidth
+  func_module uniwidth/u16-width
+  func_module uniwidth/u32-strwidth
+  func_module uniwidth/u32-width
+  func_module uniwidth/width
   func_end_table
 
   element="Executing programs"