]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:37:17 +0000 (07:37 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:37:17 +0000 (07:37 +0000)
old/textutils/ChangeLog

index f2f9ea21eb9ca846ae339a2e88cf3b945f399ec1..9a3492381dd543ee647f76c410f5f3e35432fd5d 100644 (file)
@@ -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/.