Kevin Ryde
|
6a4d17af96
(getenv): Use <stdlib.h> for prototype.
|
21 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
c3f1a20453
* simpos.c: #include <config.h> if HAVE_CONFIG_H.
|
22 years ago |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 years ago |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Dirk Herrmann
|
8c494e9973
* Removed lots of deprecated stuff.
|
23 years ago |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 years ago |
Dirk Herrmann
|
3628462791
* Deprecated scm_makfromstr and added scm_mem2string as a replacement.
|
23 years ago |
Michael Livshin
|
1be6b49ccb
* validate.h
|
24 years ago |
Martin Grabmüller
|
1e6808ea20
Correct, update, improve and clean up a lot of docstrings in order to make
|
24 years ago |
Mikael Djurfeldt
|
e6e2e95aa5
* _scm.h: Removed #include <errno.h>.
|
24 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
|
a6d9e5abe5
* Change a couple of functions to accept either symbols or strings only.
|
24 years ago |
Dirk Herrmann
|
d1ca2c6423
* Some more work to get rid of SCM_LENGTH
|
24 years ago |
Dirk Herrmann
|
86c991c2a2
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
|
24 years ago |
Neil Jerram
|
d46e47131c
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,
|
24 years ago |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Dirk Herrmann
|
7ab3fdd51f
Only include strings.h where it is actually needed.
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Mikael Djurfeldt
|
d3818c2982
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Gary Houston
|
f25f761dac
* eval.c: define scm_unbound_variable_key ('unbound-variable).
|
25 years ago |
Greg J. Badros
|
3b3b36ddb7
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
|
25 years ago |
Greg J. Badros
|
a1ec69163d
*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
|
25 years ago |
Greg J. Badros
|
47c6b75ea9
* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
|
25 years ago |
Greg J. Badros
|
4079f87ed2
* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
|
25 years ago |
Greg J. Badros
|
717050c8d5
Remove leading whitespace before empty docstrings.
|
25 years ago |
Greg J. Badros
|
1bbd0b849f
* *.c: Pervasive software-engineering-motivated rewrite of
|
25 years ago |