Improves the doc in MODULES.html.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Jul 2008 10:37:46 +0000 (12:37 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 14 Jul 2008 10:37:46 +0000 (12:37 +0200)
13 files changed:
ChangeLog
modules/unictype/ctype-alnum
modules/unictype/ctype-alpha
modules/unictype/ctype-blank
modules/unictype/ctype-cntrl
modules/unictype/ctype-digit
modules/unictype/ctype-graph
modules/unictype/ctype-lower
modules/unictype/ctype-print
modules/unictype/ctype-punct
modules/unictype/ctype-space
modules/unictype/ctype-upper
modules/unictype/ctype-xdigit

index 9c79e5d..b96e58d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index fd7f52b..69054d8 100644 (file)
@@ -1,5 +1,6 @@
 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
index e0f474d..9ca1e21 100644 (file)
@@ -1,5 +1,6 @@
 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
index 72845ad..d78397b 100644 (file)
@@ -1,5 +1,6 @@
 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
index 7de3e05..764d063 100644 (file)
@@ -1,5 +1,6 @@
 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
index 5181492..40a9c50 100644 (file)
@@ -1,5 +1,6 @@
 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
index 895970b..bec11db 100644 (file)
@@ -1,5 +1,6 @@
 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
index 126feb8..9476f9f 100644 (file)
@@ -1,5 +1,6 @@
 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
index b4e6f4f..ae6aec9 100644 (file)
@@ -1,5 +1,6 @@
 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
index f4216a1..60b4ed6 100644 (file)
@@ -1,5 +1,6 @@
 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
index cc1ca30..bb3aca0 100644 (file)
@@ -1,5 +1,6 @@
 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
index 37d4767..3194cb7 100644 (file)
@@ -1,5 +1,6 @@
 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
index 483e2b8..9722ca8 100644 (file)
@@ -1,5 +1,6 @@
 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