* Some more work to get rid of SCM_LENGTH
[bpt/guile.git] / libguile / validate.h
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...