summaryrefslogtreecommitdiff
path: root/libguile/scmsigs.c
Commit message (Expand)AuthorAgeFilesLines
* * __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
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-2/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * scmsigs.c (s_scm_sigaction): guard the SIGIOT case with anMichael Livshin2000-06-181-1/+1
* * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is notGary Houston2000-06-141-1/+1
* * guile-doc-snarf.in: don't pipe the CPP output right into sed --Michael Livshin2000-06-101-15/+17
* * scmsigs.c (scm_sigaction): Silently ignore setting handlers forMarius Vollmer2000-06-051-4/+27
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-1/+1
* * scmsigs.c (scm_segfaulr): Removed. (Was probably added byMikael Djurfeldt2000-06-031-10/+1
* * Removed mit-threads and fsu-threads and references.Dirk Herrmann2000-05-301-7/+0
* * scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for SIGSEGV,Marius Vollmer2000-05-081-0/+2
* * scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix declaration toMarius Vollmer2000-05-031-0/+10
* * scmsigs.c: fix the definition of orig_handlers for the caseGary Houston2000-05-011-2/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-7/+7
* Don't use C operators == and != to compare SCM values.Dirk Herrmann2000-03-291-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros2000-02-141-1/+2
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-47/+42
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-12/+12
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-7/+7
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-6/+6
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-6/+46
* * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1999-12-121-1/+1