[nightly] 20-May-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-05-20 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 20-May-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

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

2007-05-20 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 Sun May 20 19:30:01 BST 2007. checki

patch applied (ghc): Use -cpp when building installPackage, so we can build the Cabal/filepath code

2007-05-20 Thread Ian Lynagh
Sun May 20 10:54:30 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use -cpp when building installPackage, so we can build the Cabal/filepath code M ./libraries/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc): wibble

2007-05-20 Thread Pepe Iborra
Sun May 20 04:22:52 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * wibble M ./compiler/ghci/RtClosureInspect.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Clean up & comments

2007-05-20 Thread Pepe Iborra
Sun May 20 04:21:41 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Clean up & comments M ./compiler/ghci/RtClosureInspect.hs -137 +116 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): cvReconstructType: a faster, types-only version of cvObtainTerm

2007-05-20 Thread Pepe Iborra
Sun May 20 04:07:47 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * cvReconstructType: a faster, types-only version of cvObtainTerm M ./compiler/ghci/RtClosureInspect.hs -11 +62 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

patch applied (ghc): FastMutInt - make #endif be inside \{code} to match #ifdef

2007-05-20 Thread Isaac Dupree
Sat May 19 12:50:29 PDT 2007 Isaac Dupree <[EMAIL PROTECTED]> * FastMutInt - make #endif be inside \{code} to match #ifdef M ./compiler/utils/FastMutInt.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinf

patch applied (ghc): Fixed copy-and-paste error in the machOps of compiler/cmm/CmmParse.y

2007-05-20 Thread Michael Adams
Fri May 11 06:25:57 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fixed copy-and-paste error in the machOps of compiler/cmm/CmmParse.y M ./compiler/cmm/CmmParse.y -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc): Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere.

2007-05-20 Thread Michael Adams
Fri May 11 03:53:22 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere. M ./compiler/HsVersions.h -6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/list

patch applied (ghc): Fixed a minor redundancy in the C-- lexer

2007-05-20 Thread Michael Adams
Thu May 10 08:14:54 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fixed a minor redundancy in the C-- lexer M ./compiler/cmm/CmmLex.x -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed the C-- lexer to comply with the standard on hex escape sequences.

2007-05-20 Thread Michael Adams
Thu May 10 08:03:50 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fixed the C-- lexer to comply with the standard on hex escape sequences. The C-- standard [1] says in Section 3.3.5 "Character literals" that: - the hex escape sequence "must contain at least one and at most two hexdig

patch applied (ghc): FastTypes - delete ugly _signatures, comment on Bool not FastBool where the typechecker will not catch it

2007-05-20 Thread Isaac Dupree
Mon Apr 30 12:59:44 PDT 2007 Isaac Dupree <[EMAIL PROTECTED]> * FastTypes - delete ugly _signatures, comment on Bool not FastBool where the typechecker will not catch it M ./compiler/utils/FastTypes.lhs -13 +1 ___ Cvs-ghc mailing list Cvs-ghc@ha

patch applied (ghc): FastTypes - note strictness of fast{Or, And} and make the unboxed versions so

2007-05-20 Thread Isaac Dupree
Mon Apr 30 12:58:10 PDT 2007 Isaac Dupree <[EMAIL PROTECTED]> * FastTypes - note strictness of fast{Or,And} and make the unboxed versions so M ./compiler/utils/FastTypes.lhs -2 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc): fix non-GHC-specific variant of FastTypes

2007-05-20 Thread Isaac Dupree
Sun Apr 29 12:14:22 PDT 2007 Isaac Dupree <[EMAIL PROTECTED]> * fix non-GHC-specific variant of FastTypes I tested FastTypes.lhs with hugs (manually using cpp) as well as ghc. M ./compiler/utils/FastTypes.lhs -1 +42 ___ Cvs-ghc mailing list Cvs

patch applied (ghc): Documented the Unicode tricks that are being played in the lexers

2007-05-20 Thread Michael Adams
Thu May 10 07:59:35 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Documented the Unicode tricks that are being played in the lexers M ./compiler/cmm/CmmLex.x -3 +3 M ./compiler/parser/Lexer.x -6 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.o

patch applied (ghc): Fixed apparent typo in STRICT1(f) of HsVersions.h

2007-05-20 Thread Michael Adams
Fri May 4 07:23:25 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Fixed apparent typo in STRICT1(f) of HsVersions.h M ./compiler/HsVersions.h -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 20-May-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-05-20 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 20-May-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil