- Dec 27, 2000
- Dec 04, 2000
-
-
dtc authored
%function-header-name %function-header-type.
-
- Nov 30, 2000
-
-
dtc authored
:relative-package-names feature, and based on the public domain example code from Franz Inc.
-
- Nov 27, 2000
-
-
pw authored
is true to indicate correct bogus character.
-
- Nov 15, 2000
- Nov 06, 2000
- Nov 04, 2000
- Oct 25, 2000
-
-
pw authored
-
- Oct 24, 2000
-
-
dtc authored
of the dynamic space.
-
- Oct 16, 2000
- Oct 06, 2000
- Sep 27, 2000
-
-
dtc authored
Work through lists in parallel rather than applying elt at each iteration which scales far better as the list lengths increase. Further take care to allow circular lists, so long as one of the sequences is bounded. Based on a contribution from Colin Walters.
-
dtc authored
unix-namestring needs to try and verify their existence otherwise search paths will not be enumerated and the files may not be found.
-
- Sep 20, 2000
-
-
dtc authored
dereferencing NULL.
-
- Sep 15, 2000
-
-
pw authored
Add :backlog keyword parameter to CREATE-INET-LISTENER.
-
- Sep 14, 2000
-
-
dtc authored
confusing output noted by Tunc Simsek.
-
- Aug 25, 2000
- Aug 24, 2000
-
-
dtc authored
streams during the processing of command line switches and upon exit. This is a convenience for typical usage, and not all output streams are flushed, so important streams should still be flushed but user code. o Add a new function finish-standard-output-streams to finish output on the commonly used output streams. Called after the processing of each command line switch, and before the %end-of-the-world. o Extend the eval switch to process multiple forms, flushing the common output streams between each.
-
pw authored
as the third arg can be pointers or process id. Hemlock slave was having problems with large PIDs.
-
pw authored
have this name as backward compatibilty. SIGABRT is now number 6. This change makes SIGABRT current and retains SIGIOT for compatibilty.
-
pw authored
than using *terminal-io*. This lets debugger work even if someone binds *terminal-io* to an output only stream and then enters the debugger.
-
dtc authored
replacing the former :FOLLOW-LINKS argument, and redefine :FOLLOW-LINKS to control the following of symbolic links while searching for matching directories.
-
- Aug 23, 2000
-
-
dtc authored
within the pathname; noted by Christophe Rhodes. Further maintain a list of the directory inode and device numbers which are used to avoid paths loops during :wild-inferiors searches. o Enhance %enumerate-directories to accept a new follow-links argument to allow the following of symbolic links to be disabled. Similarly add follow-links keyword argument to interface macro enumerate-matches.
-
- Aug 20, 2000
-
-
dtc authored
-
- Aug 19, 2000
-
-
dtc authored
-
- Aug 17, 2000
-
-
dtc authored
-
- Aug 12, 2000
-
-
dtc authored
a timeout; it had been incorrectly returning nil when the fd was immediately usable which caused trouble for CLX as noted by Fred Gilham.
-
- Aug 10, 2000
- Aug 08, 2000
-
-
dtc authored
correctly calculate the CPL for the condition classes.
-