From fa25e451f92c6e0d9166d04704b96e3118b8ca3b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Jan 2000 07:37:17 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f2f9ea21eb..9a3492381d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,16 @@ +2000-01-17 Paul Eggert + + * src/csplit.c (interrupt_handler, main): + Don't use SA_INTERRUPT to decide whether to call sigaction, as + POSIX.1 doesn't require SA_INTERRUPT and some systems + (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; + it's been part of POSIX.1 since day 1 (in 1988). + * src/sort.c (sighandler, main): Likewise. + 2000-01-16 Jim Meyering + * lib/Makefile.am: Merge with fileutils/lib/Makefile.am. + * configure.in: Remove AM_FUNC_ERROR_AT_LINE, jm_FUNC_STRFTIME, AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA. Now they're in m4/. -- 2.47.3