From 9a17340b106d18d64bee4d1bae61b8bead9bdf63 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Oct 1995 03:46:43 +0000 Subject: . --- old/textutils/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'old/textutils/ChangeLog') diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 335bfe1d9..66142f203 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,18 @@ +Tue Oct 3 22:44:05 1995 Jim Meyering (meyering@comco.com) + + * csplit.c, sort.c, tac.c: Test SA_INTERRUPT, not _POSIX_VERSION, + to determine whether `sigaction' functions are available. + Reported by Paul Nevai . + Fix suggested by Karl Berry. + + * md5sum.c (main): Declare counter, N_STRINGS, to be an integral + type, not `char'. + + * cut.c: Convert many declarations using `int' to use `unsigned int' + to avoid warnings from `gcc -Wall' about comparing signed and + unsigned types. + (set_fields): Use memset (not open coded loop) to initialize array. + Thu Sep 28 23:16:05 1995 Jim Meyering (meyering@comco.com) * Version 1.13. -- cgit v1.2.3-70-g09d2