Ludovic Courtès
|
cfabe1e2e4
Revert "Add `SCM_INTERNAL' macro, use it."
|
16 年之前 |
Ludovic Courtès
|
f0c64044d3
Add `SCM_INTERNAL' macro, use it.
|
16 年之前 |
Ludovic Courtès
|
99b2a11eba
Fix "mixed linkage" errors in `inline.h'.
|
17 年之前 |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 年之前 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 年之前 |
Marius Vollmer
|
6fcc7d48e4
* discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved to
|
20 年之前 |
Marius Vollmer
|
ddda5e8fa7
(scm_car, scm_cdr, scm_i_chase_pairs, SCM_I_A_PAT, SCM_I_D_PAT, etc,
|
20 年之前 |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 年之前 |
Dirk Herrmann
|
c178c3a68b
* sort.c, pairs.h: Removed unnecessary includes.
|
22 年之前 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 年之前 |
Marius Vollmer
|
33b001fd89
Prefixed each each exported symbol with SCM_API.
|
23 年之前 |
Dirk Herrmann
|
0527e68763
* Renamed header macros to the SCM_<filename>_H format.
|
23 年之前 |
Dirk Herrmann
|
6cf695375f
* Use SCM_CONSP, not SCM_ECONSP.
|
23 年之前 |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 年之前 |
Dirk Herrmann
|
5843e5c988
* Various minor improvements, for example signedness fixes.
|
23 年之前 |
Dirk Herrmann
|
e81d98ec2d
* Introduce SCM_UNUSED and mark unused function parameters.
|
23 年之前 |
Dirk Herrmann
|
dd039d6dc6
* New macro SCM_TRUE_P.
|
25 年之前 |
Dirk Herrmann
|
76a369d95d
* SCM_C[AD]R and SCM_SETC[AD]R use SCM_{SET_}?OBJECT now.
|
25 年之前 |
Dirk Herrmann
|
2549a7096d
Moved some cell related definitions from tags.h and pairs.h to gc.h.
|
25 年之前 |
Dirk Herrmann
|
0cbaaf0b15
Added a set of low level macros for accessing cell entries.
|
25 年之前 |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 年之前 |
Mikael Djurfeldt
|
4a4c9785e0
* gc.c, gc.h, pairs.h, init.c: Implementation of a new way of
|
25 年之前 |
Mikael Djurfeldt
|
1201a982fa
* pairs.h (SCM_NEWCELL, SCM_NEWCELL2): Use new style freelists.
|
25 年之前 |
Mikael Djurfeldt
|
742dd4b21b
* pairs.h (SCM_NEWCELL2): double-cell variants of SCM_NEWCELL.
|
25 年之前 |
Mikael Djurfeldt
|
f12677062e
*** empty log message ***
|
25 年之前 |
Mikael Djurfeldt
|
413cb56ff4
* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,
|
25 年之前 |
Mikael Djurfeldt
|
293bb454ed
* pairs.h (SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR,
|
25 年之前 |
Greg J. Badros
|
c209c88e54
*.[ch]: make a distinction between SCM as a generic
|
25 年之前 |
Greg J. Badros
|
7866a09b5b
* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,
|
25 年之前 |
Greg J. Badros
|
d9de38819e
* gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
|
25 年之前 |