Skip to content
Snippets Groups Projects
  1. Feb 10, 1999
  2. Feb 09, 1999
  3. Feb 08, 1999
  4. Feb 06, 1999
  5. Feb 05, 1999
  6. Feb 04, 1999
    • sof's avatar
      [project @ 1999-02-04 16:15:44 by sof] · 26bc2cfb
      sof authored
      - don't complain if 'total memory in use' field not found in final RTS
      info dump.
      - add -fwarn-type-defaults to the set of -Wall warnings.
      26bc2cfb
    • sof's avatar
      [project @ 1999-02-04 15:20:32 by sof] · 233b9c71
      sof authored
      Document new -fwarn-type-defaults option.
      233b9c71
    • sof's avatar
      [project @ 1999-02-04 15:17:45 by sof] · b2def40b
      sof authored
      - Decode module names before outputting the .hi file
      b2def40b
    • sof's avatar
      [project @ 1999-02-04 14:44:26 by sof] · 87e57c1f
      sof authored
      workaround for cpp unfriendly SLIT string
      87e57c1f
    • Simon Peyton Jones's avatar
      [project @ 1999-02-04 13:45:24 by simonpj] · 937b23b9
      Simon Peyton Jones authored
      a) Fix black hole bug when doing -dshow-rn-trace
         (Involved reorganising where fixity exports are dealt with
          in RnNames/RnIfaces.)
      
      b) Arrange to apply Lint to imported unfoldings when -dcore-lint
      
      c) Add -fwarn-type-defaults to report use of the defaulting rules for types
      
      d) Make it so that f (error "help) --> error "help", if f is strict
         (Changes in Simplify.lhs.)
      937b23b9
    • sof's avatar
      [project @ 1999-02-04 12:13:15 by sof] · c8f077d4
      sof authored
      - relax the restriction that just the one open writeable handle on
        *the same file* may exist when dealing with the standard handles,
        stdout and stderr.
      
        Reason: the following invocation of a Haskell program,
      
            foo >log 2>&1
      
        should be acceptable.
      c8f077d4
    • Simon Marlow's avatar
      [project @ 1999-02-04 11:54:08 by simonm] · 6037e956
      Simon Marlow authored
      Don't go into an infinite loop for errors generated by hPutStr when
      outputing an error message.  Use writeErrString__ to output all errors
      (this won't generate a Haskell exception).
      6037e956
Loading