diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-09 23:54:26 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-09 23:54:26 +0000 |
commit | d766c0a42a6877cc36d9018815b377577a00ee92 (patch) | |
tree | 5ce8d5a508688259c76a5516232b79d819191230 /lib/ChangeLog | |
parent | a7864df9ba736f8b8a5989bf894aa4068ffbc0a0 (diff) | |
download | coreutils-d766c0a42a6877cc36d9018815b377577a00ee92.tar.xz |
(fts_sort): Optimize the common case where all pointers smell the same.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 36f403497..97b0c4702 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -7,7 +7,8 @@ * fts.c (__P): Remove. All uses rewritten to assume C89 or better. (fts_open): Don't cast a function value in a possibly-unsafe way. (fts_compar): New function. - (fts_sort): Use it. + (fts_sort): Use it. But optimize the common case where all + pointers smell the same. 2005-05-08 Paul Eggert <eggert@cs.ucla.edu> |