Skip to content
Snippets Groups Projects
  1. Dec 09, 1998
  2. Dec 03, 1998
  3. Dec 02, 1998
  4. Nov 26, 1998
  5. Nov 25, 1998
  6. Nov 24, 1998
  7. Nov 23, 1998
    • sof's avatar
      [project @ 1998-11-23 15:44:21 by sof] · bbe9c555
      sof authored
      Extend hConnectTo to also allow output handles to be connected, i.e.,
      
          h1 <- openFile "foo" WriteMode
          h2 <- openFile "bar" WriteMode
          hConnectTo h1 h2
      
        will cause h1's buffer to be flushed when h2's buffer overflows
        (and it is just about to be flushed.) The implementation is currently
        not as lazy as that, it flushes h1's buffer regardless of whether h2's
        buffer overflows or not.
      
        This is used to connect 'stderr' and 'stdout', i.e., output on
        'stderr' will now cause 'stdout' output to (first) be flushed.
      bbe9c555
    • sof's avatar
      [project @ 1998-11-23 11:51:52 by sof] · 9a13d5c8
      sof authored
      Default GhcReportCompiles to NO
      9a13d5c8
    • sof's avatar
      [project @ 1998-11-23 10:03:42 by sof] · 8db1186f
      sof authored
      Added {TEXT,DATA}_SECTION_MARKER_DECL
      8db1186f
  8. Nov 22, 1998
  9. Nov 21, 1998
    • sof's avatar
      [project @ 1998-11-21 14:35:00 by sof] · b37527ec
      sof authored
      Distinguish between defn and use of etext and end syms; they're not
      the same on platforms where we have to resort to asm labels.
      b37527ec
  10. Nov 17, 1998
  11. Nov 16, 1998
  12. Nov 13, 1998
  13. Nov 12, 1998
  14. Nov 11, 1998
  15. Nov 10, 1998
  16. Nov 09, 1998
  17. Nov 08, 1998
Loading