summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-02 04:55:06 +0000
committerJim Meyering <jim@meyering.net>1996-07-02 04:55:06 +0000
commitbd1fc1c2562c0b123f6deaa7efac8262e38595eb (patch)
tree50c884720a34db87391da47496841e5a701ba662 /old/textutils/ChangeLog
parentbb4d193ac7599b87561d4d449e631b4b9eaa9702 (diff)
downloadcoreutils-bd1fc1c2562c0b123f6deaa7efac8262e38595eb.tar.xz
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog20
1 files changed, 18 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 52d03565d..1be17c79b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,23 @@
+Mon Jul 1 23:50:19 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * 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 <meyering@na-net.ornl.gov>
+
+ * 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 <meyering@na-net.ornl.gov>
- * 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 <meyering@na-net.ornl.gov>