Age | Commit message (Expand) | Author | Files | Lines |
2012-02-19 | tune default hash table sizes | Andy Wingo | 1 | -1/+1 |
2012-02-17 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 1 | -22/+41 |
2012-02-15 | Add 'supports-source-properties?' predicate | Mark H Weaver | 1 | -0/+18 |
2012-02-15 | Relax validation of source property accessors | Mark H Weaver | 1 | -38/+50 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -2/+2 |
2011-10-24 | check for pairs with scm_is_pair, not scm_nimp | Andy Wingo | 1 | -1/+1 |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -1/+0 |
2011-10-24 | convert internal weak hash table users to use the weak table api | Andy Wingo | 1 | -39/+26 |
2011-05-24 | threadsafe access to source properties weak hash table | Andy Wingo | 1 | -3/+30 |
2011-05-24 | read + source properties simplification | Andy Wingo | 1 | -1/+29 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -3/+3 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -2/+2 |
2011-05-01 | deprecate scm_whash API | Andy Wingo | 1 | -23/+15 |
2010-09-24 | remove srcprop.[ch] things that have to do with breakpoints | Andy Wingo | 1 | -44/+10 |
2009-12-08 | SCM_CELL in srcprop.c | Andy Wingo | 1 | -6/+6 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -0/+1 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -3/+2 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -12/+0 |
2009-12-01 | no special treatment for memoized code in srcprop.c | Andy Wingo | 1 | -68/+1 |
2009-12-01 | factor copy-tree and cons-source out of eval.[ch] | Andy Wingo | 1 | -0/+18 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -35/+100 |
2009-08-21 | Remove trailing whitespace | Neil Jerram | 1 | -1/+1 |
2009-08-21 | Fix set-source-properties so that the special source properties work | Neil Jerram | 1 | -0/+63 |
2009-08-21 | In srcprop.c change all occurrences of "plist" to "alist" | Neil Jerram | 1 | -37/+39 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-11-02 | Remove the SMOB mark procedure for source properties. | Ludovic Courtès | 1 | -8/+0 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+4 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -25/+79 |
2008-09-10 | Have source properties only use regular GC mechanisms. | Ludovic Courtes | 1 | -45/+6 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -9/+0 |
2008-09-05 | Small fixes. Gets to the REPL and `abort ()'s soon after. | Ludovic Courtes | 1 | -3/+2 |
2008-08-26 | Set SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_CELL_ACCESSES compiles. | Han-Wen Nienhuys | 1 | -2/+4 |
2007-01-22 | regularize comments. | Han-Wen Nienhuys | 1 | -11/+13 |
2007-01-19 | * srcprop.c: use double cell for storing source-properties. Put | Han-Wen Nienhuys | 1 | -67/+69 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-07 | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -4/+4 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -10/+10 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -5/+5 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -6/+4 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -5/+5 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -2/+2 |
2003-08-08 | (scm_source_properties): Return plist from hash if it's a | Kevin Ryde | 1 | -2/+4 |
2003-05-15 | (scm_finish_srcprop): use | Han-Wen Nienhuys | 1 | -3/+5 |