summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aafd142e..e2fdc5396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-08 Jim Meyering <jim@meyering.net>
+
+ Use <wchar.h>, not "wcwidth.h".
+ * src/wc.c: Now that gnulib provides the POSIX-specified <wchar.h>,
+ include it and <wctype.h>, rather than "wcwidth.h".
+ * src/ls.c: Include <wchar.h>, rather than "wcwidth.h".
+
2007-07-05 Jim Meyering <jim@meyering.net>
setuidgid: set all groups, not just the primary one.