summaryrefslogtreecommitdiff
path: root/libguile/srcprop.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to mutate residualized literal pair throws exception...Andy Wingo2017-04-181-1/+1
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-1/+1
* Remove scm_putc_unlocked....Andy Wingo2016-04-261-1/+1
* tune default hash table sizes...Andy Wingo2012-02-191-1/+1
* Merge remote-tracking branch 'local-2.0/stable-2.0'...Andy Wingo2012-02-171-22/+41
|\
| * Add 'supports-source-properties?' predicate...Mark H Weaver2012-02-151-0/+18
| * Relax validation of source property accessors...Mark H Weaver2012-02-151-38/+50
* | locking for putc, puts...Andy Wingo2011-11-081-2/+2
* | check for pairs with scm_is_pair, not scm_nimp...Andy Wingo2011-10-241-1/+1
* | remove weak pairs, rewrite weak vectors...Andy Wingo2011-10-241-1/+0
* | convert internal weak hash table users to use the weak table api...Andy Wingo2011-10-241-39/+26
|/
* threadsafe access to source properties weak hash table...Andy Wingo2011-05-241-3/+30
* read + source properties simplification...Andy Wingo2011-05-241-1/+29
* scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc...Andy Wingo2011-05-131-3/+3
* more care regarding SCM_PACK and SCM_UNPACK...Andy Wingo2011-05-131-2/+2
* deprecate scm_whash API...Andy Wingo2011-05-011-23/+15
* remove srcprop.[ch] things that have to do with breakpoints...Andy Wingo2010-09-241-44/+10
* SCM_CELL in srcprop.c...Andy Wingo2009-12-081-6/+6
* decruftify scm_sys_protects...Andy Wingo2009-12-051-0/+1
* remove a bunch of needless scm_permanent_object calls...Andy Wingo2009-12-051-3/+2
* new evaluator, y'all...Andy Wingo2009-12-011-12/+0
* no special treatment for memoized code in srcprop.c...Andy Wingo2009-12-011-68/+1
* factor copy-tree and cons-source out of eval.[ch]...Andy Wingo2009-12-011-0/+18
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-281-35/+100
|\
| * Remove trailing whitespaceNeil Jerram2009-08-211-1/+1
| * Fix set-source-properties so that the special source properties work...Neil Jerram2009-08-211-0/+63
| * In srcprop.c change all occurrences of "plist" to "alist"...Neil Jerram2009-08-211-37/+39
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\|
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Remove the SMOB mark procedure for source properties....Ludovic Courtès2008-11-021-8/+0
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-131-1/+4
|\|
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2008-09-101-2/+4
|\|
| * Set SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_CELL_ACCESSES compiles.Han-Wen Nienhuys2008-08-261-2/+4
* | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei......Ludovic Courtès2008-09-101-25/+79
|\|
| * regularize comments.Han-Wen Nienhuys2007-01-221-11/+13
| * * srcprop.c: use double cell for storing source-properties. Put...Han-Wen Nienhuys2007-01-191-67/+69
* | Have source properties only use regular GC mechanisms....Ludovic Courtes2008-09-101-45/+6
* | Removed a lot of now-useless SMOB mark/free functions....Ludovic Courtes2008-09-051-9/+0
* | Small fixes. Gets to the REPL and `abort ()'s soon after....Ludovic Courtes2008-09-051-3/+2
|/
* 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 into...Marius 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 to...Marius Vollmer2004-07-081-5/+5