- 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
-
phg authored
The search mechanism for loading pathname translations uses the CMUCL extension of search-lists. The user can add to the library: search-list using setf. The file for translations should have the name defined by the hostname (a string) and with type component "translations".
-
- Aug 19, 1992
-
-
phg authored
standard.
-
- Jun 01, 1992
-
-
ram authored
an arg being NIL and being unsupplied.
-
- May 15, 1992
-
-
wlott authored
-
- Mar 10, 1992
-
-
wlott authored
currently defined.
-
- Feb 24, 1992
-
-
wlott authored
-
- Feb 19, 1992
-
-
wlott authored
them with ``default:''.
-
- Jan 16, 1992
-
-
wlott authored
directory spec is NIL. In this case it should just use the first directory verbatim.
-
- Dec 22, 1991
-
-
ram authored
-
- Dec 20, 1991
-
-
ram authored
a VALUE-CELL in the SEARCH-LIST-EXPANSIONS slot.
-