summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_CELL_ACCESSES compiles.Han-Wen Nienhuys2008-08-261-2/+4
* regularize comments.Han-Wen Nienhuys2007-01-221-11/+13
* * srcprop.c: use double cell for storing source-properties. PutHan-Wen Nienhuys2007-01-191-67/+69
* 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
* *** empty log message ***Marius Vollmer2004-09-221-4/+4
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-10/+10
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-5/+5
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-6/+4
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-5/+5
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-2/+2
* (scm_source_properties): Return plist from hash if it's aKevin Ryde2003-08-081-2/+4
* (scm_finish_srcprop): useHan-Wen Nienhuys2003-05-151-3/+5
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-39/+12
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-1/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-6/+6
* * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann2002-06-301-13/+5
* * srcprop.[ch] (scm_c_source_property_breakpoint_p): NewDirk Herrmann2002-03-261-0/+8
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * srcprop.c (scm_set_source_property_x): If SRCPROPS obj alreadyNeil Jerram2002-03-081-1/+6
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-2/+2
* * eval.[ch] (scm_deval_args): Made static.Dirk Herrmann2002-01-101-1/+1
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* (scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See theMarius Vollmer2001-06-251-3/+3
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-20/+20
* * validate.hMichael Livshin2001-05-241-19/+19
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-1/+1
* * Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann2001-04-171-1/+2
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Added docstrings by Martin Grabmueller.Dirk Herrmann2001-01-301-4/+7
* * Fix handling of (set-source-property! <obj> 'copy <datum>).Dirk Herrmann2001-01-251-1/+1
* * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann2000-12-111-12/+6
* Smob-related creanup.Keisuke Nishida2000-12-081-6/+9
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Don't use return value from SCM_SETCDR or SCM_WHASHSET.Dirk Herrmann2000-07-181-17/+15
* * Cleaned up memory error signalling.Dirk Herrmann2000-06-291-1/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-12/+12
* Fixed some SCM/scm_bits_t mixups and initialization problems.Dirk Herrmann2000-04-181-2/+2
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-12/+12
* * *.[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
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1