summaryrefslogtreecommitdiff
path: root/libguile/async.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-15rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo1-2/+2
2011-05-12remove all deprecated codeAndy Wingo1-9/+1
2009-10-09Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès1-11/+23
2009-10-09Deprecate `scm_mask_ints'.Ludovic Courtès1-4/+0
2009-10-02Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès1-4/+4
2009-09-30Fix spurious `throw from within critical section' errorsNeil Jerram1-5/+3
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-6/+7
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-2/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-24* async.h (scm_mask_ints): Removed left over reference toMikael Djurfeldt1-2/+2
2005-03-07* threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START,Marius Vollmer1-0/+26
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-1/+6
2004-01-07Did the follwing renamings: scm_with_blocked_asyncs ->Marius Vollmer1-2/+2
2004-01-04(scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New.Marius Vollmer1-1/+3
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2002-10-19* async.h, async.c (scm_system_async): Fixed deprecation to workDirk Herrmann1-1/+1
2002-10-13* evalext.h: Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.Dirk Herrmann1-1/+1
2002-10-09* async.h (scm_call_with_blocked_asyncs,Marius Vollmer1-2/+11
2002-10-04* async.h (scm_asyncs_pending, scm_set_tick_rate,Marius Vollmer1-4/+2
2002-10-03(scm_system_async_mark_for_thread): New prototype.Marius Vollmer1-1/+2
2001-11-25(scm_system_async_mark_from_signal_handler): New.Marius Vollmer1-0/+1
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-15/+15
2001-08-31* Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann1-1/+2
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-3/+3
2000-06-28* Cleaned up initialization of asyncs.Dirk Herrmann1-2/+1
2000-04-05* async.[ch]: unexpose low-level async access macros (thanks toMichael Livshin1-7/+0
2000-04-04* async.h: kill the scm_async_t struct. having a heap cellMichael Livshin1-9/+6
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-14* async.c, async.h: made async representation a double cell.Mikael Djurfeldt1-3/+3
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-14/+14
1999-12-16* *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1-1/+4
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-01-30* async.c, async.h (asyncs_pending): Renamed asyncs_pending -->Mikael Djurfeldt1-0/+1
1997-05-31* scmsigs.h, async.h: updated.Gary Houston1-2/+11
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-1/+1
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-33/+14
1996-09-11* async.h (scm_async_clock): Redundant declaration removed.Jim Blandy1-1/+0
1996-09-05* alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,Jim Blandy1-1/+1
1996-09-04Don't install the unwashed masses of Guile header files in theJim Blandy1-1/+1
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+91