cvs commit: fptools/ghc/compiler/simplCore SimplCore.lhs

Simon Marlow simonmar@microsoft.com
Fri, 14 Dec 2001 16:11:44 -0000


> simonmar    2001/12/14 07:29:59 PST
>=20
>   Modified files:        (Branch: ghc-5-02-branch)
>     ghc/compiler/simplCore SimplCore.lhs=20
>   Log:
>   merge rev. 1.100
>  =20
>   Revision  Changes    Path
>   1.96.4.2  +6 -3 fptools/ghc/compiler/simplCore/SimplCore.lhs

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. =20

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.

Cheers,
	Simon