- May 18, 2001
-
-
pw authored
-
- May 14, 2001
-
-
pw authored
'thing' has invalid LP host syntax (and a colon character).
-
- Apr 05, 2001
-
-
pw authored
the argument may be other than a string.
-
- 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 14, 2001
-
-
pw authored
so it does what was intended.
-
- Mar 13, 2001
-
-
pw authored
-
- Mar 11, 2001
-
-
pw authored
pathname translations.
-
- Mar 08, 2001
-
-
pw authored
internal utility function FIND-SEARCH-LIST.
-
- 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.
-
- Jul 10, 2000
-
-
dtc authored
value may be nil not just an index.
-
- Jul 06, 2000
-
-
dtc authored
with the declared return type; some paths were returning only a single value. o Correct the declared result type of substitute-into to declare both return values.
-
- Apr 12, 1999
-
-
dtc authored
Likewise in %print-logical-pathname.
-
- Apr 10, 1999
-
-
dtc authored
Christophe Rhodes.
-
- Feb 11, 1999
-
-
dtc authored
or from directories are Nil. Fix for the case when the source is Nil, plus better handling of :wild and :wild-inferior within the to directory when the from directory is Nil.
-
- Jan 09, 1999
-
-
dtc authored
1. Fix up a comment bug for translate-directories 2. Give a better implementation of enough-namestring
-
- Dec 29, 1998
-
-
dtc authored
Raymond Toy.
-
- Dec 19, 1998
-
-
dtc authored
Based on patches from Peter Van Eynde.
-
- Feb 09, 1998
-
-
dtc authored
translate-directories; from Markus Krummenacker.
-
- Oct 02, 1997
-
-
dtc authored
-
- Jun 06, 1997
-
-
dtc authored
string to a host structure was always failing, now compares the host structures.
-
- Feb 11, 1997
-
-
pw authored
of (:absolute) on something like "HOST:FILE" which caused problems with MERGE-DIRECTORIES. COMPLETE-FILE on LPs now works.
-
- Feb 09, 1997
-
-
pw authored
object was returned wrapped up as the first piece of a new PATTERN. This was traced to a typo where 'thing' (the original pattern) was passed to 'function' instead of the lambda arg 'piece'. Now, (directory "HOST:DIR;NAME*") does something reasonable.
-
- Feb 05, 1997
-
-
pw authored
-
- Jan 18, 1997
-
-
ram authored
-
- May 07, 1996
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Aug 30, 1993
-
-
ram authored
-
- Aug 15, 1993
-
-
wlott authored
that stream.
-
- Aug 04, 1993
- Aug 03, 1993
-
-
ram authored
-
- Jul 31, 1993
-
-
ram authored
-
ram authored
Generalized TRANSLATE-PATHNAME to work on logical pathnames and :WILD-INFERIORS, and used this to implement TRANSLATE-LOGICAL-PATHNAME. Generalized PARSE-NAMESTRING to be able to parse logical namestrings, and use it to implement LOGICAL-PATHNAME. Fixed some type declarations that didn't allow :UNSPECIFIC or :WILD when they should. Fixed PATH-DESIGNATOR type to allow complex strings. Added utilities for canonicalizing logical hosts. Fixed pattern matching code to consistently accept :WILD and :WILD-INFERIORS. Changed namestring-parse-error to inherit from PARSE-ERROR, and made logical namestring parsing use it so that :JUNK-ALLOWED T works. Mostly rewrote logical namestring parsing. Fixed some erroneous simple-string assumptions. Changed namestring parsing in general to give preference to parsing as a physical pathname with a search-list, since we can (and must be able to) parse undefined search-lists, but we can't parse logical pathnames with undefined hosts. Reinterpreted the spec for logical pathname parsing somewhat more liberally. Changed WILD-PATHNAME-P to recognize :WILD and :WILD-INFERIORS. Fixed argument order to COMPONENTS-MATCH in PATHNAME-MATCH-P. Generalized xxxCOMPONENTxxx matching operations to handle integer and keyword versions, replacing inline special-casing of versions. Signal an error if the TO pattern has more wildcards than the FROM pattern. Fixed out-of-bounds errors in MAYBE-MAKE-LOGICAL-PATTERN. Deleted SAVE-LOGICAL-PATHNAME-TRANSLATIONS. Simplified search-list hackery in LOAD-LOGICAL-PATHNAME-TRANSLATIONS. Moved COMPILE-FILE-PATHNAME to compiler/main.
-
- Jul 15, 1993
-
-
phg authored
namestrings must consist of capital letters, numbers and hyphens, according to the ANSI specification, and not including lower case letters as listed in some of the examples in the specification.
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Sep 04, 1992
-
-
phg authored
and :newest for UNIX filesystems (the only kind currently supported by CMUCL.
-
- Sep 03, 1992
-
-
phg authored
-