diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-04 03:46:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-04 03:46:43 +0000 |
commit | 9a17340b106d18d64bee4d1bae61b8bead9bdf63 (patch) | |
tree | 7225bc3d518189e524c3d21540dce6e2fa3d7a0f /old/textutils | |
parent | a9de4d485ab79fd92396d35722c118dbe3b649e0 (diff) | |
download | coreutils-9a17340b106d18d64bee4d1bae61b8bead9bdf63.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <nevai@ops.mps.ohio-state.edu>. + 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. |