* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
[bpt/guile.git] / libguile / validate.h
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-10 Marius Vollmer(SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDAT...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-12-02 Marius Vollmer(SCM_VALIDATE_THREAD): Moved to threads.h.
2002-10-20 Marius Vollmer(SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MA...
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-10-12 Mikael Djurfeldt* validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
2001-09-23 Mikael Djurfeldt* validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
2001-08-31 Dirk Herrmann* Remove deprecated macros and typenames.
2001-08-25 Thien-Thi Nguyen(SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-03-17 Dirk Herrmann* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_...
2001-03-15 Martin Grabmüller * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro.
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-02-28 Dirk Herrmann* Minor fixes to error checking macros.
2001-01-24 Dirk Herrmann* Separate the handling of OPEN flags between ports...
2001-01-08 Gary Houston * validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new...
2001-01-06 Marius Vollmer* validate.h (SCM_VALIDATE_NUMBER): New.
2000-12-16 Keisuke NishidaSome GOOPS cleanup.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-22 Dirk Herrmann* This patch belongs to the previous one, it deprecates...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-03 Mikael Djurfeldt* validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro.
2000-06-30 Dirk Herrmann* Fix range checks of SCM_VALIDATE* macros.
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-18 Greg J. Badros* validate.h: Do not cast to (unsigned) in SCM_VALIDATE...
2000-04-17 Mikael DjurfeldtRenamed SCM_VALIDATE_REAL_COPY --> SCM_VALIDATE_REAL_NU...
2000-04-17 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INUM_RANGE_COPY,
2000-04-16 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INUM_RANGE_COPY): New macro.
2000-04-15 Mikael Djurfeldt* validate.h (SCM_VALIDATE_INPUT_PORT, SCM_VALIDATE_OUT...
2000-04-05 Michael Livshin* async.[ch]: unexpose low-level async access macros...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-03 Greg J. Badros* validate.h, scm_validate.h: Added the former, as...