summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-11 20:43:22 +0100
committerBruno Haible <bruno@clisp.org>2018-12-11 20:43:22 +0100
commit353348a7e26212d596c846461cef49670b8b225d (patch)
tree1191318553829056410ed5b99092efd243b553c3 /ChangeLog
parent83a66dd9c601577164c4f24a324d0b9cf40c8456 (diff)
downloadgnulib-353348a7e26212d596c846461cef49670b8b225d.tar.gz
array-set: Optimize.
* lib/gl_array_set.c (gl_array_search, gl_array_remove): Test equals_fn outside the loop, not inside the loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e3a499cc..787d538cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2018-12-11 Bruno Haible <bruno@clisp.org>
+ array-set: Optimize.
+ * lib/gl_array_set.c (gl_array_search, gl_array_remove): Test equals_fn
+ outside the loop, not inside the loop.
+
+2018-12-11 Bruno Haible <bruno@clisp.org>
+
times: Fix tests.
* tests/test-times.c (doublecmp): Implement a total order.