+2008-07-14 Bruno Haible <bruno@clisp.org>
+
+ * modules/unictype/ctype-* (Description): Add the word "function".
+ Improves the resulting doc in MODULES.html.
+
2008-07-12 Ben Pfaff <blp@gnu.org>
Add longlong module.
Description:
-Generalization of <ctype.h> isalnum() and <wctype.h> iswalnum().
+Generalization of the <ctype.h> isalnum() function and the
+<wctype.h> iswalnum() function.
Files:
lib/unictype/ctype_alnum.c
Description:
-Generalization of <ctype.h> isalpha() and <wctype.h> iswalpha().
+Generalization of the <ctype.h> isalpha() function and the
+<wctype.h> iswalpha() function.
Files:
lib/unictype/ctype_alpha.c
Description:
-Generalization of <ctype.h> isblank() and <wctype.h> iswblank().
+Generalization of the <ctype.h> isblank() function and the
+<wctype.h> iswblank() function.
Files:
lib/unictype/ctype_blank.c
Description:
-Generalization of <ctype.h> iscntrl() and <wctype.h> iswcntrl().
+Generalization of the <ctype.h> iscntrl() function and the
+<wctype.h> iswcntrl() function.
Files:
lib/unictype/ctype_cntrl.c
Description:
-Generalization of <ctype.h> isdigit() and <wctype.h> iswdigit().
+Generalization of the <ctype.h> isdigit() function and the
+<wctype.h> iswdigit() function.
Files:
lib/unictype/ctype_digit.c
Description:
-Generalization of <ctype.h> isgraph() and <wctype.h> iswgraph().
+Generalization of the <ctype.h> isgraph() function and the
+<wctype.h> iswgraph() function.
Files:
lib/unictype/ctype_graph.c
Description:
-Generalization of <ctype.h> islower() and <wctype.h> iswlower().
+Generalization of the <ctype.h> islower() function and the
+<wctype.h> iswlower() function.
Files:
lib/unictype/ctype_lower.c
Description:
-Generalization of <ctype.h> isprint() and <wctype.h> iswprint().
+Generalization of the <ctype.h> isprint() function and the
+<wctype.h> iswprint() function.
Files:
lib/unictype/ctype_print.c
Description:
-Generalization of <ctype.h> ispunct() and <wctype.h> iswpunct().
+Generalization of the <ctype.h> ispunct() function and the
+<wctype.h> iswpunct() function.
Files:
lib/unictype/ctype_punct.c
Description:
-Generalization of <ctype.h> isspace() and <wctype.h> iswspace().
+Generalization of the <ctype.h> isspace() function and the
+<wctype.h> iswspace() function.
Files:
lib/unictype/ctype_space.c
Description:
-Generalization of <ctype.h> isupper() and <wctype.h> iswupper().
+Generalization of the <ctype.h> isupper() function and the
+<wctype.h> iswupper() function.
Files:
lib/unictype/ctype_upper.c
Description:
-Generalization of <ctype.h> isxdigit() and <wctype.h> iswxdigit().
+Generalization of the <ctype.h> isxdigit() function and the
+<wctype.h> iswxdigit() function.
Files:
lib/unictype/ctype_xdigit.c