summaryrefslogtreecommitdiff
path: root/lib/sigprocmask.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-1/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* raise: fix mingw handling of SIGPIPEEric Blake2011-11-091-0/+1
* raise: Fix double declaration with modules 'sigprocmask' and 'sigpipe'.Bruno Haible2011-09-281-18/+10
* sigprocmask: Make code safer.Bruno Haible2011-09-241-2/+4
* sigprocmask: move #include directivePaul Eggert2011-09-231-2/+2
* sigprocmask: Avoid crashes through signal() on MSVC 9.Bruno Haible2011-09-241-0/+25
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-78/+78
* Take into account the role of SIGABRT_COMPAT on Windows 2008.Bruno Haible2008-10-211-2/+38
* Support signal handling with SIGPIPE on native Windows platforms.Bruno Haible2008-09-261-0/+51
* Revert use of sig-handler.h in sigprocmask.c.Eric Blake2008-06-231-6/+6
* Update a comment.Bruno Haible2008-06-221-2/+4
* Use sigaction module rather than signal().Eric Blake2008-06-211-7/+6
* Improve robustness of sigprocmask by overriding signal.Eric Blake2008-06-211-5/+60
* Normalize whitespace.Bruno Haible2008-06-171-1/+1
* Use raise module consistently.Eric Blake2008-06-161-7/+1
* Fix compliance bug in sigpending.Eric Blake2008-06-161-2/+3
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* sigprocmask.h is replaced with <signal.h>.Bruno Haible2007-05-011-2/+2
* * lib/sigprocmask.c (sigprocmask): Fix typo.Eric Blake2006-10-171-1/+1
* New module 'sigprocmask'.Bruno Haible2006-10-161-0/+192