summaryrefslogtreecommitdiff
path: root/libguile/validate.h
Commit message (Expand)AuthorAgeFilesLines
* 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): useMarius Vollmer2005-01-021-2/+5
* (SCM_VALIDATE_VECTOR_OR_DVECTOR): Accept f64vectors instead of theMarius 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 intoMarius 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 toMarius 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 inMarius 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.hMichael 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_subrDirk 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
* * Separate the handling of OPEN flags between ports and directories.Dirk Herrmann2001-01-241-3/+3
* * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro.Gary Houston2001-01-081-1/+17
* * validate.h (SCM_VALIDATE_NUMBER): New.Marius Vollmer2001-01-061-1/+3
* Some GOOPS cleanup.Keisuke Nishida2000-12-161-1/+4
* Smob-related creanup.Keisuke Nishida2000-12-081-2/+2
* * This patch belongs to the previous one, it deprecates SCM_VALIDATE_RWSTRING.Dirk Herrmann2000-11-221-8/+8
* * Change a couple of functions to accept either symbols or strings only.Dirk Herrmann2000-10-301-19/+19
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-7/+9
* * Made some functions not accept symbols as input parameters any more.Dirk Herrmann2000-10-091-2/+2
* * Eliminated all remaining calls to SCM_CHARS.Dirk Herrmann2000-09-261-4/+1
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-2/+2
* * validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro.Mikael Djurfeldt2000-09-031-1/+9
* * Fix range checks of SCM_VALIDATE* macros.Dirk Herrmann2000-06-301-5/+5
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-3/+3
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-1/+10
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-2/+2
* * validate.h: Do not cast to (unsigned) in SCM_VALIDATE_INUM_RANGEGreg J. Badros2000-04-181-8/+7
* Renamed SCM_VALIDATE_REAL_COPY --> SCM_VALIDATE_REAL_NUMBER.Mikael Djurfeldt2000-04-171-5/+14