summaryrefslogtreecommitdiff
path: root/libguile/objprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+8
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+8
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-3/+3
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* check for pairs with scm_is_pair, not scm_nimpAndy Wingo2011-10-241-2/+2
* remove weak pairs, rewrite weak vectorsAndy Wingo2011-10-241-1/+0
* convert internal weak hash table users to use the weak table apiAndy Wingo2011-10-241-16/+7
* fix scm_object_property_set_x for handles and weak tablesAndy Wingo2011-05-011-12/+6
* threadsafe object propertiesAndy Wingo2010-08-281-5/+19
* decruftify scm_sys_protectsAndy Wingo2009-12-051-5/+7
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* 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-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt2003-02-191-2/+2
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-4/+0
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-10/+10
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-7/+7
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* * objprop.c (s_scm_set_object_property_x): Use scm_assq instead ofMikael Djurfeldt2000-03-141-2/+2
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-9/+9
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-4/+4
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-4/+4
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-4/+9
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-24/+24
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * objprop.c (scm_object_property): No need to take the CDR of theJim Blandy1997-01-081-1/+1
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-25/+5
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+4
* * * objprop.c (scm_object_properties, scm_set_object_properties_x):Mikael Djurfeldt1996-08-201-4/+3
* maintainer changed: was lord, now jimb; first importjimbJim Blandy1996-07-251-0/+137