summaryrefslogtreecommitdiff
path: root/libguile/async.c
Commit message (Expand)AuthorAgeFilesLines
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * async.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+3
* * async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt2002-12-101-5/+0
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-4/+0
* (scm_async_click): Reset pending_asyncs, handleMarius Vollmer2002-10-271-30/+46
* (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE inMarius Vollmer2002-10-201-1/+1
* Auto docstring updates, including soft port enhancement.Neil Jerram2002-10-191-3/+8
* * async.h, async.c (scm_system_async): Fixed deprecation to workDirk Herrmann2002-10-191-3/+7
* (scm_system_async_mark_for_thread): Validate thread argument.Marius Vollmer2002-10-161-3/+6
* * async.c (s_scm_system_async_mark_for_thread): Only callMarius Vollmer2002-10-111-0/+4
* * async.h (scm_call_with_blocked_asyncs,Marius Vollmer2002-10-091-12/+89
* * async.c (scm_async_click): Set the cdr of a executed handlerMarius Vollmer2002-10-051-5/+18
* Removed GUILE_OLD_ASYNC_CLICK code. Reorganized so that system asnycsMarius Vollmer2002-10-041-273/+92
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-3/+4
* (scm_system_async_mark_from_signal_handler): New.Marius Vollmer2001-11-251-0/+5
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-10/+4
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* (scm_async, scm_system_async, scm_async_mark, scm_system_async_mark,Martin Grabmüller2001-02-161-17/+21
* Smob-related creanup.Keisuke Nishida2000-12-081-6/+5
* * eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann2000-12-061-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-1/+1
* * Removed some unused identifiers and commented code.Dirk Herrmann2000-06-291-12/+0
* * Cleaned up initialization of asyncs.Dirk Herrmann2000-06-281-37/+1
* * Switch to standard way of smob initialization.Dirk Herrmann2000-06-271-2/+4
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-0/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-0/+6
* * async.c (scm_sys_gc_async_thunk): Run after-gc-hook.Mikael Djurfeldt2000-04-211-0/+3
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-8/+8
* * async.[ch]: unexpose low-level async access macros (thanks toMichael Livshin2000-04-051-17/+28
* * async.h: kill the scm_async_t struct. having a heap cellMichael Livshin2000-04-041-38/+30
* Fix some typing issues wrt SCM/scm_bits_t.Dirk Herrmann2000-03-301-2/+2
* Code layoutMikael Djurfeldt2000-03-221-2/+2
* *** empty log message ***Mikael Djurfeldt2000-03-211-12/+11
* OopsMikael Djurfeldt2000-03-211-1/+4
* * async.c, __scm.h: Removed lots of the old async click logic. ItMikael Djurfeldt2000-03-211-8/+36
* Fix: Don't unpack results of SCM_INUM.Dirk Herrmann2000-03-211-13/+6
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* * async.c, async.h: made async representation a double cell.Mikael Djurfeldt2000-03-141-8/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-2/+2
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-2/+2
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-2/+7
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-5/+2