- Aug 30, 2004
-
-
rtoy authored
o Previous changes were wrong. This version handles relative and section-relative columns correctly, I think. PPRINT-TABULAR o The computation of colinc was wrong---I don't think we need to add one to tabsize. o I don't think we should output the space character. It results in one extra space. With these changes, the format tests in ansi-tests for ~T and friends pass. I think these are right now, but I'm not 100% sure.
-
- Aug 28, 2004
-
-
rtoy authored
tabbing.
-
rtoy authored
was at or beyond colnum. o COMPUTE-TAB-SIZE was crashing if colinc was zero, instead of returning 0. o PPRINT-TABULAR was passing the specified tabsize to PPRINT-TAB. I think it should be incremented by one to specify the correct colinc for PPRINT-TAB. These fixes correct some of the errors found by ANSI-TESTS.
-
- May 05, 2004
-
-
rtoy authored
function name for the dispatch function, but CMUCL only accepted a function. Allow either a function or symbol for the dispatch function, and change the declared type appropriately in the pprint-dispatch-entry structure slot.
-
- Jan 16, 2004
-
-
toy authored
implementation details leaks out. From SBCL.
-
- Jan 06, 2003
-
-
toy authored
like (make-array '(0 0 0)). o Read wasn't reading in things like #3a() properly Bugs noted by Paul Dietz. Fixes from Gerd Moellmann.
-
- Oct 07, 2002
-
-
toy authored
o Fix a few typos in code. o Delete a few unused symbols from various places o Use something better than %%RWSEQ-EOF%% for the eof marker. o Add target-foreign-linkage vars for the PPC and HPPA ports to aid cross-compilation. (The values are very likely wrong, but they're not used yet.) Based on a larger patch from Eric Marsden.
-
- Jul 22, 2002
-
-
toy authored
the prefix is not a string (or nil). Check for this. (Don't need the declaration for suffix because that gets tested somewhere else.)
-
- Jun 11, 2001
-
-
pmai authored
*print-length* would cause the ellipsis to be printed directly adjacent to the previous item, rather than separated via a space, which could cause the reader not to detect the abbreviation.
-
- Mar 13, 2001
- 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
-