From: Jim Meyering Date: Tue, 2 Jul 1996 04:55:06 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_18b~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1fc1c2562c0b123f6deaa7efac8262e38595eb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 52d03565d3..1be17c79b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,23 @@ +Mon Jul 1 23:50:19 1996 Jim Meyering + + * src/md5sum.c [NEWLINE_REPLACEMENT_STRING]: Define. + (split_3): Translate NL bytes not to NUL, but to + NEWLINE_REPLACEMENT_STRING. + Suggested by Ulrich Drepper. + (main): Translate back to NL-containing filename. + +Sun Jun 30 22:42:17 1996 Jim Meyering + + * src/md5sum.c (split_3): Take an additional parameter, S_LEN. + Adapt caller. + Map translated NEWLINE-containing filename back into the original + NEWLINE-containing name. + (md5_check): Translate NEWLINE bytes to NUL bytes in filename. + Sat Jun 29 18:59:07 1996 Jim Meyering - * configure.in (PACKAGE_VERSION): Add `GNU ' prefix so we see - it in the output of --version. Reported by RMS. + * configure.in (PACKAGE_VERSION): Add `GNU ' prefix so it + appears in the output of --version. Reported by RMS. Wed Jun 26 21:35:10 1996 Jim Meyering