diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-14 14:44:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-14 14:44:33 +0000 |
commit | ee45aa56cb78cc814c2aa2e864c070703203b171 (patch) | |
tree | 7249b4ebb639674cb03b0daad5dcafd1b8e55258 /lib | |
parent | cbf24b40e3a0a8c0a499cfbabddd26e6366e7221 (diff) | |
download | coreutils-ee45aa56cb78cc814c2aa2e864c070703203b171.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f496c6827..08b3a174d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2003-01-11 Bruno Haible <bruno@clisp.org> + * same.c (same_name): Reorder tests so as to avoid calling stat() + when a string comparison is sufficient. + +2003-01-11 Bruno Haible <bruno@clisp.org> + * readtokens.c (readtoken): Cast character to 'unsigned char', not 'unsigned int'. |