]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 2 Jul 1996 04:55:06 +0000 (04:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jul 1996 04:55:06 +0000 (04:55 +0000)
old/textutils/ChangeLog

index 52d03565d3008a1532dcb459e011b547184dc89e..1be17c79b0ec9c5700bf02566b56dce480cefa32 100644 (file)
@@ -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>