summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-06-28 13:11:32 +0000
committerEric Blake <ebb9@byu.net>2006-06-28 13:11:32 +0000
commite0edd5715c35d04d79ab75d3e4df28244c355444 (patch)
tree1ece2f1991f8a9d07507a5ff75f739c3ee395c4a /modules
parent72334d04f6b9cf71353d114686895dd1d042a973 (diff)
downloadgnulib-e0edd5715c35d04d79ab75d3e4df28244c355444.tar.gz
* modules/wcwidth: New file.
* modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth.
Diffstat (limited to 'modules')
-rw-r--r--modules/mbchar1
-rw-r--r--modules/mbswidth1
-rw-r--r--modules/wcwidth23
3 files changed, 25 insertions, 0 deletions
diff --git a/modules/mbchar b/modules/mbchar
index 5f19321699..c430361448 100644
--- a/modules/mbchar
+++ b/modules/mbchar
@@ -8,6 +8,7 @@ m4/mbchar.m4
Depends-on:
stdbool
+wcwidth
configure.ac:
gl_MBCHAR
diff --git a/modules/mbswidth b/modules/mbswidth
index 51ea07a413..f4b8f7920b 100644
--- a/modules/mbswidth
+++ b/modules/mbswidth
@@ -9,6 +9,7 @@ m4/mbrtowc.m4
m4/mbswidth.m4
Depends-on:
+wcwidth
configure.ac:
gl_MBSWIDTH
diff --git a/modules/wcwidth b/modules/wcwidth
new file mode 100644
index 0000000000..6afb420631
--- /dev/null
+++ b/modules/wcwidth
@@ -0,0 +1,23 @@
+Description:
+Determine the number of screen columns needed for a character.
+
+Files:
+lib/wcwidth.h
+m4/wcwidth.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_WCWIDTH
+
+Makefile.am:
+lib_SOURCES += wcwidth.h
+
+Include:
+"wcwidth.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible