Age | Commit message (Expand) | Author | Files | Lines |
2009-12-03 | replace frame implementation with VM frames | Andy Wingo | 1 | -65/+13 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -2/+2 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -2/+2 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -6/+5 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -38/+11 |
2001-12-16 | (scm_t_stackype): Renamed to scm_stack_type everywhere. | Marius Vollmer | 1 | -2/+2 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -21/+21 |
2001-08-31 | * Remove deprecated macros and typenames. | Dirk Herrmann | 1 | -11/+6 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-25 | * Fix signedness plus some minor improvements. | Dirk Herrmann | 1 | -8/+9 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -13/+13 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -10/+15 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -1/+1 |
2000-04-07 | Some SCM/scm_bits_t type strictness fixes. | Dirk Herrmann | 1 | -7/+6 |
2000-03-20 | * print.h, stacks.h, options.c, options.h: Changed C++ | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -5/+5 |
2000-03-12 | * stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t): | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -5/+5 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -6/+7 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -21/+21 |
1999-12-16 | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1 | -2/+5 |
1998-09-30 | Warning fixes from Maciej Stachowiak: | Jim Blandy | 1 | -0/+2 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1997-05-16 | * backtrace.c, backtrace.h, debug.c, debug.h, eq.c, | Jim Blandy | 1 | -1/+1 |
1996-11-02 | * * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary | Mikael Djurfeldt | 1 | -1/+1 |
1996-10-30 | * stacks.h: Bugfix: Don't use tail-array length field as stack | Mikael Djurfeldt | 1 | -1/+2 |
1996-10-17 | * stacks.h: In struct scm_stack: Turn field frames into a pointer. | Mikael Djurfeldt | 1 | -4/+5 |
1996-10-14 | * stacks.h: Added declarations of scm_stack_p and scm_frame_p; | Mikael Djurfeldt | 1 | -21/+34 |
1996-10-14 | * init.c: Added #include "backtrace.h" and #include "stacks.h". | Mikael Djurfeldt | 1 | -0/+120 |