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