Age | Commit message (Expand) | Author | Files | Lines |
2013-11-22 | Remove tests and shims for pre-7.2 bdw-gc. | Andy Wingo | 1 | -22/+0 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -20/+14 |
2013-03-09 | portability simplification with scmsigs.c and alarm | Andy Wingo | 1 | -20/+14 |
2011-07-25 | fix GC_get_suspend_signal on Mac OS | Andy Wingo | 1 | -1/+3 |
2011-06-23 | allow gc <= 7.1 to stop the signal delivery thread | Andy Wingo | 1 | -0/+25 |
2011-06-16 | O_CLOEXEC usage | Andy Wingo | 1 | -6/+1 |
2011-05-26 | leave guile when reading signal pipe | Andy Wingo | 1 | -8/+28 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -4/+2 |
2009-09-30 | Avoid throw from critical section, given invalid sigaction call | Neil Jerram | 1 | -1/+4 |
2009-08-19 | Remove unneeded `scm_without_guile ()' call. | Ludovic Courtès | 1 | -28/+2 |
2009-06-23 | Remove AC_SYS_RESTARTABLE_SYSCALLS and related code | Neil Jerram | 1 | -34/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-11-30 | Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work. | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-08-27 | Fix builds `--without-threads'. | Ludovic Courtès | 1 | -1/+3 |
2007-10-20 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -8/+42 |
2007-03-07 | merge from 1.8 branch | Kevin Ryde | 1 | -3/+15 |
2007-01-15 | merge from 1.8 | Kevin Ryde | 1 | -4/+20 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-12-14 | (do_read_without_guile): Use the "raw_data" passed in | Neil Jerram | 1 | -1/+1 |
2005-12-06 | (read_without_guile): New. | Marius Vollmer | 1 | -4/+27 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-10 | (signal_delivery_thread): Return a value, to avoid | Neil Jerram | 1 | -0/+2 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -141/+110 |
2005-01-24 | (scm_sigaction_for_thread): Use scm_to_long for | Kevin Ryde | 1 | -1/+1 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -16/+16 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -2/+2 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -16/+16 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -8/+8 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -25/+8 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -6/+6 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -7/+7 |
2004-05-10 | (scm_sigaction_for_thread): Validate that the handler is indeed a | Marius Vollmer | 1 | -1/+1 |
2004-04-05 | (scm_sigaction_for_thread): Correction to signum range | Kevin Ryde | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-25 | * scmsigs.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -41/+3 |
2002-10-27 | (signal_cell_handlers, install_handler_data, | Marius Vollmer | 1 | -20/+153 |
2002-10-16 | (scm_sigaction_for_thread): It's "USE_THREADS" not "USE_THREAD". | Marius Vollmer | 1 | -1/+1 |
2002-10-11 | * async.c (s_scm_system_async_mark_for_thread): Only call | Marius Vollmer | 1 | -0/+11 |
2002-10-10 | (scm_sigaction_for_thread): Store original handler in signal_handlers, | Marius Vollmer | 1 | -2/+1 |
2002-10-05 | * async.c (scm_async_click): Set the cdr of a executed handler | Marius Vollmer | 1 | -1/+1 |
2002-10-04 | * scmsigs.h (scm_sigaction_for_thread): New prototype. | Marius Vollmer | 1 | -47/+55 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -17/+16 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-28 | 2002-01-28 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -1/+1 |
2001-11-25 | (scm_take_signal): Removed all code that assumes that signal handlers | Marius Vollmer | 1 | -30/+1 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -4/+4 |
2001-11-02 | Made `usleep()' avalable on MinGW. | Marius Vollmer | 1 | -2/+3 |