Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/6494a64a7da656762e88ecb0137e4192e26c0137 >--------------------------------------------------------------- commit 6494a64a7da656762e88ecb0137e4192e26c0137 Author: Paolo Capriotti <[email protected]> Date: Wed May 16 12:27:36 2012 +0100 Update 7.4.2 release notes. >--------------------------------------------------------------- docs/users_guide/7.4.2-notes.xml | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/users_guide/7.4.2-notes.xml b/docs/users_guide/7.4.2-notes.xml index 41d4c13..cc6daf7 100644 --- a/docs/users_guide/7.4.2-notes.xml +++ b/docs/users_guide/7.4.2-notes.xml @@ -173,6 +173,26 @@ has been fixed. </para> </listitem> + + <listitem> + <para> + A performance bug causing functions to lose the tail-recursive + property after optimization (<ulink + url="http://hackage.haskell.org/trac/ghc/ticket/5920">#5920</ulink>, + <ulink + url="http://hackage.haskell.org/trac/ghc/ticket/5997">#5997</ulink>) + has been fixed. + </para> + </listitem> + + <listitem> + <para> + <literal>hs_init</literal> can now be called with + <literal>NULL</literal> pointers as arguments (<ulink + url="http://hackage.haskell.org/trac/ghc/ticket/6006">#6006</ulink>). + </para> + </listitem> + </itemizedlist> </sect2> @@ -216,10 +236,12 @@ <listitem> <para> - Fixed bug (<ulink - url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>) - where a failed import in GHCi with -XPackageImport would cause - successive imports to fail. + A GHCi bug (<ulink + url="http://hackage.haskell.org/trac/ghc/ticket/5979">#5979</ulink>, + <ulink + url="http://hackage.haskell.org/trac/ghc/ticket/6007">#6007</ulink>) + where a failed import would cause successive imports to fail has been + fixed. </para> </listitem> </itemizedlist> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
