Skip to content
Snippets Groups Projects
  1. Dec 27, 2000
  2. Dec 08, 1999
  3. Jun 30, 1998
  4. 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
  5. Feb 24, 1998
  6. Dec 02, 1994
  7. Oct 31, 1994
  8. Oct 27, 1994
  9. Oct 02, 1994
  10. Feb 12, 1994
  11. Feb 11, 1994
  12. Jul 27, 1993
  13. Feb 11, 1993
  14. Jan 23, 1993
  15. Jan 13, 1993
  16. Dec 08, 1992
  17. Nov 11, 1992
  18. Nov 06, 1992
  19. Jul 30, 1992
  20. Jun 14, 1992
  21. Jan 24, 1992
  22. Jan 16, 1992
  23. Dec 13, 1991
    • wlott's avatar
      Actually store the change in the suffix length in the pretty-stream · ffebdd15
      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.
      ffebdd15
  24. Dec 06, 1991
  25. Dec 05, 1991
  26. Feb 08, 1991
  27. Jul 17, 1990
  28. Jul 10, 1990
  29. May 30, 1990
  30. Mar 05, 1990
  31. Feb 22, 1990
Loading