| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2008-09-10 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use word_2 to store mark bits for freeing structs and vtables in the | Han-Wen Nienhuys | 2008-08-16 | 1 | -0/+9 |
| * | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -4/+4 |
* | | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 2008-09-10 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | merge from 1.8 branch | Kevin Ryde | 2007-03-07 | 1 | -1/+2 |
* | | Removed the now-useless `scm_struct_free_*' functions. | Ludovic Courtes | 2008-09-10 | 1 | -4/+0 |
* | | Added support for the free function of structures. | Ludovic Courtes | 2008-09-05 | 1 | -1/+0 |
|/ |
|
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-06-13 | 1 | -0/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * struct.h: change scm_structs_to_free to scm_i_structs_to_free | Han-Wen Nienhuys | 2002-09-05 | 1 | -1/+1 |
* | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 2002-02-11 | 1 | -6/+7 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -23/+23 |
* | * Remove deprecated macros and typenames. | Dirk Herrmann | 2001-08-31 | 1 | -4/+5 |
* | (scm_vtable_index_vcell): Removed. Renumbered subsequent indices. | Marius Vollmer | 2001-07-29 | 1 | -4/+6 |
* | * tags.h: Update tag system docs. | Marius Vollmer | 2001-07-26 | 1 | -4/+3 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -9/+9 |
* | * Simplified the goops macro system a bit and fixed a bug. | Dirk Herrmann | 2001-06-11 | 1 | -0/+2 |
* | * Changed the default definition of SCM. | Dirk Herrmann | 2001-05-27 | 1 | -5/+5 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -1/+1 |
* | * validate.h | Michael Livshin | 2001-05-24 | 1 | -6/+6 |
* | * reimplementation of values, call-with-values as primitives: | Gary Houston | 2000-11-26 | 1 | -0/+2 |
* | * struct.h (SCM_STRUCT_GC_CHAIN, SCM_SET_STRUCT_GC_CHAIN): New | Mikael Djurfeldt | 2000-08-09 | 1 | -0/+5 |
* | * Fixed struct initialization. | Dirk Herrmann | 2000-07-26 | 1 | -1/+0 |
* | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 2000-04-18 | 1 | -1/+1 |
* | * struct.c, struct.h: Struct data regions (and thus also vtable data regions) | Dirk Herrmann | 2000-04-17 | 1 | -9/+8 |
* | The struct data is now an array of scm_bits_t variables. | Dirk Herrmann | 2000-04-12 | 1 | -1/+1 |
* | The struct vtable data is now an array of scm_bits_t variables. | Dirk Herrmann | 2000-04-11 | 1 | -4/+7 |
* | Don't use SCM2PTR for non scheme values. | Dirk Herrmann | 2000-03-22 | 1 | -1/+1 |
* | Don't cast SCM values to pointers. | Dirk Herrmann | 2000-03-21 | 1 | -2/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | *** empty log message *** | Mikael Djurfeldt | 2000-03-12 | 1 | -1/+1 |
* | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 2000-03-12 | 1 | -1/+1 |
* | * objects.h (SCM_CLASS_FLAGS, SCM_OBJ_CLASS_FLAGS, | Mikael Djurfeldt | 2000-03-11 | 1 | -2/+2 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 2000-03-02 | 1 | -16/+16 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1999-12-16 | 1 | -1/+4 |
* | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1999-09-12 | 1 | -1/+1 |
* | * struct.c, struct.h (scm_struct_free_0, scm_struct_free_light, | Mikael Djurfeldt | 1999-08-30 | 1 | -5/+5 |
* | * struct.c, struct.h: Replace 4 procedure slots with one. | Mikael Djurfeldt | 1999-08-29 | 1 | -3/+3 |
* | * struct.c, struct.h: | Mikael Djurfeldt | 1999-06-23 | 1 | -9/+19 |
* | * struct.h (SCM_STRUCT_TABLE_NAME, SCM_SET_STRUCT_TABLE_NAME, | Mikael Djurfeldt | 1999-03-14 | 1 | -0/+11 |
* | * struct.h (scm_struct_i_setter): New constant. | Mikael Djurfeldt | 1999-03-11 | 1 | -0/+3 |
* | Correction of mistake (should have committed onto a branch...) | Mikael Djurfeldt | 1999-01-05 | 1 | -2/+0 |
* | *** empty log message *** | Mikael Djurfeldt | 1999-01-05 | 1 | -0/+2 |
* | Move the procedure slots of entities to invisible slots (so that | Mikael Djurfeldt | 1998-12-16 | 1 | -0/+5 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | 1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se> | Mikael Djurfeldt | 1997-10-03 | 1 | -9/+11 |