patch applied (ghc-6.6/testsuite): Skip out lots of the middle numbers in cg058 as the test was taking too long

2007-02-23 Thread Simon Marlow
Thu Nov 23 16:18:09 PST 2006 Ian Lynagh [EMAIL PROTECTED] * Skip out lots of the middle numbers in cg058 as the test was taking too long The test still shows up the problem in hugs. M ./tests/ghc-regress/codeGen/should_run/cg058.hs -1 +1 ___

patch applied (ghc): Wibble

2007-02-23 Thread Pepe Iborra
Fri Feb 23 02:29:57 PST 2007 Pepe Iborra [EMAIL PROTECTED] * Wibble M ./compiler/deSugar/DsBinds.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Free thread local storage on shutdown

2007-02-23 Thread Ian Lynagh
Thu Feb 22 06:43:06 PST 2007 Ian Lynagh [EMAIL PROTECTED] * Free thread local storage on shutdown M ./includes/OSThreads.h +1 M ./rts/Task.c +3 M ./rts/posix/OSThreads.c +9 M ./rts/win32/OSThreads.c +11 ___ Cvs-ghc mailing list

patch applied (ghc-6.6/ghc): pthread_key_delete wants the key itself, not a pointer to it

2007-02-23 Thread Ian Lynagh
Fri Feb 23 04:23:12 PST 2007 Ian Lynagh [EMAIL PROTECTED] * pthread_key_delete wants the key itself, not a pointer to it M ./rts/posix/OSThreads.c -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): MERGED: Fix obscure bug in reportDeprecations

2007-02-23 Thread Ian Lynagh
Fri Feb 23 04:59:53 PST 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: Fix obscure bug in reportDeprecations [EMAIL PROTECTED] Fixes Trac #1128 Please merge to STABLE A rather obscure bug related to -fno-implicit-prelude. See Note [Used names with interface not loaded] in

patch applied (ghc-6.6/testsuite): Test for Trac #1128

2007-02-23 Thread Ian Lynagh
Tue Feb 20 09:46:34 PST 2007 [EMAIL PROTECTED] * Test for Trac #1128 M ./tests/ghc-regress/rename/should_compile/all.T +2 A ./tests/ghc-regress/rename/should_compile/rn051.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.6/ghc): describe the Z-encoding for __stginit symbol names (addresses #1014)

2007-02-23 Thread Ian Lynagh
Tue Feb 20 05:25:32 PST 2007 Simon Marlow [EMAIL PROTECTED] * describe the Z-encoding for __stginit symbol names (addresses #1014) M ./docs/users_guide/ffi-chap.xml -1 +35 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.6/ghc): Allow GADT syntax for newtypes (6.6 branch only)

2007-02-23 Thread Simon Peyton Jones
Fri Feb 23 05:38:01 PST 2007 [EMAIL PROTECTED] * Allow GADT syntax for newtypes (6.6 branch only) Fixes Trac #1154. This code has changed in the HEAD, hence this is a branch-specific patch. The HEAD is alrady done. M ./compiler/typecheck/TcTyClsDecls.lhs -9 +21

patch applied (ghc): Tidy up typechecking for newtypes

2007-02-23 Thread Simon Peyton Jones
Fri Feb 23 06:10:32 PST 2007 [EMAIL PROTECTED] * Tidy up typechecking for newtypes M ./compiler/typecheck/TcTyClsDecls.lhs -33 +24 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 23-Feb-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-02-23 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri Feb 23 19:30:02 GMT 2007.

patch applied (ghc): Fix parsing of parallel array literals

2007-02-23 Thread chak
Fri Feb 23 22:11:50 PST 2007 Manuel M T Chakravarty [EMAIL PROTECTED] * Fix parsing of parallel array literals M ./compiler/parser/Parser.y.pp -4 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc