- Dec 27, 2000
-
-
dtc authored
*print-pretty* is not true.
-
- Dec 08, 1999
-
-
dtc authored
element-types. These are output in the format #A(<element-type> <dims> <contents>). A random-state can now be printed readably.
-
- Jun 30, 1998
-
-
pw authored
-
- May 04, 1998
-
-
dtc authored
* Rename the 'stream structure class to sys:lisp-stream. * Add a new none hierarchical 'stream built-in class which inherits from: instance, t. * Hack in the new stream class as a mixin for the structure base lisp-stream class which now inherits from: stream, structure-object, instance, t. * Add a new 'fundamental-stream standard-class which includes 'stream as a mixin, and add PCL hacks to allow this to be redefined after PCL is loaded to be (defclass fundamental-stream (standard-object stream) ...). * Add appropriate support to the base stream functions to dispatch to the Gray stream functions for the handling of fundamental-streams. Some of the lisp-streams encapsulating CLOS streams still need a little work.
-
- Feb 24, 1998
-
-
dtc authored
*print-readably* when using *print-length* and *print-lines*.
-
- Dec 02, 1994
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 27, 1994
-
-
wlott authored
-
- Oct 02, 1994
-
-
ram authored
-
- Feb 12, 1994
- Feb 11, 1994
-
-
cvs2git authored
-
- Jul 27, 1993
-
-
wlott authored
-
- Feb 11, 1993
-
-
ram authored
-
- Jan 23, 1993
-
-
wlott authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 08, 1992
-
-
wlott authored
-
- Nov 11, 1992
-
-
wlott authored
the lambda list is shared. In other words, print (foo . #1=(bar baz)) instead of (foo. #1=(bar baz)).
-
- Nov 06, 1992
-
-
wlott authored
doesn't flame out.
-
- Jul 30, 1992
-
-
wlott authored
-
- Jun 14, 1992
-
-
wlott authored
for circularity now that OUTPUT-OBJECT does it for us. This is still not totally correct, but the lossage is less obtrusive.
-
- Jan 24, 1992
-
-
wlott authored
of svref, because despite being simple and being a vector, it's not a simple-vector.
-
- Jan 16, 1992
-
-
wlott authored
symbols as function calls if the symbol is fboundp. Added a call to BACKQ-PP-INIT so that Miles' backquote unparsing stuff gets used.
-
- Dec 13, 1991
-
-
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.
-
- Dec 06, 1991
-
-
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
-
-
wlott authored
[Except PPRINT-TAB doesn't work yet.] Should be much better than XP because it's fully integrated with the regular printing stuff.
-
- Feb 08, 1991
-
-
ram authored
-
- Jul 17, 1990
-
-
wlott authored
-
- Jul 10, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
-