- Apr 07, 2001
-
-
pw authored
by Kalle Olavi Niemital.
-
- Apr 05, 2001
-
-
pw authored
the argument may be other than a string.
-
- Mar 30, 2001
-
-
pw authored
internal-sxhash doesn't deal correctly with strings that have fill pointers; consequently, equal hash tables don't work correctly either. >From 18c: *(defvar foo (make-array 32 :element-type 'base-char :adjustable t :fill-pointer 7)) FOO * (setf (subseq foo 0) "typedef") "typedef" * (sxhash foo) 182883518 * (sxhash "typedef") 194663162 * (defvar h (make-hash-table :test #'equal)) H * (setf (gethash foo h) 'bar) BAR * (gethash "typedef" h) NIL NIL Attached is a fix. Tim
-
- Mar 27, 2001
-
-
pw authored
PARSE-NAMESTRING is supposed to accept also a string for the optional HOST argument. Right now this is not the case. The following patch fixes this and seems to do the right thing when HOST is a defined logical pathname host. This is better than the current situation (as a matter of fact it is necessary for some things I am doing), but it is not quite ANSI. E.g. HOST could also be :UNSPECIFIC, but the current code does not handle that case. I did not add code for that, because, contrary to the LOGICAL HOST case, I believe that the case for :UNSPECIFIC is too implementation dependent.
-
- Mar 23, 2001
-
-
pw authored
host contains a directory separator character.
-
- Mar 15, 2001
-
-
pw authored
defstruct options while preserving previous behaviour. ANSI processing is enabled by ext:*ansi-defstruct-options-p* which must be NIL while compiling CMUCL, PCL, CLX, HEMLOCK to avoid flushing defined print-functions. This switch is turned ON when worldload builds a core with PCL in it.
-
- Mar 14, 2001
- Mar 13, 2001
- Mar 12, 2001
-
-
pw authored
is part of the name component.
-
- Mar 11, 2001
- Mar 09, 2001
-
-
pw authored
-
- Mar 08, 2001
-
-
pw authored
internal utility function FIND-SEARCH-LIST.
-
- Mar 04, 2001
- Mar 03, 2001
-
-
pw authored
-
- Mar 01, 2001
-
-
pw authored
-
- Feb 23, 2001
- Feb 22, 2001
-
-
pw authored
I've appended the necessary mods inorder to make the autoloading of logical pathname translations to work. This includes fixing load-logical-pathname-translations to work the way the manual says it does.
-
pw authored
-
pw authored
A couple of typo corrections; fix main() in lisp.c (main returns int, not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
-
dtc authored
version, reducing the risk of confusion with commonly used unix filenames.
-
- Feb 21, 2001
-
-
dtc authored
-
- Feb 11, 2001
-
-
dtc authored
-
- Jan 28, 2001
-
-
dtc authored
From Pierre R. Mai.
-
- Jan 27, 2001
-
-
pw authored
breaks. Previously the remote lisp would enter an infinite loop in debug-loop because of trying to read the now dead *debug-io* stream.
-
- Jan 23, 2001
- Jan 22, 2001
-
-
dtc authored
-
- Jan 09, 2001
-
-
dtc authored
-
- Jan 06, 2001
-
-
dtc authored
evaluating the 'object argument.
-
- Jan 05, 2001
-
-
dtc authored
by Colin Walters.
-
- Jan 02, 2001
-
-
pw authored
-
- Jan 01, 2001