Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    40f31f66
    Fix the handling of :unread and :clear-input in the stream · 40f31f66
    dtc authored
    misc functions synonym-misc, two-way-misc, and concatenated-misc.
    These streams encapsulate other input streams which may have an input
    buffer so they need to call unread-char and clear-input on the
    encapsulated stream rather than directly calling the encapsulated
    streams misc method as the misc methods are below the layer of the
    input buffer.
    40f31f66
    History
    Fix the handling of :unread and :clear-input in the stream
    dtc authored
    misc functions synonym-misc, two-way-misc, and concatenated-misc.
    These streams encapsulate other input streams which may have an input
    buffer so they need to call unread-char and clear-input on the
    encapsulated stream rather than directly calling the encapsulated
    streams misc method as the misc methods are below the layer of the
    input buffer.