From bb5590f7b6fece095d06cd11ba54bdbb72fdb10f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jul 1995 04:46:18 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 001504d49c..a4aa5bcefa 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,19 @@ +Thu Jul 6 23:44:20 1995 Jim Meyering (meyering@comco.com) + + * od.c (dump): Correct loop-termination criterion. + Before, running `printf 1234| ./od --width=4 --read-bytes=4' + printed output for 8 bytes -- the last four were garbage. + This happened only when the dump limit, N, was specified (with + --read-bytes=N) and N was a multiple of bytes_per_block + (usually 16, but 4 in this example). From Andreas Schwab. + Sun Jul 2 22:12:40 1995 Jim Meyering (meyering@comco.com) * lib/Makefile.in (check): Depend on libtu.a. * md5sum.c (split_3): Rewrite to parse Plumb/Lankester format as well. - (main): Write (de facto) standard Plumb/Lankester format. + (main): Print each sum line in (de facto) standard Plumb/Lankester + format. New option: --quiet. Check option no longer takes an argument. When checking, exit status reflects success. -- 2.47.3