From b96c6c60eb611dfcded8de0fee2af8188ac39ee3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Aug 1999 11:03:32 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ff63331118..f1bd8efea9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,31 @@ +1999-08-22 Jim Meyering + + * man/help2man: Escape backslashes so tr's manual comes out right. + Reported by Andreas Schwab. + + * src/tsort.c (usage): Correct bug-reporting email address. + (tsort): Remove trailing `\n' in error format. + + * src/md5sum.c (md5_check): Remove trailing `\n' in error format. + + * src/sys2.h (IF_LINT): Define new macro. + * src/od.c (dump): Use IF_LINT macro instead of #ifdef lint... + (main): Likewise. + * src/paste.c (paste_parallel): Likewise. + * src/pr.c (read_line): Likewise. + * src/sort.c (checkfp): Likewise. + (mergefps): Likewise. + + * src/cksum.c (cksum): Constify a char*. + * src/comm.c (writeline): Likewise. + + * src/uniq.c (check_file): Move declarations of local variables + into the scopes where they're used. + (min): Remove macro definition. + (different): Use MIN, not min. + (SWAP_LINES): New macro. + (check_file): Use it here. + 1999-08-15 Jim Meyering * src/tail.c (ENOSYS): Define to a bogus value if not already defined. -- 2.47.3