summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-39/+12
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-1/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-6/+6
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-13/+5
2002-03-26* srcprop.[ch] (scm_c_source_property_breakpoint_p): NewDirk Herrmann1-0/+8
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-08 * srcprop.c (scm_set_source_property_x): If SRCPROPS obj alreadyNeil Jerram1-1/+6
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-2/+2
2002-01-10* eval.[ch] (scm_deval_args): Made static.Dirk Herrmann1-1/+1
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-25(scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See theMarius Vollmer1-3/+3
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-20/+20
2001-05-24* validate.hMichael Livshin1-19/+19
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-1/+1
2001-04-17* Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann1-1/+2
2001-03-10* _scm.h: Removed #include <errno.h>.Mikael Djurfeldt1-1/+3
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0