- Dec 16, 1991
-
-
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
-
- Dec 15, 1991
- Dec 14, 1991
- Dec 13, 1991
-
-
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.
-
- Dec 12, 1991
- Dec 07, 1991
-
-
wlott authored
-
- Dec 06, 1991
-
-
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.
-
- Dec 05, 1991
- Dec 04, 1991
-
-
ram authored
trivially concatenate fasl files.
-
- Dec 03, 1991
-
-
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.
-
- Dec 02, 1991
- Dec 01, 1991
- Nov 30, 1991