REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / async.c
2011-05-13 Andy Wingoasync.c refactor
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy Wingofix SCM_CELL_* macro usage in async.c
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-09 Ludovic CourtèsArrange so that `SCM_I_CURRENT_THREAD' is not accessed...
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-09-22 Marius Vollmer*** empty log message ***
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-01-11 Marius Vollmer(scm_frame_unwind, scm_frame_unwind_handler): Renamed...
2004-01-07 Marius VollmerDid the follwing renamings: scm_with_blocked_asyncs ->
2004-01-06 Marius Vollmerdynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITL...
2004-01-04 Marius Vollmer(scm_with_blocked_asyncs, scm_with_unblocked_asyncs...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* async.c: #include <config.h> if HAVE_CONFIG_H.
2002-12-10 Mikael Djurfeldt* async.c, error.h (scm_ints_disabled): Removed.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer(scm_async_click): Reset pending_asyncs, handle
2002-10-20 Marius Vollmer(SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MA...
2002-10-19 Neil JerramAuto docstring updates, including soft port enhancement.
2002-10-19 Dirk Herrmann* async.h, async.c (scm_system_async): Fixed deprecati...
2002-10-16 Marius Vollmer(scm_system_async_mark_for_thread): Validate thread...
2002-10-11 Marius Vollmer* async.c (s_scm_system_async_mark_for_thread): Only...
2002-10-09 Marius Vollmer* async.h (scm_call_with_blocked_asyncs,
2002-10-05 Marius Vollmer* async.c (scm_async_click): Set the cdr of a executed...
2002-10-04 Marius VollmerRemoved GUILE_OLD_ASYNC_CLICK code. Reorganized so...
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-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-25 Marius Vollmer(scm_system_async_mark_from_signal_handler): New.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-16 Martin Grabmüller(scm_async, scm_system_async, scm_async_mark, scm_syste...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-06 Dirk Herrmann* eval.c: remove commented code, remove #ifdef CCLO...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-06-29 Dirk Herrmann* Removed some unused identifiers and commented code.
2000-06-28 Dirk Herrmann* Cleaned up initialization of asyncs.
2000-06-27 Dirk Herrmann* Switch to standard way of smob initialization.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* async.c (scm_sys_gc_async_thunk): Run after-gc-hook.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-05 Michael Livshin* async.[ch]: unexpose low-level async access macros...
2000-04-04 Michael Livshin* async.h: kill the scm_async_t struct. having a heap...
2000-03-30 Dirk HerrmannFix some typing issues wrt SCM/scm_bits_t.
2000-03-22 Mikael DjurfeldtCode layout
2000-03-21 Mikael Djurfeldt*** empty log message ***
2000-03-21 Mikael DjurfeldtOops
2000-03-21 Mikael Djurfeldt* async.c, __scm.h: Removed lots of the old async click...
2000-03-21 Dirk HerrmannFix: Don't unpack results of SCM_INUM.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-14 Mikael Djurfeldt* async.c, async.h: made async representation a double...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
next