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 9c79e5d2d4185715ae151370d9c67c32d07bab7a..b96e58da26a7577c2dddd8550ed3e605d3e7c2cb 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 fd7f52bb66276a11b7e08f2cfe60921b9c9a9c00..69054d842db0f90410d477c398561f969bec1a62 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 e0f474d1ff9118462f1e81ed4b9799c6462f7d44..9ca1e21a3bd4d43fb25c4646a725d36889f76dd1 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 72845ad538ea0e05208e0c427c2fc96d3ff8d817..d78397b08345ff588da5e96529cc5cd1e294b725 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 7de3e0520e105999e7cb8f8ef12118c112db1d32..764d063b0b30c78028cbfb5aeb6474d2e9a26eb7 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 51814929d5a11b7c0788fce3172eeccfddf858ce..40a9c50560898d8e839fd0d6e4bbf14285b342f9 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 895970b845c45bdbc9e30c4941eb929b34239196..bec11db39306a76101125e82ac8c8fcfede3dc09 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 126feb8213817fe61a1df823720c3cef126e43de..9476f9f65088eedaf8aebf5098b3b38989ae9977 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 b4e6f4f8c2c8fbd6f7c9540832a6007a1e235525..ae6aec955f10b72cd8c56bd784487b10c29ebfe5 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 f4216a17bfab0833dca6c550810233f31e4c4e1e..60b4ed636be10891aafcd80409faf50dd39dee5a 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 cc1ca30b5b6c6564ee97a54a3549cfa9c9e39011..bb3aca034241ba3cfd88c8fe403953ae32be9ede 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 37d4767614965829bf2c97f25f8ac9b79a38b16c..3194cb70f33bb8e2a9e7e8b2aa42b5e223353b91 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 483e2b890bc2376790931462cad1cf39422a4c2c..9722ca8f570597e4dc06355ff858d8c5602eb502 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