- 18 Dec, 1991 3 commits
- 17 Dec, 1991 1 commit
-
-
wlott authored
ENUMERATE-MATCHES cause RSL doesn't exist any more.
-
- 16 Dec, 1991 11 commits
-
-
wlott authored
-
wlott authored
-
wlott authored
type.
-
wlott authored
core.
-
wlott authored
-
wlott authored
UNIX-NAMESTRING might return NIL now.
-
wlott authored
-
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).
-
wlott authored
-
wlott authored
of always extracting elements from the rest arg.
-
wlott authored
-
- 15 Dec, 1991 3 commits
- 14 Dec, 1991 5 commits
- 13 Dec, 1991 3 commits
-
-
wlott authored
was trying to print the stream to the structure instead of print the structure to the stream.
-
wlott authored
structure (was causing suffixes to be ignored with line abbrevs). Fixed an off-by-one error in desciding when to use line abbrevs. Fixed output-line to make sure the buffer is large enough to fit the prefix before we copy it in. Added several new keywords to pprint-logical-block as per my proposed cleanup. Changed pprint-function-call to put a fill-style newline between the the function and the first arg instead of a miser style newline.
-
wlott authored
to notice if the user structure printer also tried to do depth abbrevs and circularity detection, and blow it off 'cause we've already done it.
-
- 12 Dec, 1991 3 commits
- 07 Dec, 1991 1 commit
-
-
wlott authored
-
- 06 Dec, 1991 3 commits
-
-
wlott authored
-
wlott authored
the list of sections is reversed. Also, check to see if zero is less than or equal the index, not the index less than or equal zero.
-
wlott authored
(cons symbol) to pprint-function-call. This way the results of (list-all-packages) won't show up as a function call. Added TAB support.
-
- 05 Dec, 1991 4 commits
- 04 Dec, 1991 1 commit
-
-
ram authored
trivially concatenate fasl files.
-
- 03 Dec, 1991 1 commit
-
-
wlott authored
Exported *CURRENT-LEVEL*, *PRETTY-PRINTER*, OUTPUT-OBJECT, OUTPUT-UGLY-OBJECT, CHECK-FOR-CIRCULARITY, HANDLE-CIRCULARITY, WITH-CIRCULARITY-DETECTION, DECEND-INTO, and PUNT-IF-TOO-LONG from the KERNEL package and added doc strings for them.
-
- 02 Dec, 1991 1 commit
-
-
wlott authored
Instead of deftypeing index, import it from kernel.
-