m4/signalblocking.m4


Log

Author Commit Date CI Message
Paul Eggert 8db49630 2011-07-06T00:42:24 sys_select: define sigset_t more portably * lib/sys_select.in.h: Always include <sys/types.h>, since we now need sigset_t and mingw defines it there. Include <signal.h> before split inclusion guard, to avoid mishaps on Solaris, whose <signal.h> eventually includes us. * m4/signal_h.m4 (gl_SIGNAL_H): Require gl_CHECK_TYPE_SIGSET_T. (gl_CHECK_TYPE_SIGSET_T): New macro, most of the contents of which come from ... * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require gl_CHECK_TYPE_SIGSET_T. (gl_PREREQ_SIGPROCMASK): Now a no-op, since gl_CHECK_TYPE_SIGSET_T does the real work. * modules/sys_select (Depends-on): Add 'signal'.
Bruno Haible 1220e4a7 2011-05-22T00:18:29 sigprocmask: Move AC_LIBOBJ invocations to module description. * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and gl_PREREQ_SIGPROMASK invocations from here... * modules/sigprocmask (configure.ac): ... to here.
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Jim Meyering 42d1eda5 2009-01-13T08:48:48 many *.m4 files: improve m4 quoting 99% of this change was performed by running the following commands: git ls-files | grep '\.m4$' | xargs perl -pi \ -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g' perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4 The remainder were to add Copyright dates, increment serial numbers, undo some changes in comments, exclude m4/intl.m4, and add quotes around the "1" in ",1" where the unusual spacing prohibited the above regexps from doing the job. For more details, see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
Bruno Haible fbcd7adb 2008-06-23T22:45:30 Update after lib/sig-handler.h is no longer included by lib/sigprocmask.c.
Bruno Haible 50fe845c 2008-06-22T21:43:15 Require AC_C_INLINE.
Eric Blake 5465a1c5 2008-06-16T16:45:09 Use raise module consistently. * modules/fatal-signal (Depends-on): Add raise. * modules/sigprocmask (Depends-on): Likewise. * lib/fatal-signal.c (fatal_signal_handler): Rely on raise. * lib/sigprocmask.c (sigprocmask): Likewise. * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise. * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible c4879ce7 2007-10-02T00:26:06 Rename signal_.h to signal.in.h.
Bruno Haible 7f5dc4fe 2007-05-01T19:20:18 sigprocmask.h is replaced with <signal.h>.
Bruno Haible a692f460 2006-10-27T14:06:54 Upgrade to GNU gettext 0.16.
Eric Blake d29acb64 2006-10-17T14:54:07 * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
Bruno Haible 209a4ec4 2006-10-17T12:43:12 Use the system's sigset_t if present.
Bruno Haible fa9f85a4 2006-10-16T11:55:35 New module 'sigprocmask'.
Bruno Haible 52aceb00 2005-01-18T13:07:56 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible 40b33d9d 2003-10-06T12:50:11 New module 'fatal-signal'.