* Separate the handling of OPEN flags between ports and directories.
[bpt/guile.git] / libguile / validate.h
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...