Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    e49c536b
    Import Paul Foley's external-formats support. · e49c536b
    rtoy authored
    New files:
    o code/extfmts.lisp
    o pcl/simple-streams/external-formats/iso8859-1.lisp
    o pcl/simple-streams/external-formats/void.lisp
    
    code/exports.lisp:
    o Export the new symbols STRING-TO-OCTETS, OCTETS-TO-STRING,
      *DEFAULT-EXTERNAL-FORMAT*, ENCODE-STRING, and DECODE-STRING from the
      STREAM package
    o Make the symbols in the EXT package too.
    
    pcl/simple-streams/internal.lisp:
    o Move the implementation of STRING-TO-OCTETS and friends to a new
      file (extfmts.lisp).
    
    pcl/simple-streams/external-formats/utf-8.lisp:
    o New implementation.
    
    tools/make-main-dist.sh:
    o Create new target directory to hold external formats
    o Copy all of the external formats to the new directory.
    
    tools/pclcom.lisp:
    o Compile new code
    
    tools/worldcom.lisp:
    o Compile code/extfmts.lisp
    
    tools/worldload.lisp:
    o Load code/extfmts.lisp
    e49c536b
    History
    Import Paul Foley's external-formats support.
    rtoy authored
    New files:
    o code/extfmts.lisp
    o pcl/simple-streams/external-formats/iso8859-1.lisp
    o pcl/simple-streams/external-formats/void.lisp
    
    code/exports.lisp:
    o Export the new symbols STRING-TO-OCTETS, OCTETS-TO-STRING,
      *DEFAULT-EXTERNAL-FORMAT*, ENCODE-STRING, and DECODE-STRING from the
      STREAM package
    o Make the symbols in the EXT package too.
    
    pcl/simple-streams/internal.lisp:
    o Move the implementation of STRING-TO-OCTETS and friends to a new
      file (extfmts.lisp).
    
    pcl/simple-streams/external-formats/utf-8.lisp:
    o New implementation.
    
    tools/make-main-dist.sh:
    o Create new target directory to hold external formats
    o Copy all of the external formats to the new directory.
    
    tools/pclcom.lisp:
    o Compile new code
    
    tools/worldcom.lisp:
    o Compile code/extfmts.lisp
    
    tools/worldload.lisp:
    o Load code/extfmts.lisp