From: Jim Meyering Date: Thu, 18 Sep 2003 16:28:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0683fa78c4dab9e2969e09229035205168c5ecea;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index aec682c1d1..d75f4f48b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-09-14 Jim Meyering +2003-09-18 Jim Meyering * 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 + * src/factor.c (print_factors): Give a separate diagnostic for numbers that are too large, but otherwise valid. Reported by Dániel Varga.