summaryrefslogtreecommitdiff
path: root/libguile/async.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-1/+1
2000-06-29* Removed some unused identifiers and commented code.Dirk Herrmann1-12/+0
2000-06-28* Cleaned up initialization of asyncs.Dirk Herrmann1-37/+1
2000-06-27* Switch to standard way of smob initialization.Dirk Herrmann1-2/+4
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-0/+1
2000-05-15* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann1-0/+6
2000-04-21* async.c (scm_sys_gc_async_thunk): Run after-gc-hook.Mikael Djurfeldt1-0/+3
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-8/+8
2000-04-05* async.[ch]: unexpose low-level async access macros (thanks toMichael Livshin1-17/+28
2000-04-04* async.h: kill the scm_async_t struct. having a heap cellMichael Livshin1-38/+30
2000-03-30Fix some typing issues wrt SCM/scm_bits_t.Dirk Herrmann1-2/+2
2000-03-22Code layoutMikael Djurfeldt1-2/+2
2000-03-21*** empty log message ***Mikael Djurfeldt1-12/+11
2000-03-21OopsMikael Djurfeldt1-1/+4
2000-03-21* async.c, __scm.h: Removed lots of the old async click logic. ItMikael Djurfeldt1-8/+36
2000-03-21Fix: Don't unpack results of SCM_INUM.Dirk Herrmann1-13/+6
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-14* async.c, async.h: made async representation a double cell.Mikael Djurfeldt1-8/+6
2000-03-12*** empty log message ***Mikael Djurfeldt1-2/+2
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-2/+2
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-2/+7
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-11* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-5/+2
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-15/+15
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-10/+10
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-2/+2
1999-12-19* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms ofGreg J. Badros1-1/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-69/+67
1999-07-07Greg's smob patchMikael Djurfeldt1-10/+4
1999-05-23* arbiters.c, async.c, regex-posix.c: Use new smob interface.Mikael Djurfeldt1-49/+5
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-3/+0
1998-01-31 * async.c (async_pending): Removed declaration.Mikael Djurfeldt1-2/+0
1998-01-30* async.c, async.h (asyncs_pending): Renamed asyncs_pending -->Mikael Djurfeldt1-3/+3
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-2/+2
1997-05-31* scmsigs.h, async.h: updated.Gary Houston1-156/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-04-29 * async.c (scm_sys_tick_async_thunk): commented out. I'm notGary Houston1-24/+34
1997-03-15* posix.c (scm_uname): throw an error if uname fails insteadGary Houston1-1/+4
1996-11-02*** empty log message ***Mikael Djurfeldt1-1/+7
1996-10-14* async.c: Moved `min' macro to _scm.h.Mikael Djurfeldt1-2/+0
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-136/+53
1996-10-10* async.c (scm_take_signal): Doc fixes.Jim Blandy1-4/+12
1996-09-22* arbiters.c (prinarb),Mikael Djurfeldt1-3/+3
1996-09-11* async.c: Calls to scm_sysintern corrected.Jim Blandy1-2/+2
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+5
1996-08-07portability fixes for header inclusion etc.Gary Houston1-0/+3
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+737