Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    62104ee1
    o Based on suggestions from Martin Cracauer, flush commonly used output · 62104ee1
    dtc authored
      streams during the processing of command line switches and upon exit.
      This is a convenience for typical usage, and not all output streams
      are flushed, so important streams should still be flushed but user code.
    
    o Add a new function finish-standard-output-streams to finish output on
      the commonly used output streams. Called after the processing
      of each command line switch, and before the %end-of-the-world.
    
    o Extend the eval switch to process multiple forms, flushing the common
      output streams between each.
    62104ee1
    History
    o Based on suggestions from Martin Cracauer, flush commonly used output
    dtc authored
      streams during the processing of command line switches and upon exit.
      This is a convenience for typical usage, and not all output streams
      are flushed, so important streams should still be flushed but user code.
    
    o Add a new function finish-standard-output-streams to finish output on
      the commonly used output streams. Called after the processing
      of each command line switch, and before the %end-of-the-world.
    
    o Extend the eval switch to process multiple forms, flushing the common
      output streams between each.