changeset 29963:84615319c177

Improves the doc in MODULES.html.
author Bruno Haible <bruno@clisp.org>
date Mon, 14 Jul 2008 12:37:46 +0200
parents 0c972b06b0a9
children 497e15b64a19
files 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
diffstat 13 files changed, 29 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 12 20:56:44 2008 -0700
+++ b/ChangeLog	Mon Jul 14 12:37:46 2008 +0200
@@ -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.
--- a/modules/unictype/ctype-alnum	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-alnum	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-alpha	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-alpha	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-blank	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-blank	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-cntrl	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-cntrl	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-digit	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-digit	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-graph	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-graph	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-lower	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-lower	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-print	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-print	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-punct	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-punct	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-space	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-space	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-upper	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-upper	Mon Jul 14 12:37:46 2008 +0200
@@ -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
--- a/modules/unictype/ctype-xdigit	Sat Jul 12 20:56:44 2008 -0700
+++ b/modules/unictype/ctype-xdigit	Mon Jul 14 12:37:46 2008 +0200
@@ -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