- Jan 27, 1993
-
-
ram authored
-
- Jan 23, 1993
-
-
ram authored
-
- Dec 17, 1992
-
-
wlott authored
(%code-debug-info component).
-
- Dec 13, 1992
-
-
wlott authored
exist.
-
- Dec 06, 1992
-
-
wlott authored
added a T branch that prints "Unknown Function" so we get some output when we stumble across unknown functions.
-
- Aug 13, 1992
-
-
wlott authored
pointers.
-
- Jul 28, 1992
-
-
wlott authored
OUTPUT-OBJECT does it for us. This was causing gensyms to print as #1=#1# when *PRINT-CIRCLE* was T.
-
- Jun 14, 1992
-
-
wlott authored
now does all circularity detection and DESCEND-INTO only does depth abbreviation. Also OUTPUT-STRUCTURE no longer descends into the object, under the assumption that the structure printer will either actually check the depth argument or use PPRINT-LOGICAL-BLOCK or DESCEND-INTO.
-
- Apr 21, 1992
-
-
wlott authored
-
- Apr 07, 1992
-
-
wlott authored
-
- Apr 02, 1992
-
-
wlott authored
NAME so that other people can access the case frobbing aspect of symbol printing without having make a symbol.
-
- Mar 09, 1992
-
-
wlott authored
-
- Mar 08, 1992
-
-
wlott authored
type tests, instead of using GET-TYPE.
-
- Feb 13, 1992
-
-
ram authored
-
- Feb 12, 1992
-
-
ram authored
looping in those cases.
-
- Feb 11, 1992
-
-
ram authored
-
- Feb 04, 1992
-
-
ram authored
type declarations in SYMBOL-QUOTEP. The behavior when *PRINT-CASE* is :CAPITALIZE and *PRINT-ESCAPE* is NIL is now slightly different than before.
-
- Jan 26, 1992
-
-
wlott authored
actually work for the ``streams'' T and NIL.
-
- Jan 02, 1992
-
-
ram authored
-
- Dec 13, 1991
- Dec 05, 1991
-
-
wlott authored
print-vector. Added an export for *print-pprint-dispatch*.
-
- 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
-
-
wlott authored
support and *print-circle*, *print-level*, and *print-length*.
-
- Nov 16, 1991
-
-
wlott authored
*standard-output* when the pointer has been broken.
-
- Nov 09, 1991
-
-
wlott authored
-
- Oct 20, 1991
-
-
ram authored
-
- Sep 13, 1991
- Jul 18, 1991
-
-
ram authored
incorrect and questionably optimal optimization of printing package qualifiers.
-
- Apr 16, 1991
-
-
ram authored
cells.
-
- Feb 08, 1991
-
-
ram authored
-
- Nov 29, 1990
-
-
ram authored
-
- Nov 27, 1990
-
-
ram authored
instances.
-
- Nov 21, 1990
-
-
wlott authored
-
- Nov 19, 1990
- Oct 05, 1990
-
-
wlott authored
-
- Oct 01, 1990
-
-
ram authored
Added DEFVARs for *print-readably* and *read-eval* so that the new code could use them as appropriate. Old code still needs to be fixed to use these vars. In FLONUM-TO-STRING, use FLOAT-PRECISION to find out the actual precision for denorms, and adjust the args to FLOAT-STRING accordingly. This is so that we don't print more digits than the real precision. Currently this case will only happen through FORMAT, since normal printing uses SCALE-EXPONENT for denorms. Hacked up SCALE-EXPONENT a bunch to work for denorms. Fixed an outright bug that would happen if the (* 10.0) loop even ran more than once. Added additional special-casing for denorms so that the EXPT won't overflow.
-
- Sep 19, 1990
-
-
ram authored
thoughtfully merged it out.
-