| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate libguile/validate.h | Andy Wingo | 2018-06-18 | 1 | -33/+1 |
* | Devolve more validate macros | Andy Wingo | 2018-06-18 | 1 | -102/+0 |
* | More validate.h devolution | Andy Wingo | 2018-06-18 | 1 | -48/+0 |
* | Move pair, null, nil, and boolean validators out of validate.h | Andy Wingo | 2018-06-17 | 1 | -30/+0 |
* | Remove public SCM_VALIDATE_NIM | Andy Wingo | 2018-06-17 | 1 | -2/+0 |
* | Move list validators to list.h | Andy Wingo | 2018-06-17 | 1 | -33/+0 |
* | Remove unused macros | Andy Wingo | 2018-06-17 | 1 | -9/+0 |
* | Move more number validators to numbers.h. | Andy Wingo | 2018-06-17 | 1 | -72/+2 |
* | Move number validators to numbers.h. | Andy Wingo | 2018-06-17 | 1 | -56/+0 |
* | Move core validate macros to error.h | Andy Wingo | 2018-06-17 | 1 | -27/+3 |
* | Attempt to mutate residualized literal pair throws exception | Andy Wingo | 2017-04-18 | 1 | -0/+5 |
* | Add atomic boxes | Andy Wingo | 2016-09-06 | 1 | -0/+6 |
* | Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' | Andy Wingo | 2015-01-22 | 1 | -0/+7 |
|\ |
|
| * | Add SCM_VALIDATE_SIZE_COPY and SCM_NUM2SIZE. | Mark H Weaver | 2014-11-12 | 1 | -0/+7 |
* | | Change uses of scm_is_simple_vector to scm_is_vector | Daniel Llorens | 2014-02-08 | 1 | -4/+3 |
* | | Memoized expressions are pairs, not SMOBs | Andy Wingo | 2013-10-27 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 2012-11-05 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Have `SCM_NUM2FLOAT' and `SCM_NUM2DOUBLE' use `scm_to_double'. | Ludovic Courtès | 2012-11-05 | 1 | -5/+4 |
* | | add SCM_HEAP_OBJECT_P | Andy Wingo | 2011-10-24 | 1 | -2/+2 |
|/ |
|
* | SCM_VALIDATE_SMOB uses SCM_SMOB_PREDICATE | Andy Wingo | 2009-12-08 | 1 | -1/+1 |
* | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 2009-12-04 | 1 | -2/+0 |
* | new evaluator, y'all | Andy Wingo | 2009-12-01 | 1 | -1/+1 |
* | SCM_VALIDATE_VTABLE tweak | Andy Wingo | 2009-11-15 | 1 | -2/+1 |
* | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 2009-08-30 | 1 | -2/+3 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. | Ludovic Courtès | 2009-05-28 | 1 | -1/+4 |
* | avoid deprecated functions in SCM_VALIDATE_VECTOR_LEN | Andy Wingo | 2009-02-17 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-08 | 1 | -3/+5 |
* | 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 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -1/+2 |
* | (SCM_VALIDATE_VECTOR, SCM_VALIDATE_VECTOR_OR_DVECTOR): use | Marius Vollmer | 2005-01-02 | 1 | -2/+5 |
* | (SCM_VALIDATE_VECTOR_OR_DVECTOR): Accept f64vectors instead of the | Marius Vollmer | 2004-11-02 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -9/+16 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 2004-08-19 | 1 | -3/+9 |
* | * strings.h, strings.c (scm_i_get_substring_spec): New. | Marius Vollmer | 2004-08-12 | 1 | -25/+2 |
* | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 2004-08-02 | 1 | -22/+20 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 2004-07-27 | 1 | -2/+2 |
* | (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDATE_BIGINT, | Marius Vollmer | 2004-07-10 | 1 | -70/+2 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 2004-07-08 | 1 | -5/+5 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 2004-07-06 | 1 | -5/+8 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | (SCM_VALIDATE_THREAD): Moved to threads.h. | Marius Vollmer | 2002-12-02 | 1 | -2/+0 |
* | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in | Marius Vollmer | 2002-10-20 | 1 | -37/+42 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 2002-07-20 | 1 | -6/+6 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -0/+2 |
* | * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro. | Mikael Djurfeldt | 2001-10-12 | 1 | -0/+13 |
* | * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE, | Mikael Djurfeldt | 2001-09-23 | 1 | -0/+16 |
* | * Remove deprecated macros and typenames. | Dirk Herrmann | 2001-08-31 | 1 | -73/+11 |
* | (SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY, | Thien-Thi Nguyen | 2001-08-25 | 1 | -1/+20 |