summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-19tune default hash table sizesAndy Wingo1-1/+1
2012-02-17Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-22/+41
2012-02-15Add 'supports-source-properties?' predicateMark H Weaver1-0/+18
2012-02-15Relax validation of source property accessorsMark H Weaver1-38/+50
2011-11-08locking for putc, putsAndy Wingo1-2/+2
2011-10-24check for pairs with scm_is_pair, not scm_nimpAndy Wingo1-1/+1
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-39/+26
2011-05-24threadsafe access to source properties weak hash tableAndy Wingo1-3/+30
2011-05-24read + source properties simplificationAndy Wingo1-1/+29
2011-05-13scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo1-3/+3
2011-05-13more care regarding SCM_PACK and SCM_UNPACKAndy Wingo1-2/+2
2011-05-01deprecate scm_whash APIAndy Wingo1-23/+15
2010-09-24remove srcprop.[ch] things that have to do with breakpointsAndy Wingo1-44/+10
2009-12-08SCM_CELL in srcprop.cAndy Wingo1-6/+6
2009-12-05decruftify scm_sys_protectsAndy Wingo1-0/+1
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-3/+2
2009-12-01new evaluator, y'allAndy Wingo1-12/+0
2009-12-01no special treatment for memoized code in srcprop.cAndy Wingo1-68/+1
2009-12-01factor copy-tree and cons-source out of eval.[ch]Andy Wingo1-0/+18
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-35/+100
2009-08-21Remove trailing whitespaceNeil Jerram1-1/+1
2009-08-21Fix set-source-properties so that the special source properties workNeil Jerram1-0/+63
2009-08-21In srcprop.c change all occurrences of "plist" to "alist"Neil Jerram1-37/+39
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-11-02Remove the SMOB mark procedure for source properties.Ludovic Courtès1-8/+0
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-2/+4
2008-09-10Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès1-25/+79
2008-09-10Have source properties only use regular GC mechanisms.Ludovic Courtes1-45/+6
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-9/+0
2008-09-05Small fixes. Gets to the REPL and `abort ()'s soon after.Ludovic Courtes1-3/+2
2008-08-26Set SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_CELL_ACCESSES compiles.Han-Wen Nienhuys1-2/+4
2007-01-22regularize comments.Han-Wen Nienhuys1-11/+13
2007-01-19* srcprop.c: use double cell for storing source-properties. PutHan-Wen Nienhuys1-67/+69
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
2004-09-22*** empty log message ***Marius Vollmer1-4/+4
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-10/+10
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-5/+5
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-6/+4
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-5/+5
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2004-05-06Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer1-2/+2
2003-08-08(scm_source_properties): Return plist from hash if it's aKevin Ryde1-2/+4
2003-05-15(scm_finish_srcprop): useHan-Wen Nienhuys1-3/+5