summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-01-04 19:21:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-01-04 19:21:42 +0000
commitaec89f84803823803fc8bd1fbc692588af7ef8cd (patch)
tree3d45ae9fa737b321e70660417a199e013d4870fe /ChangeLog
parent0794207582b9f263f4eb2f0819bbb0ec4397a760 (diff)
downloadgnulib-aec89f84803823803fc8bd1fbc692588af7ef8cd.tar.gz
* lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
not wint_t. Also, include <ctype.h>, to fix another IRIX bug. * m4/wctype.m4 (gl_WCTYPE_H): Likewise. Problems reported by Georg Schwarz for IRIX 5.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7bd71fca3..43f901680c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-04 Paul Eggert <eggert@cs.ucla.edu>
+ * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
+ not wint_t. Also, include <ctype.h>, to fix another IRIX bug.
+ * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
+ Problems reported by Georg Schwarz for IRIX 5.3.
+
* gnulib-tool (autoconf_minversion): Take the maximum version number
found, not the minimum. Problem reported by James Youngman.