Skip to content
  • toy's avatar
    bfbb8fd1
    From Paul Foley: · bfbb8fd1
    toy authored
    Non-simple-streams-related changes:
    
    * Stop commands which go through invoke-command-interactive from
      affecting the history variables.
    
    * Fix some typos in comments
    
    * When the GC closes a lost stream, revert to original contents
    
    * Replace #+nil with #+(or) in unix*.lisp
      [NIL is a potentially valid feature name]
    
    
    Simple-streams-related changes:
    
    * Teach reader to handle simple-streams
    
    * Add missing package prefixes in OPEN
    
    * Add unix:unix-msync for force-output on mmapped files
    
    * Add placeholder documentation
    
    * Numerous changes in simple-streams implementation
    
    * Add "external-formats" directory for external formats
    
    
    Note: :BIG-ENDIAN or :LITTLE-ENDIAN should be put on *features*
    bfbb8fd1
    From Paul Foley:
    toy authored
    Non-simple-streams-related changes:
    
    * Stop commands which go through invoke-command-interactive from
      affecting the history variables.
    
    * Fix some typos in comments
    
    * When the GC closes a lost stream, revert to original contents
    
    * Replace #+nil with #+(or) in unix*.lisp
      [NIL is a potentially valid feature name]
    
    
    Simple-streams-related changes:
    
    * Teach reader to handle simple-streams
    
    * Add missing package prefixes in OPEN
    
    * Add unix:unix-msync for force-output on mmapped files
    
    * Add placeholder documentation
    
    * Numerous changes in simple-streams implementation
    
    * Add "external-formats" directory for external formats
    
    
    Note: :BIG-ENDIAN or :LITTLE-ENDIAN should be put on *features*
Loading