summaryrefslogtreecommitdiff
path: root/libguile/validate.h
Commit message (Expand)AuthorAgeFilesLines
* Fix list validation of *list->bytevector procedures....Mark H Weaver2018-10-141-4/+8
* Attempt to mutate residualized literal pair throws exception...Andy Wingo2017-04-181-0/+5
* Add atomic boxes...Andy Wingo2016-09-061-0/+6
* Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo2015-01-221-0/+7
|\
| * Add SCM_VALIDATE_SIZE_COPY and SCM_NUM2SIZE....Mark H Weaver2014-11-121-0/+7
* | Change uses of scm_is_simple_vector to scm_is_vector...Daniel Llorens2014-02-081-4/+3
* | Memoized expressions are pairs, not SMOBs...Andy Wingo2013-10-271-3/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2012-11-051-5/+4
|\|
| * Have `SCM_NUM2FLOAT' and `SCM_NUM2DOUBLE' use `scm_to_double'....Ludovic Courtès2012-11-051-5/+4
* | add SCM_HEAP_OBJECT_P...Andy Wingo2011-10-241-2/+2
|/
* SCM_VALIDATE_SMOB uses SCM_SMOB_PREDICATE...Andy Wingo2009-12-081-1/+1
* eval.c closures are now applicable smobs, not tc3s...Andy Wingo2009-12-041-2/+0
* new evaluator, y'all...Andy Wingo2009-12-011-1/+1
* SCM_VALIDATE_VTABLE tweak...Andy Wingo2009-11-151-2/+1
* Use a TC7 tag instead of a SMOB for bytevectors....Ludovic Courtès2009-08-301-2/+3
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2....Ludovic Courtès2009-05-281-1/+4
* avoid deprecated functions in SCM_VALIDATE_VECTOR_LEN...Andy Wingo2009-02-171-1/+1
* Changes from arch/CVS synchronizationLudovic Courtès2007-12-081-3/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-1/+2
* (SCM_VALIDATE_VECTOR, SCM_VALIDATE_VECTOR_OR_DVECTOR): use...Marius Vollmer2005-01-021-2/+5
* (SCM_VALIDATE_VECTOR_OR_DVECTOR): Accept f64vectors instead of the...Marius Vollmer2004-11-021-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-9/+16
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-3/+9
* * strings.h, strings.c (scm_i_get_substring_spec): New....Marius Vollmer2004-08-121-25/+2
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,...Marius Vollmer2004-08-021-22/+20
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into...Marius Vollmer2004-07-271-2/+2
* (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDATE_BIGINT,...Marius Vollmer2004-07-101-70/+2
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to...Marius Vollmer2004-07-081-5/+5
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-5/+8
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* (SCM_VALIDATE_THREAD): Moved to threads.h.Marius Vollmer2002-12-021-2/+0
* (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in...Marius Vollmer2002-10-201-37/+42
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-6/+6
* * First batch of libguile changes for Elisp support....Neil Jerram2002-01-221-0/+2
* * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.Mikael Djurfeldt2001-10-121-0/+13
* * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,...Mikael Djurfeldt2001-09-231-0/+16
* * Remove deprecated macros and typenames....Dirk Herrmann2001-08-311-73/+11
* (SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,...Thien-Thi Nguyen2001-08-251-1/+20
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement....Dirk Herrmann2001-06-261-3/+5
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-11/+1
* * validate.h...Michael Livshin2001-05-241-2/+54
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-7/+7
* * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,...Dirk Herrmann2001-03-171-26/+26
* * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr...Dirk Herrmann2001-03-171-2/+2
* * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro....Martin Grabmüller2001-03-151-1/+4
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-8/+8
* * Minor fixes to error checking macros.Dirk Herrmann2001-02-281-2/+2