Skip to content
Snippets Groups Projects
  1. May 01, 1998
  2. Apr 27, 1998
    • pw's avatar
      · 9fa03c83
      pw authored
      Fix for read-stream; can only use read-n-bytes to read into
      simple-strings on fd-streams. Noted by Paul Dietz. Fix from Douglas.
      9fa03c83
  3. Apr 24, 1998
  4. Apr 20, 1998
    • pw's avatar
      This revision alters the condition type hierarchy to be in compliance · 4a42e17c
      pw authored
      with the ANSI spec. A default report method is attached to the
      serious-condition class and many of the uses of (error "string" arg..)
      in filesys.lisp and package.lisp were changed to use, for example,
      (error 'file-error :format-control "string" :format-arguments (list stuff))
      The end result is no obvious change to what the user sees, and enables
      one to establish a handler to catch the particular error type as
      mentioned in the "Exceptional Situations:" section of the CLHS
      write-ups. There probably are still some places where the error
      types need to be fixed.
      
      Also, a bug in with-package-iterator which caused failure with
      a null package-use-list was fixed, and some file functions (like
      truename and probe-file) now disallow a wild pathname.
      4a42e17c
  5. Apr 17, 1998
  6. Apr 15, 1998
  7. Apr 14, 1998
  8. Apr 10, 1998
  9. Apr 09, 1998
  10. Apr 08, 1998
  11. Apr 07, 1998
  12. Apr 06, 1998
  13. Apr 03, 1998
  14. Mar 31, 1998
  15. Mar 30, 1998
  16. Mar 28, 1998
  17. Mar 27, 1998
  18. Mar 26, 1998
  19. Mar 21, 1998
Loading