diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-18 16:28:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-18 16:28:53 +0000 |
commit | 0683fa78c4dab9e2969e09229035205168c5ecea (patch) | |
tree | 8b23b127698314022c8fe4002bd265a61ba03bea /ChangeLog | |
parent | df1f0a8083a53ea3edfacc0d61da8693962925b9 (diff) | |
download | coreutils-0683fa78c4dab9e2969e09229035205168c5ecea.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-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. |