summaryrefslogtreecommitdiff
path: root/libguile/async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-15/+15
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-10/+10
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-2/+2
* * tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms ofGreg J. Badros1999-12-191-1/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-69/+67
* Greg's smob patchMikael Djurfeldt1999-07-071-10/+4
* * arbiters.c, async.c, regex-posix.c: Use new smob interface.Mikael Djurfeldt1999-05-231-49/+5
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-3/+0
* * async.c (async_pending): Removed declaration.Mikael Djurfeldt1998-01-311-2/+0
* * async.c, async.h (asyncs_pending): Renamed asyncs_pending -->Mikael Djurfeldt1998-01-301-3/+3
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-2/+2
* * scmsigs.h, async.h: updated.Gary Houston1997-05-311-156/+1
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * async.c (scm_sys_tick_async_thunk): commented out. I'm notGary Houston1997-04-291-24/+34
* * posix.c (scm_uname): throw an error if uname fails insteadGary Houston1997-03-151-1/+4
* *** empty log message ***Mikael Djurfeldt1996-11-021-1/+7
* * async.c: Moved `min' macro to _scm.h.Mikael Djurfeldt1996-10-141-2/+0