summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aec682c1d..d75f4f48b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2003-09-14 Jim Meyering <jim@meyering.net>
+2003-09-18 Jim Meyering <jim@meyering.net>
* Version 5.0.92.
+ * src/sort.c (numcompare): Rename local, logb, to log_b to avoid
+ shadowing the math function name. Also rename loga to log_a.
+
+2003-09-14 Jim Meyering <jim@meyering.net>
+
* src/factor.c (print_factors): Give a separate diagnostic
for numbers that are too large, but otherwise valid.
Reported by Dániel Varga.