Mercurial > hg > octave-kai > gnulib-hg
diff MODULES.html.sh @ 7860:708da4ac0ccd
Provide a robust <wchar.h>. Further simplifications are now
possible in other modules, but not included here.
* modules/wchar: New module.
* m4/wchar.m4: New file.
* lib/wchar_.h: Likewise.
* modules/mbchar (Depends-on): Depend on wchar, as the first use
of the new module.
* MODULES.html.sh (Extended multibyte and wide character utilities):
New section.
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Sat, 13 Jan 2007 05:23:36 +0000 |
parents | d750c916cbf5 |
children | cb2590895141 |
line wrap: on
line diff
--- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1844,6 +1844,16 @@ func_module strtoumax func_end_table + element="Extended multibyte and wide character utilities <wchar.h>" + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_wchar + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module wchar + func_end_table + element="Wide character classification and mapping utilities <wctype.h>" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_wctype