diff options
author | Jim Meyering <jim@meyering.net> | 1995-06-16 03:26:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-06-16 03:26:56 +0000 |
commit | 820cd5c0904054701bae0d2af0d779d2d409a426 (patch) | |
tree | fe61f16113d808cd01bf6b6d009fecfa5a4fcbde /old/textutils | |
parent | cdfc0cf26fa1c98e09827d12cff2a26567cfd2c2 (diff) | |
download | coreutils-820cd5c0904054701bae0d2af0d779d2d409a426.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b8f21e4fe..82d4b91a2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,14 @@ -Thu Jun 15 13:42:38 1995 Jim Meyering (meyering@comco.com) +Thu Jun 15 22:09:14 1995 Jim Meyering (meyering@comco.com) + + * md5sum.c Remove unnecessary uses of `defined' in #if* tests. + Don't use #elif. Some older compilers don't grok it. + (split_3): New function to parse out sum, flag, and filename + when reading check file. + (hex_digits): Remove length parameter since string parameter is + now nul-terminated. + (main): Don't allocate separate arrays for filename and sum + when checking. Get pointers into line buffer with split_3 instead + of using sscanf. * md5sum.c: Don't include values.h. [__P]: Undefine it. |