Marius Vollmer
|
7d81830dd2
The FSF has a new address.
|
20 年之前 |
Mikael Djurfeldt
|
f29d1d2265
* validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
|
23 年之前 |
Mikael Djurfeldt
|
5ea2971668
* validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
|
23 年之前 |
Thien-Thi Nguyen
|
0b9f43f5b2
(SCM_VALIDATE_USHORT_COPY, SCM_VALIDATE_SHORT_COPY,
|
23 年之前 |
Dirk Herrmann
|
3628462791
* Deprecated scm_makfromstr and added scm_mem2string as a replacement.
|
23 年之前 |
Michael Livshin
|
c014a02eec
revert the ill-considered part of the 2001-05-24 changes
|
24 年之前 |
Michael Livshin
|
1be6b49ccb
* validate.h
|
24 年之前 |
Dirk Herrmann
|
e4b265d817
* Avoid redundant casting of argument numbers to char* and vice versa.
|
24 年之前 |
Dirk Herrmann
|
b3fcac341b
* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,
|
24 年之前 |
Dirk Herrmann
|
68baa7e7f8
* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr
|
24 年之前 |
Martin Grabmüller
|
e87a03fce7
* validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro.
|
24 年之前 |
Dirk Herrmann
|
276dd6775c
* Eliminate another couple of calls to scm_wta.
|
24 年之前 |
Dirk Herrmann
|
23deee8161
* Minor fixes to error checking macros.
|
24 年之前 |
Dirk Herrmann
|
30ea841d0c
* Separate the handling of OPEN flags between ports and directories.
|
24 年之前 |
Gary Houston
|
60d02d0914
* validate.h (SCM_VALIDATE_SUBSTRING_SPEC_COPY): new macro.
|
24 年之前 |
Marius Vollmer
|
e8a46ba8c3
* validate.h (SCM_VALIDATE_NUMBER): New.
|
24 年之前 |
Keisuke Nishida
|
398d8ee17e
Some GOOPS cleanup.
|
24 年之前 |
Keisuke Nishida
|
e841c3e0c0
Smob-related creanup.
|
24 年之前 |
Dirk Herrmann
|
395d8627b9
* This patch belongs to the previous one, it deprecates SCM_VALIDATE_RWSTRING.
|
24 年之前 |
Dirk Herrmann
|
a6d9e5abe5
* Change a couple of functions to accept either symbols or strings only.
|
24 年之前 |
Dirk Herrmann
|
d1ca2c6423
* Some more work to get rid of SCM_LENGTH
|
24 年之前 |
Dirk Herrmann
|
9fd38a3d14
* Made some functions not accept symbols as input parameters any more.
|
24 年之前 |
Dirk Herrmann
|
405aaef932
* Eliminated all remaining calls to SCM_CHARS.
|
24 年之前 |
Dirk Herrmann
|
86c991c2a2
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
|
24 年之前 |
Mikael Djurfeldt
|
ee1a1c2066
* validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro.
|
24 年之前 |
Dirk Herrmann
|
fdf25853e1
* Fix range checks of SCM_VALIDATE* macros.
|
24 年之前 |
Dirk Herrmann
|
9a09deb1c3
* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.
|
25 年之前 |
Dirk Herrmann
|
af45e3b06a
* Unified some rest argument checking and handling.
|
25 年之前 |
Dirk Herrmann
|
f5f2dcffbe
* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.
|
25 年之前 |
Greg J. Badros
|
120d4924ed
* validate.h: Do not cast to (unsigned) in SCM_VALIDATE_INUM_RANGE
|
25 年之前 |