cvs commit: fptools/ghc/compiler/simplCore SimplCore.lhs
Manuel M. T. Chakravarty
chak@cse.unsw.edu.au
Mon, 17 Dec 2001 16:07:46 +1100
"Simon Marlow" <simonmar@microsoft.com> wrote,
> Phew. I think I'm done with merging for 5.02.2 now, except for
> documentation and tests, and any last-minute bugs that crop up. I don't
> think I missed anything, but if anyone would like anything else merged
> please speak up now.
>
> The main fixes in 5.02.2 are:
>
> - fix for the "oversize heap check" problem
> - net library fixes (make it work, and make it work on win32)
> - I/O library fixes (finalization of sockets)
> - some of the easy space-leak fixes
>
> and lots of other fixes for minor problems.
How about merging the changes to hslibs/xlib/ and
hslibs/graphics/, too (ie, all commits on these two subtrees
since the 5.02 branch)? Plus this
http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/driver/PackageSrc.hs?rev=1.53&content-type=text/x-cvsweb-markup
and this
http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/driver/Makefile?rev=1.71&content-type=text/x-cvsweb-markup
(One commit that affected two files.)
This would make it much easier for me to provide the
graphics variant of the build for 5.02.2.
Cheers,
Manuel