diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-04 12:41:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-04 12:41:58 +0000 |
commit | 84448306a4f0216ac20c5e8c04e6713403abd910 (patch) | |
tree | f5147f04f14c7a283b28fcc5590e3df570ed3bf6 /old | |
parent | b97436b18bc34c5c2912737a6c04d3d97cef1149 (diff) | |
download | coreutils-84448306a4f0216ac20c5e8c04e6713403abd910.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 433270949..e61992ad4 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +Thu Jul 4 07:24:54 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * configure.in (ALL_LINGUAS): Add dutch (nl). |