Skip to content
Snippets Groups Projects
  1. Feb 04, 1999
    • 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
    • Simon Marlow's avatar
      [project @ 1999-02-04 09:51:18 by simonm] · 93938eb1
      Simon Marlow authored
      Oops, import occNameUserString.
      93938eb1
    • Simon Marlow's avatar
      [project @ 1999-02-04 09:47:42 by simonm] · 39df6657
      Simon Marlow authored
      Fix a few occNameStrings that should be occNameUserString.
      39df6657
    • sof's avatar
      [project @ 1999-02-04 08:15:44 by sof] · 20e4a740
      sof authored
      - include mingw32 in the list of x86 platforms supported.
      - weed out ecoff debug information.
      20e4a740
  2. Feb 03, 1999
  3. Feb 02, 1999
  4. Feb 01, 1999
Loading