Skip to content
Snippets Groups Projects
  1. May 04, 1998
    • dtc's avatar
      Gray streams support: · 6c21ff8a
      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.
      6c21ff8a
  2. Apr 03, 1998
  3. Mar 26, 1998
  4. Mar 21, 1998
  5. Jul 26, 1997
  6. Jan 12, 1995
  7. Oct 31, 1994
  8. Mar 20, 1994
  9. Feb 11, 1994
  10. Aug 30, 1993
  11. Aug 25, 1993
  12. Aug 20, 1993
  13. Aug 17, 1993
  14. Jul 26, 1993
  15. Jul 23, 1993
  16. Jun 24, 1993
  17. May 11, 1993
  18. May 07, 1993
  19. May 02, 1993
  20. Mar 14, 1993
  21. Feb 26, 1993
  22. Feb 11, 1993
  23. Feb 10, 1993
  24. Jan 27, 1993
  25. Jan 23, 1993
  26. Dec 17, 1992
  27. Dec 13, 1992
  28. Dec 06, 1992
  29. Aug 13, 1992
  30. Jul 28, 1992
  31. Jun 14, 1992
    • wlott's avatar
      Changed circularity detection and depth abbreviation around. OUTPUT-OBJECT · 1b3f12ff
      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.
      1b3f12ff
  32. Apr 21, 1992
  33. Apr 07, 1992
  34. Apr 02, 1992
  35. Mar 09, 1992
    • wlott's avatar
      typos · c7231b60
      wlott authored
      c7231b60
  36. Mar 08, 1992
  37. Feb 13, 1992
Loading