Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 years ago |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 years ago |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 years ago |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Dirk Herrmann
|
228a24ef30
Changes in doc/ref:
|
23 years ago |
Neil Jerram
|
c96d76b88d
* First batch of libguile changes for Elisp support.
|
23 years ago |
Marius Vollmer
|
16d4699b6b
Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
|
23 years ago |
Neil Jerram
|
8f85c0c6c3
* Adding C function declarations from the SCM interface to the
|
23 years ago |
Martin Grabmüller
|
58ade1022c
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
23 years ago |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 years ago |
Dirk Herrmann
|
d1ca2c6423
* Some more work to get rid of SCM_LENGTH
|
24 years ago |
Mikael Djurfeldt
|
1aa621a3d1
Fix
|
24 years ago |
Mikael Djurfeldt
|
8a4b993ec3
* alist.c (scm_assq, scm_assv, scm_assoc): Report argument type
|
24 years ago |
Marius Vollmer
|
60e61f0a20
* alist.c (scm_assq_remove_x, scm_assv_remove_x,
|
24 years ago |
Marius Vollmer
|
623ada63ad
* alist.c (scm_assq_remove_x, scm_assv_remove_x,
|
24 years ago |
Marius Vollmer
|
5d25385266
* alist.c (scm_assq_remove_x, scm_assv_remove_x,
|
24 years ago |
Dirk Herrmann
|
665aeda3e5
Use SCM{_SET}?_CELL_OBJECT if a cell is not known to be a valid pair yet.
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Dirk Herrmann
|
fbd485ba49
Don't use C operators == and != to compare SCM values.
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Mikael Djurfeldt
|
e282f286eb
* alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c,
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Mikael Djurfeldt
|
b380b88547
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Mikael Djurfeldt
|
2de257bd05
Cosmetic fixes
|
25 years ago |