|
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'.
|
|
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.
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
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
|
|
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>.
|
|
fbcd7adb
|
2008-06-23T22:45:30
|
|
Update after lib/sig-handler.h is no longer included by lib/sigprocmask.c.
|
|
50fe845c
|
2008-06-22T21:43:15
|
|
Require AC_C_INLINE.
|
|
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>
|
|
c4879ce7
|
2007-10-02T00:26:06
|
|
Rename signal_.h to signal.in.h.
|
|
7f5dc4fe
|
2007-05-01T19:20:18
|
|
sigprocmask.h is replaced with <signal.h>.
|
|
a692f460
|
2006-10-27T14:06:54
|
|
Upgrade to GNU gettext 0.16.
|
|
d29acb64
|
2006-10-17T14:54:07
|
|
* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
|
|
209a4ec4
|
2006-10-17T12:43:12
|
|
Use the system's sigset_t if present.
|
|
fa9f85a4
|
2006-10-16T11:55:35
|
|
New module 'sigprocmask'.
|
|
52aceb00
|
2005-01-18T13:07:56
|
|
Use an all-permissive copyright notice, recommended by RMS.
|
|
40b33d9d
|
2003-10-06T12:50:11
|
|
New module 'fatal-signal'.
|