From 27fdc655cea8917df3dca54dbcea8e36faf5b32b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 14 Jul 2008 12:37:46 +0200 Subject: [PATCH] Improves the doc in MODULES.html. --- ChangeLog | 5 +++++ modules/unictype/ctype-alnum | 3 ++- modules/unictype/ctype-alpha | 3 ++- modules/unictype/ctype-blank | 3 ++- modules/unictype/ctype-cntrl | 3 ++- modules/unictype/ctype-digit | 3 ++- modules/unictype/ctype-graph | 3 ++- modules/unictype/ctype-lower | 3 ++- modules/unictype/ctype-print | 3 ++- modules/unictype/ctype-punct | 3 ++- modules/unictype/ctype-space | 3 ++- modules/unictype/ctype-upper | 3 ++- modules/unictype/ctype-xdigit | 3 ++- 13 files changed, 29 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c79e5d2d4..b96e58da26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-14 Bruno Haible + + * modules/unictype/ctype-* (Description): Add the word "function". + Improves the resulting doc in MODULES.html. + 2008-07-12 Ben Pfaff Add longlong module. diff --git a/modules/unictype/ctype-alnum b/modules/unictype/ctype-alnum index fd7f52bb66..69054d842d 100644 --- a/modules/unictype/ctype-alnum +++ b/modules/unictype/ctype-alnum @@ -1,5 +1,6 @@ Description: -Generalization of isalnum() and iswalnum(). +Generalization of the isalnum() function and the + iswalnum() function. Files: lib/unictype/ctype_alnum.c diff --git a/modules/unictype/ctype-alpha b/modules/unictype/ctype-alpha index e0f474d1ff..9ca1e21a3b 100644 --- a/modules/unictype/ctype-alpha +++ b/modules/unictype/ctype-alpha @@ -1,5 +1,6 @@ Description: -Generalization of isalpha() and iswalpha(). +Generalization of the isalpha() function and the + iswalpha() function. Files: lib/unictype/ctype_alpha.c diff --git a/modules/unictype/ctype-blank b/modules/unictype/ctype-blank index 72845ad538..d78397b083 100644 --- a/modules/unictype/ctype-blank +++ b/modules/unictype/ctype-blank @@ -1,5 +1,6 @@ Description: -Generalization of isblank() and iswblank(). +Generalization of the isblank() function and the + iswblank() function. Files: lib/unictype/ctype_blank.c diff --git a/modules/unictype/ctype-cntrl b/modules/unictype/ctype-cntrl index 7de3e0520e..764d063b0b 100644 --- a/modules/unictype/ctype-cntrl +++ b/modules/unictype/ctype-cntrl @@ -1,5 +1,6 @@ Description: -Generalization of iscntrl() and iswcntrl(). +Generalization of the iscntrl() function and the + iswcntrl() function. Files: lib/unictype/ctype_cntrl.c diff --git a/modules/unictype/ctype-digit b/modules/unictype/ctype-digit index 51814929d5..40a9c50560 100644 --- a/modules/unictype/ctype-digit +++ b/modules/unictype/ctype-digit @@ -1,5 +1,6 @@ Description: -Generalization of isdigit() and iswdigit(). +Generalization of the isdigit() function and the + iswdigit() function. Files: lib/unictype/ctype_digit.c diff --git a/modules/unictype/ctype-graph b/modules/unictype/ctype-graph index 895970b845..bec11db393 100644 --- a/modules/unictype/ctype-graph +++ b/modules/unictype/ctype-graph @@ -1,5 +1,6 @@ Description: -Generalization of isgraph() and iswgraph(). +Generalization of the isgraph() function and the + iswgraph() function. Files: lib/unictype/ctype_graph.c diff --git a/modules/unictype/ctype-lower b/modules/unictype/ctype-lower index 126feb8213..9476f9f650 100644 --- a/modules/unictype/ctype-lower +++ b/modules/unictype/ctype-lower @@ -1,5 +1,6 @@ Description: -Generalization of islower() and iswlower(). +Generalization of the islower() function and the + iswlower() function. Files: lib/unictype/ctype_lower.c diff --git a/modules/unictype/ctype-print b/modules/unictype/ctype-print index b4e6f4f8c2..ae6aec955f 100644 --- a/modules/unictype/ctype-print +++ b/modules/unictype/ctype-print @@ -1,5 +1,6 @@ Description: -Generalization of isprint() and iswprint(). +Generalization of the isprint() function and the + iswprint() function. Files: lib/unictype/ctype_print.c diff --git a/modules/unictype/ctype-punct b/modules/unictype/ctype-punct index f4216a17bf..60b4ed636b 100644 --- a/modules/unictype/ctype-punct +++ b/modules/unictype/ctype-punct @@ -1,5 +1,6 @@ Description: -Generalization of ispunct() and iswpunct(). +Generalization of the ispunct() function and the + iswpunct() function. Files: lib/unictype/ctype_punct.c diff --git a/modules/unictype/ctype-space b/modules/unictype/ctype-space index cc1ca30b5b..bb3aca0342 100644 --- a/modules/unictype/ctype-space +++ b/modules/unictype/ctype-space @@ -1,5 +1,6 @@ Description: -Generalization of isspace() and iswspace(). +Generalization of the isspace() function and the + iswspace() function. Files: lib/unictype/ctype_space.c diff --git a/modules/unictype/ctype-upper b/modules/unictype/ctype-upper index 37d4767614..3194cb70f3 100644 --- a/modules/unictype/ctype-upper +++ b/modules/unictype/ctype-upper @@ -1,5 +1,6 @@ Description: -Generalization of isupper() and iswupper(). +Generalization of the isupper() function and the + iswupper() function. Files: lib/unictype/ctype_upper.c diff --git a/modules/unictype/ctype-xdigit b/modules/unictype/ctype-xdigit index 483e2b890b..9722ca8f57 100644 --- a/modules/unictype/ctype-xdigit +++ b/modules/unictype/ctype-xdigit @@ -1,5 +1,6 @@ Description: -Generalization of isxdigit() and iswxdigit(). +Generalization of the isxdigit() function and the + iswxdigit() function. Files: lib/unictype/ctype_xdigit.c -- 2.30.2