Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    c8054de1
    .../code/fd-stream.lisp, 08-Mar-90 17:58:17, Edit by Wlott. · c8054de1
    ram authored
      Yet another attempt at file-position.  Forgot to zero both the head and
      tail of the input buffer when we moved the file pointer.  Therefore, UNIX
      thought that the file pointer was at the beginning of the file, but LISP
      thought that the file pointer was ibuf-tail bytes in.
    c8054de1
    History
    .../code/fd-stream.lisp, 08-Mar-90 17:58:17, Edit by Wlott.
    ram authored
      Yet another attempt at file-position.  Forgot to zero both the head and
      tail of the input buffer when we moved the file pointer.  Therefore, UNIX
      thought that the file pointer was at the beginning of the file, but LISP
      thought that the file pointer was ibuf-tail bytes in.