diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-30 08:02:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-30 08:02:27 +0000 |
commit | d41b0c05ba08a26b0e5e65bc5be3ee7f31ad0727 (patch) | |
tree | 2094b6caa611177a21d7a31fb2b350f2f5e3cc43 /lib/ChangeLog | |
parent | 48ed3f369292a6f409d4b2d597ab5708aa0b8ee5 (diff) | |
download | coreutils-d41b0c05ba08a26b0e5e65bc5be3ee7f31ad0727.tar.xz |
modechange.c now uses bool.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 022d9d27a..6178a4f8f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2004-07-29 Paul Eggert <eggert@cs.ucla.edu> + * modechange.c: Include <stdbool.h>. + (mode_compile): Use bool when appropriate. + * memchr.c (UNALIGNED_P): Use sizeof, not alignof, for better performance on m68k-linux. Reported by Andreas Schwab in <http://lists.gnu.org/archive/html/bug-coreutils/2004-07/msg00104.html>. |