From: Jim Meyering Date: Thu, 4 Jul 1996 12:41:58 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_18c~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84448306a4f0216ac20c5e8c04e6713403abd910;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4332709497..e61992ad43 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +Thu Jul 4 07:24:54 1996 Jim Meyering + + * src/md5sum.c (MIN_DIGEST_LINE_LENGTH): New macro. + [NEWLINE_REPLACEMENT_STRING*]: Remove macros. + (main): Output a leading backslash for a line describing a file + whose name contains a newline. Then translate each NEWLINE byte + in the file name to the string, "\\n", and each backslash to "\\\\". + File names that don't contain NEWLINE aren't translated. + (split_3): Rewrite to handle file names with embedded newlines. + Miles Bader and Jim Blandy suggested this new encoding scheme. + +Wed Jul 3 23:21:09 1996 Jim Meyering + + * src/md5sum.c (split_3): Correct test for 35-byte line to accomodate + fact that leading blanks may be stripped. + Tue Jul 2 21:51:40 1996 Jim Meyering * configure.in (ALL_LINGUAS): Add dutch (nl).