1996-08-21 17:19:23 -04:00
|
|
|
Documentation error in STRING-OUTPUT-PORT-OUTPUT.
|
|
|
|
Reported 12/19 by Michel.Schinz@studi.epfl.ch
|
|
|
|
|
|
|
|
|
|
|
|
character-gobbling in (record-reader) caused by 'trim / 'peek
|
|
|
|
default misunderstanding in delimited readers. Fixed 4/5/96
|
|
|
|
Reported by Victor Zandy
|
|
|
|
|
|
|
|
reap-policy = early can still lose if you loop and fork.
|
|
|
|
fork now reaps & retries if it loses and the policy is early reap.
|
|
|
|
This is a kludge until I have sigchld handlers.
|
|
|
|
Fixed 4/5/96; reported by Michael Becker.
|
|
|
|
|
|
|
|
CHAR-SET-CONTAINS? now works for non-ASCII chars.
|
|
|
|
|
|
|
|
SKIP-CHAR-SET now exported and documented. 4/5/96
|
|
|
|
|
|
|
|
Tod Olson <ta-olson@uchicago.edu> complained about the I/O performance
|
|
|
|
of the delimited reader routines (the supposedly fast ones, with
|
|
|
|
C support). Reported 11/95, improved 4/96.
|
|
|
|
Things generally improved all over by improving the efficiency
|
|
|
|
of optional argument handling (but especially I/O, I think).
|
1996-08-29 04:35:25 -04:00
|
|
|
|
|
|
|
I changed the meta-arg parser (C, Scheme, and doc) so that newline
|
|
|
|
*always* terminates an arg -- empty or non-empty. KISS.
|
1996-09-12 21:42:49 -04:00
|
|
|
|
|
|
|
(chdir) was cd'ing to ".", not home. Reported by dmh@tibco.COM (David Hull).
|
|
|
|
|
|
|
|
autoreap-policy's optional arg wasn't optional -- the dot was missing.
|
|
|
|
Reported by rthappe@mathematik.uni-freiburg.DE (Rolf-Thomas Happe).
|
1996-09-19 18:22:46 -04:00
|
|
|
|
|
|
|
alist->env didn't work, because it was passing a list, not a vector,
|
|
|
|
to the %INSTALL-ENV procedure. Reported by Mike Sperber 9/19/96.
|
1996-09-23 01:01:27 -04:00
|
|
|
|
|
|
|
syntactically illegal LET in rw.scm. Reported by jsc 9/23/96.
|
1996-09-26 15:30:22 -04:00
|
|
|
|
|
|
|
a semantically incorrect but benign error in syscalls.1c.
|
1996-09-26 15:37:26 -04:00
|
|
|
Reported by Lewis Girod 12 Dec 95. Fixed by bdc 26 Sept 96.
|
|
|
|
|
|
|
|
"make clean" didn't get the .o's in scsh/machine
|
|
|
|
Reported by Kevin Esler 2 April 96. Fixed by bdc 26 Sept 96.
|
|
|
|
|
1996-09-26 16:00:45 -04:00
|
|
|
support for Solaris 2 on i386 in configure.in
|
|
|
|
Reported by Lutz Euler on 11 Jul 96. Fixed by bdc 26 Sept 96.
|
1996-09-26 16:08:06 -04:00
|
|
|
|
|
|
|
socket-address->unix-address returns function not address
|
|
|
|
Reported by Sean Doran 29 Jul 96. Fixed by bdc 26 Sept 96.
|
1996-09-26 16:17:27 -04:00
|
|
|
|
|
|
|
Solaris users with BIND installed lose MAXHOSTNAMELEN
|
|
|
|
reported by Lutz Euler 23 Aug 96. Fixed by bdc 26 Sept 96.
|
1996-09-27 20:02:24 -04:00
|
|
|
|
|
|
|
on HP-UX use dld dynamic loader for symbol lookup (faster)
|
|
|
|
reported by Bill Sommerfeld 31 Oct 95. Fixed by bdc 27 Sept 96.
|
1996-10-02 01:24:56 -04:00
|
|
|
|
|
|
|
problem with path marshalling with the unix domain protocol
|
|
|
|
Reported by Sean Doran 29 Jul 96. Fixed by bdc 1 Oct 96.
|
1996-10-02 11:30:34 -04:00
|
|
|
|
|
|
|
exportlist.aix generated correctly on aix 4 now
|
|
|
|
Reported by Michael Becker 2 June 96. Fix by Michael Sperber 2 Oct 96.
|
1996-10-03 13:49:20 -04:00
|
|
|
|
|
|
|
service-info using a port number is broken for little endian machines
|
|
|
|
Reported by Jin S. Choi 3 Oct 1996. Fixed by bdc 3 Oct 96.
|
1996-10-16 13:22:13 -04:00
|
|
|
|
|
|
|
read_fdport_substring() didn't reset the port's peek-char to #F when
|
|
|
|
consuming it. Reported by JSC 10/16/96, with fix.
|
1996-11-01 03:15:40 -05:00
|
|
|
|
|
|
|
*** 0.4.3 Released by bdc 31 Oct 96
|