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