Skip to content
Snippets Groups Projects
  1. Mar 08, 1999
  2. Mar 04, 1999
  3. Jan 11, 1999
  4. Dec 19, 1998
  5. Oct 04, 1998
  6. Aug 14, 1998
  7. Jul 16, 1998
  8. May 27, 1998
  9. May 09, 1998
  10. 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
  11. May 01, 1998
  12. Apr 10, 1998
  13. Mar 30, 1998
  14. Mar 26, 1998
  15. Mar 21, 1998
  16. Mar 10, 1998
  17. Mar 03, 1998
  18. Feb 24, 1998
  19. Feb 21, 1998
  20. Feb 19, 1998
  21. Feb 05, 1998
  22. Feb 03, 1998
  23. Jan 29, 1998
  24. Jan 20, 1998
  25. Jan 11, 1998
  26. Jan 04, 1998
    • dtc's avatar
      Define a new function process-wait-until-fd-usable; similar to · 9e78a0f2
      dtc authored
      sys:wait-until-fd-usable but uses process-wait so avoids blocking if
      there are other runnable processes.
      
      Redefine the sleep function to use process-wait-with-timeout to avoid
      blocking if there are other runnable processes.
      9e78a0f2
  27. Dec 13, 1997
  28. Nov 18, 1997
  29. Nov 15, 1997
  30. Nov 07, 1997
  31. Nov 01, 1997
    • dtc's avatar
      Improved support for (complex single-float) and (complex double-float) · 4c3b1bb6
      dtc authored
      types. Adds storage classes to the backend for these so they can be
      stored in registers or on the stack without consing; new primitive
      types etc. Also adds (simple-array (complex {single,double}-float))
      array types to avoid consing and speed vectors operations.  All
      these changes are conditional on the :complex-float feature. More work
      is needed to exploit these changes: improving the type dispatch in the
      various function; maybe compiler transforms or more VOPs to handle
      common functions inline.
      4c3b1bb6
  32. Oct 24, 1997
  33. Sep 24, 1997
  34. Sep 08, 1997
  35. Sep 07, 1997
  36. Sep 04, 1997
  37. Aug 30, 1997
  38. Aug 25, 1997
Loading