summaryrefslogtreecommitdiff
path: root/libguile/scmsigs.c
Commit message (Expand)AuthorAgeFilesLines
* Presumes signal handler return voidMichael Gran2022-10-141-17/+7
* Presume ISO C90 headers are always availableMike Gran2022-10-141-5/+1
* Merge from stable-2.2Andy Wingo2019-08-021-0/+2
|\
| * 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
* | Fix gc.test "after-gc-hook gets called" failures.Andrea Azzarone2019-05-231-0/+8
* | Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-2/+2
* | Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* | Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* | Rationalize include order in C filesAndy Wingo2018-06-201-7/+6
* | Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-19/+19
* | Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* | Remove _scm.hAndy Wingo2018-06-201-1/+0
* | Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* | Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* | Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* | Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* | Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* | Devolve pairs.hAndy Wingo2018-06-181-0/+1
* | Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* | Remove list.h from _scm.hAndy Wingo2018-06-181-1/+2
* | Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* | Move syscall-related private defines to their own headerAndy Wingo2018-06-171-0/+1
* | Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-2/+4
|/
* Check for working profiling and virtual itimersMike Gran2017-03-061-5/+22
* Remove thread-exited? check in sigactionAndy Wingo2017-01-081-5/+1
* Fix --without-threadsAndy Wingo2016-12-071-1/+1
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Remove last critical section useAndy Wingo2016-11-011-1/+4
* sigaction critical section refactor.Andy Wingo2016-11-011-4/+9
* Use atomics for async interruptsAndy Wingo2016-10-261-3/+2
* Fix ,profile in pure modulesAndy Wingo2016-06-241-2/+4
* Merge branch 'stable-2.0'v2.1.0Mark 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 alarmAndy Wingo2013-03-091-20/+14
* | fix GC_get_suspend_signal on Mac OSAndy Wingo2011-07-251-1/+3
* | allow gc <= 7.1 to stop the signal delivery threadAndy Wingo2011-06-231-0/+25
|/
* O_CLOEXEC usageAndy Wingo2011-06-161-6/+1
* leave guile when reading signal pipeAndy Wingo2011-05-261-8/+28
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-4/+2
* Avoid throw from critical section, given invalid sigaction callNeil 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 codeNeil 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