From: Jim Meyering Date: Sun, 9 Jan 1994 19:20:32 +0000 (+0000) Subject: merge with 1.9.1c X-Git-Tag: textutils-1_12_1~776 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fc09c536b864add9e02be53f0f3bca98605aad0;p=thirdparty%2Fcoreutils.git merge with 1.9.1c --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ba143db5f7..965f33478f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,26 @@ +Sat Jan 08 22:22:45 1994 Jim Meyering (meyering@comco.com) + + * cat.c: Use full_write and safe_read instead of write and read resp. + * csplit.c: Ditto. + * head.c: Ditto. + * split.c: Ditto. + * tac.c: Ditto. + + * sum.c: Use safe_read instead of read. + * tr.c: Ditto. + * wc.c: Ditto. + + * tail.c: Replace calls to xwrite with calls to fwrite. + Use fopen/fclose instead of open/close. + (write_header): Use a single call to printf instead of four to xwrite. + Use safe_read instead of read. + * head.c: Ditto. + +Tue Dec 28 15:49:32 1993 Jim Meyering (meyering@comco.com) + + * install.sh: New file. + Makefile.in [DISTFILES]: Add it. + Wed Dec 22 18:52:44 1993 Jim Meyering (meyering@comco.com) * memcmp.c: Use the latest version from the GNU C library.