summaryrefslogtreecommitdiff
path: root/libguile/scmsigs.c
Commit message (Expand)AuthorAgeFilesLines
* Save and restore errno in the signal handler....Mark H Weaver2019-06-181-0/+2
* Fix gc.test "after-gc-hook gets called" failures....Andrea Azzarone2019-04-161-0/+8
* Check for working profiling and virtual itimers...Mike Gran2017-03-061-5/+22
* Remove thread-exited? check in sigaction...Andy Wingo2017-01-081-5/+1
* Fix --without-threads...Andy Wingo2016-12-071-1/+1
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Remove last critical section use...Andy Wingo2016-11-011-1/+4
* sigaction critical section refactor....Andy Wingo2016-11-011-4/+9
* Use atomics for async interrupts...Andy Wingo2016-10-261-3/+2
* Fix ,profile in pure modules...Andy Wingo2016-06-241-2/+4
* Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-3/+2
|\
| * Rely on Gnulib for <unistd.h>....Mark H Weaver2014-02-271-3/+2
* | Fix setitimer documentation. Allow microseconds >= 1e6....Andy Wingo2014-02-281-9/+22
* | Merge commit 'c8e839cfeb647aca034b9bcd5a321d419dedca1f'Andy Wingo2014-02-071-1/+1
|\|
| * Don't check HAVE_ALARM, which no longer exists....Mark H Weaver2014-02-031-1/+1
* | Remove tests and shims for pre-7.2 bdw-gc....Andy Wingo2013-11-221-22/+0
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-03-281-20/+14
|\|
| * portability simplification with scmsigs.c and alarm...Andy Wingo2013-03-091-20/+14
* | fix GC_get_suspend_signal on Mac OS...Andy Wingo2011-07-251-1/+3
* | allow gc <= 7.1 to stop the signal delivery thread...Andy Wingo2011-06-231-0/+25
|/
* O_CLOEXEC usage...Andy Wingo2011-06-161-6/+1
* leave guile when reading signal pipe...Andy Wingo2011-05-261-8/+28
* remove a bunch of needless scm_permanent_object calls...Andy Wingo2009-12-051-4/+2
* Avoid throw from critical section, given invalid sigaction call...Neil Jerram2009-09-301-1/+4
* Remove unneeded `scm_without_guile ()' call....Ludovic Courtès2009-08-191-28/+2
* Remove AC_SYS_RESTARTABLE_SYSCALLS and related code...Neil Jerram2009-06-231-34/+2
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work....Ludovic Courtès2008-11-301-1/+4
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Fix builds `--without-threads'.Ludovic Courtès2008-08-271-1/+3
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-201-8/+42
* merge from 1.8 branchKevin Ryde2007-03-071-3/+15
* merge from 1.8Kevin Ryde2007-01-151-4/+20
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* (do_read_without_guile): Use the "raw_data" passed in...Neil Jerram2005-12-141-1/+1
* (read_without_guile): New....Marius Vollmer2005-12-061-4/+27
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (signal_delivery_thread): Return a value, to avoid...Neil Jerram2005-05-101-0/+2
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-141/+110
* (scm_sigaction_for_thread): Use scm_to_long for...Kevin Ryde2005-01-241-1/+1
* Use new vector elements API or simple vector API, as appropriate....Marius Vollmer2005-01-021-16/+16
* *** empty log message ***Marius Vollmer2004-09-221-2/+2
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-16/+16
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into...Marius Vollmer2004-07-271-2/+2
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,...Marius Vollmer2004-07-231-8/+8
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,...Marius Vollmer2004-07-101-25/+8
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-6/+6
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-7/+7
* (scm_sigaction_for_thread): Validate that the handler is indeed a...Marius Vollmer2004-05-101-1/+1
* (scm_sigaction_for_thread): Correction to signum range...Kevin Ryde2004-04-051-2/+2