Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 04, 2001
  3. Oct 16, 2000
  4. Aug 25, 2000
  5. Aug 24, 2000
  6. Jun 19, 2000
  7. Dec 04, 1999
  8. Sep 04, 1999
  9. Jan 22, 1999
  10. Jan 15, 1999
  11. Dec 19, 1998
  12. Jul 16, 1998
  13. 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
  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. Jan 04, 1998
  16. 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
  17. Mar 25, 1997
  18. Feb 25, 1997
  19. Jan 18, 1997
  20. May 07, 1996
  21. Oct 31, 1994
  22. Oct 02, 1994
  23. Aug 23, 1994
  24. Feb 11, 1994
  25. Jan 08, 1994
  26. Jan 06, 1994
  27. Aug 30, 1993
  28. Aug 04, 1993
  29. Jun 24, 1993
  30. Jun 08, 1993
  31. Feb 26, 1993
  32. Feb 17, 1993
  33. Jan 13, 1993
  34. Dec 10, 1992
  35. Mar 09, 1992
  36. Feb 21, 1992
  37. Feb 14, 1992
Loading