- Feb 15, 1992
-
-
wlott authored
-
- Feb 14, 1992
-
-
wlott authored
-
- Jan 30, 1992
-
-
wlott authored
are no directories but there was an initial slash instead of using NIL.
-
- Dec 20, 1991
- Dec 18, 1991
- Dec 16, 1991
-
-
wlott authored
-
wlott authored
type.
-
wlott authored
-
wlott authored
UNIX-NAMESTRING might return NIL now.
-
wlott authored
pathname.lisp and this file contains basically the Unix depended code. This rewrite includes full support for wildcards and structured directories (as per X3J13). The new pathname format also lends itself better to the addition of logical pathnames (but they haven't been written, yet).
-
- Dec 01, 1991
-
-
wlott authored
-
- Nov 16, 1991
-
-
ram authored
-
- Oct 22, 1991
-
-
chiles authored
Modified COMPLETE-FILE to correctly complete files relative to the defaults. It was previously relying on MERGE-PATHNAMES solely, but MERGE-PATHNAMES cannot do what COMPLETE-FILE requires when presented with a partial (non-absolute) pathname that includes some directories. What the user wants is the partial pathname to be merged with the absolute defaults including any directories specified in pathname. MERGE-PATHNAMES cannot do this since partial pathnames have independent uses, and it cannot clobber a non-nil slot in the partial pathname structure. However, COMPLETE-FILE obtains its partial pathnames from users specifying against defaults with the intent of deriving an absolute name, so when the defaults contain an absolute directory slot, the partial directory spec of the supplied pathname (if any) gets tacked onto the end of the defaults directory spec. This fixes a long standing Hemlock problem: you could find files relative to the defaults with subdirectory specs, but you could not complete them. Fixed DIRECTORY to no longer signal errors. It's job is to return a list of files matching its argument, and it should return nil when the spec is in accurate.
-
- Sep 03, 1991
-
-
ram authored
-
- Aug 22, 1991
-
-
ram authored
-
- May 28, 1991
-
-
ram authored
-
- Apr 25, 1991
-
-
ram authored
-
- Feb 08, 1991
-
-
ram authored
-
- Nov 23, 1990
-
-
wlott authored
-
- Nov 17, 1990
-
-
wlott authored
check for subdirs, so that we get the trailing slash on them.
-
- Nov 09, 1990
-
-
wlott authored
arg to be defaulted to T.
-
- Nov 03, 1990
-
-
wlott authored
directory instead of expecting the lower level code to handle it. Changed the names of routines like %ses-get-useful-part to something reasonable.
-
- Aug 24, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
-
- Feb 06, 1990
-
-
ram authored
-