Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    b92592e0
    Fix critical error in fast-read-char-string-refill where we didn't · b92592e0
    rtoy authored
    stream the data correctly causing decoding errors.
    
    code/sysmacs.lisp:
    o Need to copy back the in-index that fast-read-char-string-refill
      updated.
    
    code/stream.lisp:
    o Fix buffering issue when refilling the in-buffer with new data.
      Code was confused about the difference between in-length and
      in-buffer-length.
    b92592e0
    History
    Fix critical error in fast-read-char-string-refill where we didn't
    rtoy authored
    stream the data correctly causing decoding errors.
    
    code/sysmacs.lisp:
    o Need to copy back the in-index that fast-read-char-string-refill
      updated.
    
    code/stream.lisp:
    o Fix buffering issue when refilling the in-buffer with new data.
      Code was confused about the difference between in-length and
      in-buffer-length.