diff options
author | Jim Meyering <jim@meyering.net> | 1995-07-30 23:58:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-07-30 23:58:06 +0000 |
commit | ac37278a419e6e9c8d5f40b23b4a71378915d779 (patch) | |
tree | 70d519c5858d721e1d9e46e5e767e87ba7380aef /old | |
parent | fc88df745835bb27d23df5099ca5f2b612b2a2d9 (diff) | |
download | coreutils-ac37278a419e6e9c8d5f40b23b4a71378915d779.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 293752029..59191f16f 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 <marcus@sysc.pdx.edu>. + Wed Jul 26 22:54:48 1995 Jim Meyering (meyering@comco.com) * man/Makefile.in (install, uninstall): Strip off `.1', not just `1' |