diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-22 20:11:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-22 20:11:45 +0000 |
commit | c5124719749170894a2c8b94d3423b9b3a8a5798 (patch) | |
tree | fdd4af62966460349fa7cd684eb273eeb30e2cb5 /lib/ChangeLog | |
parent | 900b6598d174bbacc0a79499221692db6a2c1b34 (diff) | |
download | coreutils-c5124719749170894a2c8b94d3423b9b3a8a5798.tar.xz |
* filemode.c (setst): Remove.
(strmode): Rewrite to avoid setst. This makes the code shorter,
(arguably) clearer, and the generated code is a bit smaller on my
Debian GNU/Linux stable x86 host.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 35b05686f..efa92ee5e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2006-05-22 Paul Eggert <eggert@cs.ucla.edu> + * filemode.c (setst): Remove. + (strmode): Rewrite to avoid setst. This makes the code shorter, + (arguably) clearer, and the generated code is a bit smaller on my + Debian GNU/Linux stable x86 host. + Import from gnulib. * verify.h: Document the internals better. Most of this change was written by Bruno Haible. |