From: Jim Meyering Date: Sun, 30 Jul 1995 23:58:06 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac37278a419e6e9c8d5f40b23b4a71378915d779;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2937520298..59191f16f5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,25 @@ +Sun Jul 30 00:01:58 1995 Jim Meyering (meyering@comco.com) + + * md5sum.c (md5_check): Use getline instead of fgets. + + * lib/Makefile.in: (SOURCES): Add getline.c. + (OBJECTS): Add getline.o. + (DISTFILES): Add getline.h. + (getline.o): Depend on getline.h. + + * md5.c [memcpy]: Define to bcopy if needed. + (md5_buffer): Explicitely cast SWAP expressions to unsigned + to avoid warning. + + * lib/Makefile.in (strtoul.o): Depend on strtol.c. + + * sort.c (check): Print `disorder on...' message on standard error, + not stdout. This is a minor concession to POSIX which says + `no output shall be produced...'. + + * sort.c (main): Fix -k so it works. -k 2,3 was being treated + like -k 2. Reported by Marcus Daniels . + Wed Jul 26 22:54:48 1995 Jim Meyering (meyering@comco.com) * man/Makefile.in (install, uninstall): Strip off `.1', not just `1'