| Commit message (Expand) | Author | Age | Files | Lines |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -1/+1 |
* | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 2001-03-30 | 1 | -10/+4 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | (scm_async, scm_system_async, scm_async_mark, scm_system_async_mark, | Martin Grabmüller | 2001-02-16 | 1 | -17/+21 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -6/+5 |
* | * eval.c: remove commented code, remove #ifdef CCLO conditionals | Dirk Herrmann | 2000-12-06 | 1 | -1/+1 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 2000-10-25 | 1 | -1/+1 |
* | * Removed some unused identifiers and commented code. | Dirk Herrmann | 2000-06-29 | 1 | -12/+0 |
* | * Cleaned up initialization of asyncs. | Dirk Herrmann | 2000-06-28 | 1 | -37/+1 |
* | * Switch to standard way of smob initialization. | Dirk Herrmann | 2000-06-27 | 1 | -2/+4 |
* | * Unified some rest argument checking and handling. | Dirk Herrmann | 2000-05-18 | 1 | -0/+1 |
* | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 2000-05-15 | 1 | -0/+6 |
* | * async.c (scm_sys_gc_async_thunk): Run after-gc-hook. | Mikael Djurfeldt | 2000-04-21 | 1 | -0/+3 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -8/+8 |
* | * async.[ch]: unexpose low-level async access macros (thanks to | Michael Livshin | 2000-04-05 | 1 | -17/+28 |
* | * async.h: kill the scm_async_t struct. having a heap cell | Michael Livshin | 2000-04-04 | 1 | -38/+30 |
* | Fix some typing issues wrt SCM/scm_bits_t. | Dirk Herrmann | 2000-03-30 | 1 | -2/+2 |
* | Code layout | Mikael Djurfeldt | 2000-03-22 | 1 | -2/+2 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-21 | 1 | -12/+11 |
* | Oops | Mikael Djurfeldt | 2000-03-21 | 1 | -1/+4 |
* | * async.c, __scm.h: Removed lots of the old async click logic. It | Mikael Djurfeldt | 2000-03-21 | 1 | -8/+36 |
* | Fix: Don't unpack results of SCM_INUM. | Dirk Herrmann | 2000-03-21 | 1 | -13/+6 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | Only include root.h where it is actually needed. | Dirk Herrmann | 2000-03-18 | 1 | -0/+1 |
* | * async.c, async.h: made async representation a double cell. | Mikael Djurfeldt | 2000-03-14 | 1 | -8/+6 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-12 | 1 | -2/+2 |
* | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 2000-03-12 | 1 | -2/+2 |
* | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 2000-03-09 | 1 | -2/+7 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 2000-01-11 | 1 | -5/+2 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 2000-01-05 | 1 | -15/+15 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -10/+10 |
* | * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for | Greg J. Badros | 2000-01-05 | 1 | -2/+2 |
* | * tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of | Greg J. Badros | 1999-12-19 | 1 | -1/+1 |
* | * coop-threads.c: Remove K&R function headers. | Greg J. Badros | 1999-12-16 | 1 | -1/+1 |
* | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1999-12-12 | 1 | -69/+67 |
* | Greg's smob patch | Mikael Djurfeldt | 1999-07-07 | 1 | -10/+4 |
* | * arbiters.c, async.c, regex-posix.c: Use new smob interface. | Mikael Djurfeldt | 1999-05-23 | 1 | -49/+5 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | Simplify smob and port marking; set the mark bit in the generic | Jim Blandy | 1998-07-23 | 1 | -3/+0 |
* | * async.c (async_pending): Removed declaration. | Mikael Djurfeldt | 1998-01-31 | 1 | -2/+0 |
* | * async.c, async.h (asyncs_pending): Renamed asyncs_pending --> | Mikael Djurfeldt | 1998-01-30 | 1 | -3/+3 |
* | * Makefile.in: Rebuilt. | Tom Tromey | 1997-10-15 | 1 | -2/+2 |
* | * scmsigs.h, async.h: updated. | Gary Houston | 1997-05-31 | 1 | -156/+1 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |
* | * async.c (scm_sys_tick_async_thunk): commented out. I'm not | Gary Houston | 1997-04-29 | 1 | -24/+34 |
* | * posix.c (scm_uname): throw an error if uname fails instead | Gary Houston | 1997-03-15 | 1 | -1/+4 |
* | *** empty log message *** | Mikael Djurfeldt | 1996-11-02 | 1 | -1/+7 |
* | * async.c: Moved `min' macro to _scm.h. | Mikael Djurfeldt | 1996-10-14 | 1 | -2/+0 |