diff options
-rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f2f9ea21e..9a3492381 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,16 @@ +2000-01-17 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@lucent.com> + * 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/. |