Age | Commit message (Expand) | Author | Files | Lines |
2010-08-08 | remove "discouraged" infrastructure | Andy Wingo | 1 | -1/+9 |
2010-04-09 | change remaining %nil -> #nil | Andy Wingo | 1 | -3/+4 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -0/+6 |
2010-04-09 | lisp nil always enabled | Andy Wingo | 1 | -6/+2 |
2010-03-30 | nil is null, whee | Andy Wingo | 1 | -2/+2 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -61/+28 |
2009-10-27 | the cube of lisp booleans (#f nil () #t) | Mark H Weaver | 1 | -2/+27 |
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 | -1/+1 |
2008-03-02 | Fix "mixed linkage" errors in `inline.h'. | Ludovic Courtès | 1 | -3/+1 |
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 | * discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved to | Marius Vollmer | 1 | -6/+6 |
2004-09-22 | (scm_car, scm_cdr, scm_i_chase_pairs, SCM_I_A_PAT, SCM_I_D_PAT, etc, | Marius Vollmer | 1 | -0/+67 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2003-04-23 | * sort.c, pairs.h: Removed unnecessary includes. | Dirk Herrmann | 1 | -1/+0 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -7/+7 |
2001-08-31 | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 1 | -4/+4 |
2001-07-30 | * Use SCM_CONSP, not SCM_ECONSP. | Dirk Herrmann | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-23 | * Various minor improvements, for example signedness fixes. | Dirk Herrmann | 1 | -1/+1 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -8/+19 |
2000-03-29 | * New macro SCM_TRUE_P. | Dirk Herrmann | 1 | -2/+2 |
2000-03-27 | * SCM_C[AD]R and SCM_SETC[AD]R use SCM_{SET_}?OBJECT now. | Dirk Herrmann | 1 | -5/+5 |
2000-03-26 | Moved some cell related definitions from tags.h and pairs.h to gc.h. | Dirk Herrmann | 1 | -165/+1 |
2000-03-24 | Added a set of low level macros for accessing cell entries. | Dirk Herrmann | 1 | -12/+33 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-15 | * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of | Mikael Djurfeldt | 1 | -0/+30 |
2000-03-14 | * pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists. | Mikael Djurfeldt | 1 | -8/+8 |
2000-03-14 | * pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL. | Mikael Djurfeldt | 1 | -14/+45 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -7/+7 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -7/+7 |
2000-03-11 | * pairs.h (SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR, | Mikael Djurfeldt | 1 | -5/+9 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -7/+7 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -6/+6 |
2000-01-03 | * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly | Greg J. Badros | 1 | -0/+5 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -0/+5 |
1999-09-28 | Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELIST | Greg J. Badros | 1 | -1/+1 |
1999-09-27 | * stacks.c: Avoid compiler warning re: unitialized var. | Greg J. Badros | 1 | -3/+3 |
1998-12-05 | * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't | Jim Blandy | 1 | -1/+1 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1996-11-10 | * gc.c (which_seg, scm_map_free_list, scm_newcell_count, | Jim Blandy | 1 | -0/+4 |
1996-10-20 | * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c, | Mikael Djurfeldt | 1 | -2/+10 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -17/+8 |
1996-10-03 | Distinguish #f and (). | Jim Blandy | 1 | -1/+0 |
1996-09-05 | * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, | Jim Blandy | 1 | -1/+1 |
1996-09-04 | Don't install the unwashed masses of Guile header files in the | Jim Blandy | 1 | -1/+1 |
1996-07-25 | maintainer changed: was lord, now jimb; first import | Jim Blandy | 1 | -0/+170 |