diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-02 08:55:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-02 08:55:36 +0000 |
commit | 52a18b9571f6e0dde78e0bf73cab398c6bfbd6e5 (patch) | |
tree | 8b572095b9ddfabe40916c9067c800645925e989 /lib/ChangeLog | |
parent | 6a434077b8a9e81dc0ea5b718fa0d27709064aef (diff) | |
download | coreutils-52a18b9571f6e0dde78e0bf73cab398c6bfbd6e5.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ece9dd5c0..93c5314c6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2003-12-02 Jim Meyering <jim@meyering.net> + * sha.h: Correct stale references to MD5 and `16 bytes'. + Patch by Ulrich Drepper. + + * sha.h: Add FSF Copyright. Remove reference to Scott Miller, + since this file is now nearly identical to md5.h. + * md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code. These days, gcc-3.x does better all by itself. Patch from Dean Gaudet: http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html |