summaryrefslogtreecommitdiff
path: root/libguile/struct.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-101-3/+3
|\ \ | |/
| * Use word_2 to store mark bits for freeing structs and vtables in theHan-Wen Nienhuys2008-08-161-0/+9
| * Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-4/+4
* | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...Ludovic Courtès2008-09-101-1/+2
|\ \ | |/
| * merge from 1.8 branchKevin Ryde2007-03-071-1/+2
* | Removed the now-useless `scm_struct_free_*' functions.Ludovic Courtes2008-09-101-4/+0
* | Added support for the free function of structures.Ludovic Courtes2008-09-051-1/+0
|/
* Changes from arch/CVS synchronizationLudovic Courtès2006-06-131-0/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * struct.h: change scm_structs_to_free to scm_i_structs_to_freeHan-Wen Nienhuys2002-09-051-1/+1
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-6/+7
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-23/+23
* * Remove deprecated macros and typenames.Dirk Herrmann2001-08-311-4/+5
* (scm_vtable_index_vcell): Removed. Renumbered subsequent indices.Marius Vollmer2001-07-291-4/+6
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-4/+3
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-9/+9
* * Simplified the goops macro system a bit and fixed a bug.Dirk Herrmann2001-06-111-0/+2
* * Changed the default definition of SCM.Dirk Herrmann2001-05-271-5/+5
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.hMichael Livshin2001-05-241-6/+6
* * reimplementation of values, call-with-values as primitives:Gary Houston2000-11-261-0/+2
* * struct.h (SCM_STRUCT_GC_CHAIN, SCM_SET_STRUCT_GC_CHAIN): NewMikael Djurfeldt2000-08-091-0/+5
* * Fixed struct initialization.Dirk Herrmann2000-07-261-1/+0
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-1/+1
* * struct.c, struct.h: Struct data regions (and thus also vtable data regions)Dirk Herrmann2000-04-171-9/+8
* The struct data is now an array of scm_bits_t variables.Dirk Herrmann2000-04-121-1/+1
* The struct vtable data is now an array of scm_bits_t variables.Dirk Herrmann2000-04-111-4/+7
* Don't use SCM2PTR for non scheme values.Dirk Herrmann2000-03-221-1/+1
* Don't cast SCM values to pointers.Dirk Herrmann2000-03-211-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-1/+1
* * objects.h (SCM_CLASS_FLAGS, SCM_OBJ_CLASS_FLAGS,Mikael Djurfeldt2000-03-111-2/+2
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-16/+16
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-1/+4
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1999-09-121-1/+1
* * struct.c, struct.h (scm_struct_free_0, scm_struct_free_light,Mikael Djurfeldt1999-08-301-5/+5
* * struct.c, struct.h: Replace 4 procedure slots with one.Mikael Djurfeldt1999-08-291-3/+3
* * struct.c, struct.h:Mikael Djurfeldt1999-06-231-9/+19
* * struct.h (SCM_STRUCT_TABLE_NAME, SCM_SET_STRUCT_TABLE_NAME,Mikael Djurfeldt1999-03-141-0/+11
* * struct.h (scm_struct_i_setter): New constant.Mikael Djurfeldt1999-03-111-0/+3
* Correction of mistake (should have committed onto a branch...)Mikael Djurfeldt1999-01-051-2/+0
* *** empty log message ***Mikael Djurfeldt1999-01-051-0/+2
* Move the procedure slots of entities to invisible slots (so thatMikael Djurfeldt1998-12-161-0/+5
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* 1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>Mikael Djurfeldt1997-10-031-9/+11