diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-08 10:16:44 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-08 12:39:24 +0200 |
commit | 1cea914143cab171beaad1f3df60566bcfa48cff (patch) | |
tree | 82b8b17b86dbcc0d0e257c82f01537ce304d024c /ChangeLog | |
parent | 685d3c3f2adfabbf79b626f84be17170b59d449d (diff) | |
download | coreutils-1cea914143cab171beaad1f3df60566bcfa48cff.tar.xz |
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".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |