Skip to content
Snippets Groups Projects
  1. Jul 24, 1998
  2. Jul 10, 1998
  3. Jul 09, 1998
  4. Jun 19, 1998
  5. Jun 18, 1998
  6. Jun 16, 1998
  7. Jun 11, 1998
  8. Jun 07, 1998
  9. May 29, 1998
  10. May 15, 1998
  11. May 13, 1998
  12. May 11, 1998
  13. May 09, 1998
  14. 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
  15. Apr 15, 1998
  16. Apr 14, 1998
  17. Apr 03, 1998
  18. Mar 31, 1998
  19. Mar 30, 1998
  20. Mar 27, 1998
  21. Mar 21, 1998
  22. Mar 11, 1998
  23. Mar 10, 1998
Loading