Detect wcwidth bug on OpenBSD 4.0.
[pspp] / ChangeLog
index ea52c8aac8b0ec1499e91f6753bf905b6a7cb6c3..a04644c4062e0c1937dbc83a41a9e120abf9ce4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test also U+3000. Needed to
+       detect bug on OpenBSD 4.0.
+       * doc/functions/wcwidth.texi: Document the OpenBSD bug.
+
 2008-01-08  Eric Blake  <ebb9@byu.net>
 
        Rewrite memmem to guarantee linear complexity without malloc.