summaryrefslogtreecommitdiff
path: root/libguile/struct.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-07Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer1-0/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-4/+4
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-2/+2
2004-09-22*** empty log message ***Marius Vollmer1-5/+5
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-26/+31
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-6/+12
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-7/+5
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-6/+6
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-15/+11
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-6/+6
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-5/+5
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-26* struct.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-1/+3
2003-02-24* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free toMikael Djurfeldt1-1/+10
2003-02-24* struct.c (scm_struct_prehistory): Move scm_free_structs toMikael Djurfeldt1-2/+4
2003-02-24* struct.c (scm_struct_gc_init): Removed.Mikael Djurfeldt1-10/+2
2002-09-05* struct.h: change scm_structs_to_free to scm_i_structs_to_freeHan-Wen Nienhuys1-2/+2
2002-08-04new gcHan-Wen Nienhuys1-3/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-13/+13
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-5/+5
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-16/+13
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-9/+5
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+1
2001-11-11* Documentation work.Neil Jerram1-2/+2
2001-11-052001-11-05 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-2/+2
2001-07-29(scm_struct_vtable_p): Do not check vcell slot for zero. UseMarius Vollmer1-5/+2
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-4/+5
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-11/+12
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-27/+27
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-5/+10
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-2/+2
2001-05-24* validate.hMichael Livshin1-7/+7
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-4/+5
2001-04-20* Removed an application of SCM_C[AD]R to non pairs.Dirk Herrmann1-4/+4
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-1/+1
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-2/+2
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-3/+1
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-03-06* Remove uses of SCM_ASSERT that may result in error messages differentDirk Herrmann1-31/+31
2001-03-02 * vectors.c (s_scm_vector_p, list->vector, scm_vector)Martin Grabmüller1-2/+3
2001-01-30* Added docstrings by Martin Grabmueller.Dirk Herrmann1-6/+7
2000-12-08* Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann1-1/+1
2000-11-28* Removed SCM_SYMBOL_UCHARS.Dirk Herrmann1-8/+8
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-1/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-3/+3
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-11/+11