Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    44d17370
    Update from Paul: · 44d17370
    rtoy authored
    I've moved some slots out of external-format so they can be shared
    between external-formats that are identical in all but some variables.
    
    Also fixed a bug in octets-to-string that made it return one character
    short, and used char-code-limit instead of #x100 to determine when
    octets-to-char returns a "?", so now it'll work without change on 8 or
    16 bit lisps.
    44d17370
    History
    Update from Paul:
    rtoy authored
    I've moved some slots out of external-format so they can be shared
    between external-formats that are identical in all but some variables.
    
    Also fixed a bug in octets-to-string that made it return one character
    short, and used char-code-limit instead of #x100 to determine when
    octets-to-char returns a "?", so now it'll work without change on 8 or
    16 bit lisps.