summaryrefslogtreecommitdiff
path: root/libguile/struct.c
Commit message (Expand)AuthorAgeFilesLines
* Changes from arch/CVS synchronizationLudovic Courtès2006-06-131-3/+46
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-4/+4
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer2004-10-221-2/+2
* *** empty log message ***Marius Vollmer2004-09-221-5/+5
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-26/+31
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-6/+12
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-7/+5
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-6/+6
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-15/+11
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-6/+6
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-5/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * struct.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-261-1/+3
* * struct.c (scm_struct_prehistory): Init scm_i_structs_to_free toMikael Djurfeldt2003-02-241-1/+10
* * struct.c (scm_struct_prehistory): Move scm_free_structs toMikael Djurfeldt2003-02-241-2/+4
* * struct.c (scm_struct_gc_init): Removed.Mikael Djurfeldt2003-02-241-10/+2
* * struct.h: change scm_structs_to_free to scm_i_structs_to_freeHan-Wen Nienhuys2002-09-051-2/+2
* new gcHan-Wen Nienhuys2002-08-041-3/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-13/+13
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-5/+5
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-16/+13
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-9/+5
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-1/+1
* * Documentation work.Neil Jerram2001-11-111-2/+2
* 2001-11-05 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-051-2/+2
* (scm_struct_vtable_p): Do not check vcell slot for zero. UseMarius Vollmer2001-07-291-5/+2
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-4/+5
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-11/+12
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-27/+27
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-5/+10
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-2/+2
* * validate.hMichael Livshin2001-05-241-7/+7
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-4/+5
* * Removed an application of SCM_C[AD]R to non pairs.Dirk Herrmann2001-04-201-4/+4
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-2/+2
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-3/+1
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Remove uses of SCM_ASSERT that may result in error messages differentDirk Herrmann2001-03-061-31/+31
* * vectors.c (s_scm_vector_p, list->vector, scm_vector)Martin Grabmüller2001-03-021-2/+3
* * Added docstrings by Martin Grabmueller.Dirk Herrmann2001-01-301-6/+7
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * Removed SCM_SYMBOL_UCHARS.Dirk Herrmann2000-11-281-8/+8
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2