diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |