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