Michael Livshin
|
1be6b49ccb
* validate.h
|
24 years ago |
Neil Jerram
|
7a095584a9
* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
|
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 |
Dirk Herrmann
|
a98bddfd12
* Made the port implementations less tightly coupled within guile.
|
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 |
Neil Jerram
|
ee826bae22
Docstring updated so that make-soft-port example is correct.
|
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 |
Dirk Herrmann
|
4260a7fced
Lots of fixes with respect to strict typing.
|
25 years ago |
Dirk Herrmann
|
74a16888eb
Change type of member 'stream' in scm_port from SCM to scm_bits_t.
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Dirk Herrmann
|
ba11fd4cb6
Only include root.h where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
7ab3fdd51f
Only include strings.h where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
003d1fd046
Only include vectors.h in those files, where it is actually needed.
|
25 years ago |
Gary Houston
|
70df8af662
* ports.c (flush_void_port): renamed to flush_port_default.
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Greg J. Badros
|
7866a09b5b
* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,
|
25 years ago |
Mikael Djurfeldt
|
d3818c2982
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Greg J. Badros
|
8aa011a12c
* fports.c, ports.c, ports.h, strports.c, vports.c: Make write
|
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
|
4079f87ed2
* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
|
25 years ago |
Greg J. Badros
|
1bbd0b849f
* *.c: Pervasive software-engineering-motivated rewrite of
|
25 years ago |
Gary Houston
|
1d7bdb2562
* unif.h: added some comments, removed the SCM_P macros.
|
25 years ago |
Gary Houston
|
affc96b533
1999-08-11 Gary Houston <ghouston@easynet.co.uk>
|
25 years ago |
Gary Houston
|
31703ab8c6
* ports.h (scm_ptob_descriptor): include a write procedure again.
|
25 years ago |
Mikael Djurfeldt
|
6c747373c5
* ports.c, ports.h, fports.c, strports.c, vports.c: Renamed
|
25 years ago |
Mikael Djurfeldt
|
10efca5bce
* vports.c (scm_sfport, prinsfpt, sf_read_flush, noop0): Removed.
|
25 years ago |