summaryrefslogtreecommitdiff
path: root/libguile/scmsigs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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 inNeil 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 avoidNeil 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 forKevin 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 intoMarius 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 toMarius 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 aMarius Vollmer2004-05-101-1/+1
* (scm_sigaction_for_thread): Correction to signum rangeKevin Ryde2004-04-051-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * scmsigs.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-41/+3
* (signal_cell_handlers, install_handler_data,Marius Vollmer2002-10-271-20/+153
* (scm_sigaction_for_thread): It's "USE_THREADS" not "USE_THREAD".Marius Vollmer2002-10-161-1/+1
* * async.c (s_scm_system_async_mark_for_thread): Only callMarius Vollmer2002-10-111-0/+11
* (scm_sigaction_for_thread): Store original handler in signal_handlers,Marius Vollmer2002-10-101-2/+1
* * async.c (scm_async_click): Set the cdr of a executed handlerMarius Vollmer2002-10-051-1/+1
* * scmsigs.h (scm_sigaction_for_thread): New prototype.Marius Vollmer2002-10-041-47/+55
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-17/+16
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* 2002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-01-281-1/+1
* (scm_take_signal): Removed all code that assumes that signal handlersMarius Vollmer2001-11-251-30/+1
* * Documentation work.Neil Jerram2001-11-111-4/+4
* Made `usleep()' avalable on MinGW.Marius Vollmer2001-11-021-2/+3
* * scmsigs.c: include sys/time.h for itimer stuff.Gary Houston2001-07-211-0/+4
* * scmsigs.c (s_scm_setitimer): new function.Rob Browning2001-07-191-0/+90
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-0/+12
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-3/+2
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer2001-05-201-2/+3
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-7/+7
* * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),Neil Jerram2001-05-041-1/+0
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-3/+3
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller2001-03-161-2/+2
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-1/+1
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0