summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-30* Added docstrings by Martin Grabmueller.Dirk Herrmann1-4/+7
2001-01-25* Fix handling of (set-source-property! <obj> 'copy <datum>).Dirk Herrmann1-1/+1
2000-12-11* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann1-12/+6
2000-12-08Smob-related creanup.Keisuke Nishida1-6/+9
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-07-18* Don't use return value from SCM_SETCDR or SCM_WHASHSET.Dirk Herrmann1-17/+15
2000-06-29* Cleaned up memory error signalling.Dirk Herrmann1-1/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-12/+12
2000-04-18Fixed some SCM/scm_bits_t mixups and initialization problems.Dirk Herrmann1-2/+2
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-12/+12
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-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-2/+2