Thien-Thi Nguyen
|
b88c22e916
Update copyright.
|
22 years ago |
Mikael Djurfeldt
|
2cf6d0146c
* socket.c (scm_getsockopt): Changed type for `optlen' from int to
|
24 years ago |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
24 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 |
Dirk Herrmann
|
003d1fd046
Only include vectors.h in those files, 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
|
b380b88547
* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
|
25 years ago |
Greg J. Badros
|
70d6375376
* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,
|
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
|
3093947745
* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of
|
25 years ago |
Greg J. Badros
|
0c95b57d77
* coop-threads.c: Remove K&R function headers.
|
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 |
Gary Houston
|
5c11cc9deb
* configure.in: check for hstrerror.
|
25 years ago |
Gary Houston
|
93a6b6f5a7
* socket.c (scm_fill_sockaddr): zero the address structure before
|
25 years ago |
Jim Blandy
|
ee149d0368
* ioext.c (scm_do_read_line): Rewritten to use memchr to find the
|
25 years ago |
Jim Blandy
|
3eeba8d4f5
* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),
|
26 years ago |
Jim Blandy
|
7dc6e7547a
* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
|
26 years ago |
Jim Blandy
|
d9803e92ba
Don't use local_fgets on sockets; ftell doesn't work on sockets.
|
26 years ago |
Jim Blandy
|
bc45012d8f
Centralize the creation of port objects based on stdio FILE * in
|
26 years ago |
Mikael Djurfeldt
|
a8741caa54
* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,
|
26 years ago |
Mikael Djurfeldt
|
1ba8c23aca
* socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead of
|
27 years ago |
Gary Houston
|
ef9ff3fd0a
* socket.c (scm_bind): free soka after use.
|
27 years ago |
Marius Vollmer
|
7844682850
* filesys.c (scm_close, set_element, get_element, scm_chown,
|
27 years ago |
Jim Blandy
|
0e95879552
Changes to compile under gnu-win32, from Marcus Daniels:
|
27 years ago |