Skip to content
Snippets Groups Projects
  1. Oct 23, 2000
  2. Oct 21, 2000
  3. Oct 16, 2000
  4. Oct 06, 2000
  5. Oct 04, 2000
  6. Sep 27, 2000
  7. Sep 26, 2000
  8. Sep 20, 2000
  9. Sep 15, 2000
  10. Sep 14, 2000
  11. Sep 12, 2000
  12. Sep 07, 2000
  13. Sep 05, 2000
  14. Sep 04, 2000
  15. Sep 01, 2000
  16. Aug 27, 2000
  17. Aug 25, 2000
  18. Aug 24, 2000
    • dtc's avatar
      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
    • pw's avatar
      Change typespec for args to fcntl from (unsigned-byte 16) to (unsigned-byte 32) · 573309b4
      pw authored
      as the third arg can be pointers or process id. Hemlock slave was having
      problems with large PIDs.
      573309b4
Loading