summaryrefslogtreecommitdiff
path: root/libguile/objprop.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24check for pairs with scm_is_pair, not scm_nimpAndy Wingo1-2/+2
2011-10-24remove weak pairs, rewrite weak vectorsAndy Wingo1-1/+0
2011-10-24convert internal weak hash table users to use the weak table apiAndy Wingo1-16/+7
2011-05-01fix scm_object_property_set_x for handles and weak tablesAndy Wingo1-12/+6
2010-08-28threadsafe object propertiesAndy Wingo1-5/+19
2009-12-05decruftify scm_sys_protectsAndy Wingo1-5/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
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-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-02-19* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt1-2/+2
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-4/+0
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-10/+10
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-7/+7
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-14* objprop.c (s_scm_set_object_property_x): Use scm_assq instead ofMikael Djurfeldt1-2/+2
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-9/+9
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-4/+4
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-4/+4
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-4/+9
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-24/+24
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-01-08* objprop.c (scm_object_property): No need to take the CDR of theJim Blandy1-1/+1
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-25/+5
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+4
1996-08-20* * objprop.c (scm_object_properties, scm_set_object_properties_x):Mikael Djurfeldt1-4/+3
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+137