Commit Graph

18 Commits

Author SHA1 Message Date
mainzelm 9c560cf537 Merge from 0.6: handler for bind-listen-accept-loop, which closes the socket. 2001-07-10 11:49:06 +00:00
shivers 66b041ddde Fixed bug in bind-listen-accept-loop. 2000-06-13 22:08:57 +00:00
bdc c354a077ad Last minute fixes for 0.5.2 1999-09-20 17:45:15 +00:00
shivers 7e1ad158c7 Added "See file COPYING." to all the copyright notices, so we can
do the open-source thing w/o larding up the source code.
1999-08-06 13:28:52 +00:00
bdc 442db87f66 Linux fixes 1999-07-15 01:27:15 +00:00
bdc 17695ee207 Updated version to 0.5.2
Incorporated Windows NT support via cygwin32
1999-06-21 04:35:42 +00:00
bdc ae81b06f85 host-info bug 1996-12-02 22:18:25 +00:00
bdc 38ac713c41 socket-address->unix-address returns function not address 1996-09-26 20:08:06 +00:00
shivers 70a1342cef Hacked I/O system so that ports set/clear their
fd's CLOEXEC bit when they become unrevealed/revealed.
1996-09-12 01:43:53 +00:00
shivers 464f44f2a3 Brian was using error-checking code of the form
(CASE ERROR ((ERRNO/INTR) ...) ...)
But CASE doesn't evauate its keys, so this didn't work. I switched it
to COND's.

We should import my conditional macros, which includes an evaluating-key
CASE.
	-Olin
1996-08-23 21:43:22 +00:00
shivers 84c705fcc7 New signal-handler code. 1996-08-22 20:13:14 +00:00
shivers ea45fca8ef Hacked the system to use the new LET-OPT optional argument machinery,
LET-OPTIONAL, LET-OPTIONAL*, and :OPTIONAL. The new macros are
faster and easier to read than the old PARSE-OPTIONALS and OPTIONAL-ARG
procedures.
1996-04-19 18:39:14 +00:00
bdc 946798634a *** empty log message *** 1995-10-31 21:52:04 +00:00
bdc 2f89a2be7d *** empty log message *** 1995-10-31 21:35:45 +00:00
bdc 611ac55bb7 after sommerfelds fixes
now added error arg printing
for mor readable errors
1995-10-31 20:22:27 +00:00
bdc 846439590d *** empty log message *** 1995-10-31 17:44:11 +00:00
shivers 7c90829350 Added a whole bunch of .h files describing the module structure of the C
files. These files mostly mediate between the C source (export) and
the corresponding C stub files (import) generated by the Scheme files
calling the C routines.

This provided much better argument type checking that before; lots of
small bugs were caught.

Also added const keywords wherever I could find a reasonable place
to improve error detection and efficiency.

Tuned up the makefile to reflect all of this structure. Its dependencies
were pretty out-of-date as it was. It could probably use further work.
1995-10-22 12:34:53 +00:00
bdc 2302efe24e *** empty log message *** 1995-10-14 03:34:21 +00:00