Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -6/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -6/+6 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -55/+146 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-01-11 | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all | Marius Vollmer | 1 | -4/+4 |
2004-01-07 | Did the follwing renamings: scm_with_blocked_asyncs -> | Marius Vollmer | 1 | -6/+6 |
2004-01-06 | dynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITLY): It's | Marius Vollmer | 1 | -4/+4 |
2004-01-04 | (scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New. | Marius Vollmer | 1 | -1/+19 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-25 | * async.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
2002-12-10 | * async.c, error.h (scm_ints_disabled): Removed. | Mikael Djurfeldt | 1 | -5/+0 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -4/+0 |
2002-10-27 | (scm_async_click): Reset pending_asyncs, handle | Marius Vollmer | 1 | -30/+46 |
2002-10-20 | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in | Marius Vollmer | 1 | -1/+1 |
2002-10-19 | Auto docstring updates, including soft port enhancement. | Neil Jerram | 1 | -3/+8 |
2002-10-19 | * async.h, async.c (scm_system_async): Fixed deprecation to work | Dirk Herrmann | 1 | -3/+7 |
2002-10-16 | (scm_system_async_mark_for_thread): Validate thread argument. | Marius Vollmer | 1 | -3/+6 |
2002-10-11 | * async.c (s_scm_system_async_mark_for_thread): Only call | Marius Vollmer | 1 | -0/+4 |
2002-10-09 | * async.h (scm_call_with_blocked_asyncs, | Marius Vollmer | 1 | -12/+89 |
2002-10-05 | * async.c (scm_async_click): Set the cdr of a executed handler | Marius Vollmer | 1 | -5/+18 |
2002-10-04 | Removed GUILE_OLD_ASYNC_CLICK code. Reorganized so that system asnycs | Marius Vollmer | 1 | -273/+92 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -3/+4 |
2001-11-25 | (scm_system_async_mark_from_signal_handler): New. | Marius Vollmer | 1 | -0/+5 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -10/+4 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-02-16 | (scm_async, scm_system_async, scm_async_mark, scm_system_async_mark, | Martin Grabmüller | 1 | -17/+21 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -6/+5 |
2000-12-06 | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 1 | -1/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -1/+1 |
2000-06-29 | * Removed some unused identifiers and commented code. | Dirk Herrmann | 1 | -12/+0 |
2000-06-28 | * Cleaned up initialization of asyncs. | Dirk Herrmann | 1 | -37/+1 |
2000-06-27 | * Switch to standard way of smob initialization. | Dirk Herrmann | 1 | -2/+4 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -0/+1 |
2000-05-15 | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 1 | -0/+6 |
2000-04-21 | * async.c (scm_sys_gc_async_thunk): Run after-gc-hook. | Mikael Djurfeldt | 1 | -0/+3 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -8/+8 |
2000-04-05 | * async.[ch]: unexpose low-level async access macros (thanks to | Michael Livshin | 1 | -17/+28 |
2000-04-04 | * async.h: kill the scm_async_t struct. having a heap cell | Michael Livshin | 1 | -38/+30 |
2000-03-30 | Fix some typing issues wrt SCM/scm_bits_t. | Dirk Herrmann | 1 | -2/+2 |
2000-03-22 | Code layout | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-21 | *** empty log message *** | Mikael Djurfeldt | 1 | -12/+11 |