* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
[bpt/guile.git] / libguile / scmsigs.c
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-05-10 Marius Vollmer(scm_sigaction_for_thread): Validate that the handler...
2004-04-05 Kevin Ryde(scm_sigaction_for_thread): Correction to signum range
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* scmsigs.c: #include <config.h> if HAVE_CONFIG_H.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer(signal_cell_handlers, install_handler_data,
2002-10-16 Marius Vollmer(scm_sigaction_for_thread): It's "USE_THREADS" not...
2002-10-11 Marius Vollmer* async.c (s_scm_system_async_mark_for_thread): Only...
2002-10-10 Marius Vollmer(scm_sigaction_for_thread): Store original handler...
2002-10-05 Marius Vollmer* async.c (scm_async_click): Set the cdr of a executed...
2002-10-04 Marius Vollmer* scmsigs.h (scm_sigaction_for_thread): New prototype.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2001-11-25 Marius Vollmer(scm_take_signal): Removed all code that assumes that...
2001-11-11 Neil Jerram* Documentation work.
2001-11-02 Marius VollmerMade `usleep()' avalable on MinGW.
2001-07-21 Gary Houston * scmsigs.c: include sys/time.h for itimer stuff.
2001-07-19 Rob Browning* scmsigs.c (s_scm_setitimer): new function.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-04 Neil Jerram * eval.c (scm_promise_p), list.c (scm_append_x, scm_re...
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-06-18 Michael Livshin* scmsigs.c (s_scm_sigaction): guard the SIGIOT case...
2000-06-14 Gary Houston * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT...
2000-06-10 Michael Livshin* guile-doc-snarf.in: don't pipe the CPP output right...
2000-06-05 Marius Vollmer* scmsigs.c (scm_sigaction): Silently ignore setting...
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-06-03 Mikael Djurfeldt* scmsigs.c (scm_segfaulr): Removed. (Was probably...
2000-05-30 Dirk Herrmann* Removed mit-threads and fsu-threads and references.
2000-05-08 Marius Vollmer* scmsigs.c (take_signal): Execute SCM_ASYNC_TICK for...
2000-05-03 Marius Vollmer* scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix decla...
2000-05-01 Gary Houston * scmsigs.c: fix the definition of orig_handlers for...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-29 Dirk HerrmannDon't use C operators == and != to compare SCM values.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-20 Gary Houstontyping correction
1999-09-20 Gary Houston * configure.in: check availability of siginterrupt.
1999-09-18 Gary Houston1999-09-18 Gary Houston <ghouston@freewire.co.uk>
1999-07-19 Jim Blandy* scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN...
1999-06-12 Jim Blandy* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports...
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-13 Jim Blandy* threads.h (scm_thread_usleep, scm_thread_sleep):...
1998-10-12 Jim BlandyThe argument type of usleep varies from system to system,
1998-10-03 Jim BlandyGetting rid of more warnings...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-05-11 Mikael Djurfeldtscm_usleep: Don't define j if not used.
1998-04-24 Mikael Djurfeldt* scmsigs.c: Declare usleep as returning void on some...
1998-04-20 Mikael Djurfeldt* scmsigs.c (scm_usleep): New procedure; Declare usleep...
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-14 Gary Houston* scmsigs.c (sys_deliver_signals): add a comment about...
1997-06-01 Gary Houston* scmsigs.c (sys_deliver_signals): bug fix: reset got_s...
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-01 Mikael Djurfeldt* scmsigs.c: Define `signal' to be `pthread_signal...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import