Skip to content
Snippets Groups Projects
  1. Oct 16, 2000
  2. Aug 25, 2000
  3. Aug 24, 2000
  4. Jun 19, 2000
  5. Dec 04, 1999
  6. Sep 04, 1999
  7. Jan 22, 1999
  8. Jan 15, 1999
  9. Dec 19, 1998
  10. Jul 16, 1998
  11. Jul 14, 1998
    • pw's avatar
      This revision merges in many of the fixes for ANSI condition types · 42efe00d
      pw authored
      in various calls to ERROR. Those easily handled by using new condition
      types simple-file-error and simple-program-error are included.
      
      The only functional change here is that the function CHARACTER no longer
      accepts an integer argument so as to be ANSI compliant. This may
      break some code.
      42efe00d
  12. 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
  13. Jan 04, 1998
  14. Dec 27, 1997
    • dtc's avatar
      There were a the few calls to unix-select that limited the file · 19ce82a1
      dtc authored
      descriptor to an (unsigned-byte 32) and thus limited this code to file
      descriptors less than 32, this was probably done to limit consing.
      Replace these with unix-fast-select, allowing the use of file
      descriptors upto fd-setsize (doesn't cons). Tested with over 128 FDs
      running CL-HTTP on FreeBSD.
      19ce82a1
  15. Mar 25, 1997
  16. Feb 25, 1997
  17. Jan 18, 1997
  18. May 07, 1996
  19. Oct 31, 1994
  20. Oct 02, 1994
  21. Aug 23, 1994
  22. Feb 11, 1994
  23. Jan 08, 1994
  24. Jan 06, 1994
  25. Aug 30, 1993
  26. Aug 04, 1993
  27. Jun 24, 1993
  28. Jun 08, 1993
  29. Feb 26, 1993
  30. Feb 17, 1993
  31. Jan 13, 1993
  32. Dec 10, 1992
  33. Mar 09, 1992
  34. Feb 21, 1992
  35. Feb 14, 1992
  36. Dec 16, 1991
  37. Dec 07, 1991
Loading