summaryrefslogtreecommitdiff
path: root/libguile/validate.h
Commit message (Expand)AuthorAgeFilesLines
...
* * 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_LENGTH...Dirk 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_RANGE...Greg J. Badros2000-04-181-8/+7
* Renamed SCM_VALIDATE_REAL_COPY --> SCM_VALIDATE_REAL_NUMBER.Mikael Djurfeldt2000-04-171-5/+14
* * validate.h (SCM_VALIDATE_INUM_RANGE_COPY,...Mikael Djurfeldt2000-04-171-1/+7
* * validate.h (SCM_VALIDATE_INUM_RANGE_COPY): New macro.Mikael Djurfeldt2000-04-161-1/+8
* * validate.h (SCM_VALIDATE_INPUT_PORT, SCM_VALIDATE_OUTPUT_PORT):...Mikael Djurfeldt2000-04-151-146/+245
* * async.[ch]: unexpose low-level async access macros (thanks to...Michael Livshin2000-04-051-13/+7
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-6/+6
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-1/+7
* * validate.h, scm_validate.h: Added the former, as a renamed...Greg J. Badros2000-03-031-0/+291