diff options
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2005-03-22 Jim Meyering <jim@meyering.net> +2005-03-25 Jim Meyering <jim@meyering.net> * Version 5.3.1. + * src/system.h (DECIMAL_DIGIT_ACCUMULATE): Reverse the sense of + the return value, and update callers: + * src/cut.c (set_fields): Update use of DECIMAL_DIGIT_ACCUMULATE. + * src/expand.c (parse_tab_stops, main): Likewise. + * src/split.c (main): Likewise. + * src/unexpand.c (parse_tab_stops, main): Likewise. + * src/uniq.c (main): Likewise. + +2005-03-22 Jim Meyering <jim@meyering.net> + * build-aux: New directory. Renamed from config. * configure.ac: Reflect renaming: config -> build-aux. * Makefile.am (dist-hook): Likewise. |