Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    94ed0111
    Fixes from Paul Foley: · 94ed0111
    rtoy authored
    o Standard streams no longer change formats when
      *default-external-format* changes.  Use
      stream:set-system-external-format instead, or (setf
      external-format).
    o char-to-octets properly handles surrogate characters being written.
    o Makes simple-streams work again.
    
    This change needs to be cross-compiled.  2009-07 binaries work for
    cross-compiling using the 19e/boot-2008-05-cross-unicode-*.lisp
    cross-compile script.
    94ed0111
    History
    Fixes from Paul Foley:
    rtoy authored
    o Standard streams no longer change formats when
      *default-external-format* changes.  Use
      stream:set-system-external-format instead, or (setf
      external-format).
    o char-to-octets properly handles surrogate characters being written.
    o Makes simple-streams work again.
    
    This change needs to be cross-compiled.  2009-07 binaries work for
    cross-compiling using the 19e/boot-2008-05-cross-unicode-*.lisp
    cross-compile script.