Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -39/+12 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -1/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -6/+6 |
2002-06-30 | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c | Dirk Herrmann | 1 | -13/+5 |
2002-03-26 | * srcprop.[ch] (scm_c_source_property_breakpoint_p): New | Dirk Herrmann | 1 | -0/+8 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-08 | * srcprop.c (scm_set_source_property_x): If SRCPROPS obj already | Neil Jerram | 1 | -1/+6 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -2/+2 |
2002-01-10 | * eval.[ch] (scm_deval_args): Made static. | Dirk Herrmann | 1 | -1/+1 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-25 | (scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the | Marius Vollmer | 1 | -3/+3 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -20/+20 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -19/+19 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -1/+1 |
2001-04-17 | * Incorporated fixes to interrupt deferring/allowing from Niibe. | Dirk Herrmann | 1 | -1/+2 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -1/+3 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-01-30 | * Added docstrings by Martin Grabmueller. | Dirk Herrmann | 1 | -4/+7 |
2001-01-25 | * Fix handling of (set-source-property! <obj> 'copy <datum>). | Dirk Herrmann | 1 | -1/+1 |