summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
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>