- Jun 30, 1998
-
-
pw authored
-
- May 05, 1998
-
-
dtc authored
with-out-stream macros incorrectly replaced in the recent Gray stream changes.
-
- 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.
-
- Apr 03, 1998
-
-
dtc authored
scale-exponent.
-
- Mar 26, 1998
-
-
pw authored
-
- Mar 21, 1998
-
-
dtc authored
-
- Jul 26, 1997
-
-
dtc authored
reentered via a GC or an interrupt and could lead to corrupt FP output. Patch suggested by Raymond Toy.
-
- Jan 12, 1995
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Mar 20, 1994
-
-
ram authored
function, since the print function might error.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Aug 30, 1993
- Aug 25, 1993
-
-
ram authored
-
- Aug 20, 1993
- Aug 17, 1993
-
-
ram authored
a debug-info object.
-
- Jul 26, 1993
-
-
ram authored
-
- Jul 23, 1993
-
-
wlott authored
instances.
-
- Jun 24, 1993
-
-
ram authored
-
- May 11, 1993
-
-
ram authored
of assuming a debug-info.
-
- May 07, 1993
-
-
ram authored
doesn't mess things up.
-
- May 02, 1993
-
-
ram authored
-
- Mar 14, 1993
- Feb 26, 1993
-
-
ram authored
-
- Feb 11, 1993
-
-
ram authored
-
- Feb 10, 1993
-
-
ram authored
..
-
- 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
-