Skip to content
Snippets Groups Projects
  1. Apr 03, 2002
  2. Feb 04, 2002
  3. Jul 08, 2001
    • pw's avatar
      From Paul Foley: · c9918062
      pw authored
      	Implements READ- and WRITE-SEQUENCE on Gray streams, via
      	STREAM-READ-SEQUENCE and STREAM-WRITE-SEQUENCE, and provides a :class
      	keyword to OPEN which lets it return Gray streams classes wrapped
      	around lisp-streams.
      
      	Load exports.lisp before compiling with this set of changes.
      c9918062
  4. Jun 17, 2001
    • pw's avatar
      From Eric Marsden: · 45a54c42
      pw authored
      FILE-LENGTH should signal a type-error if arg is not associated with a file.
      45a54c42
  5. Mar 04, 2001
  6. Oct 16, 2000
  7. Aug 25, 2000
  8. Aug 24, 2000
  9. Jun 19, 2000
  10. Dec 04, 1999
  11. Sep 04, 1999
  12. Jan 22, 1999
  13. Jan 15, 1999
  14. Dec 19, 1998
  15. Jul 16, 1998
  16. 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
  17. 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
  18. Jan 04, 1998
  19. 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
  20. Mar 25, 1997
  21. Feb 25, 1997
  22. Jan 18, 1997
  23. May 07, 1996
  24. Oct 31, 1994
  25. Oct 02, 1994
  26. Aug 23, 1994
  27. Feb 11, 1994
  28. Jan 08, 1994
  29. Jan 06, 1994
  30. Aug 30, 1993
  31. Aug 04, 1993
  32. Jun 24, 1993
  33. Jun 08, 1993
  34. Feb 26, 1993
  35. Feb 17, 1993
  36. Jan 13, 1993
  37. Dec 10, 1992
Loading