patch applied (ghc): Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac

2007-11-17 Thread Ian Lynagh
Sat Nov 17 07:45:02 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac Patch from Brian P. O'Hanlon M ./configure.ac -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

patch applied (ghc-6.8/ghc): remove an incorrect assertion

2007-11-17 Thread Ian Lynagh
Tue Oct 16 08:18:29 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove an incorrect assertion M ./rts/Adjustor.c -5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): remove --define-name from the --help usage message (#1596)

2007-11-17 Thread Ian Lynagh
Wed Nov 14 07:34:17 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * remove --define-name from the --help usage message (#1596) M ./utils/ghc-pkg/Main.hs -4 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc-6.8/ghc): Attempt at fixing #1873, #1360

2007-11-17 Thread Ian Lynagh
Fri Nov 16 07:21:48 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Attempt at fixing #1873, #1360 I think I figured out a reasonable way to manage the GHCi context, comments welcome. Rule 1: external package modules in the context are persistent. That is, when you say 'import Data.Ma

patch applied (ghc-6.8/ghc): FIX #1828: installing to a patch with spaces in

2007-11-17 Thread Ian Lynagh
Thu Nov 15 07:57:47 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1828: installing to a patch with spaces in We have to pass the path to gcc when calling windres, which itself might have spaces in. Furthermore, we have to pass the path to gcc's tools to gcc. This means getting the qu

patch applied (ghc-6.8/ghc): on Windows, install to a directory with spaces (test for #1828)

2007-11-17 Thread Ian Lynagh
Thu Nov 15 07:53:27 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * on Windows, install to a directory with spaces (test for #1828) M ./bindisttest/Makefile -2 +11 M ./mk/config.mk.in -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc-6.8/ghc): FIX #1679: crash on returning from a foreign call

2007-11-17 Thread Ian Lynagh
Thu Nov 15 05:16:35 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1679: crash on returning from a foreign call We forgot to save a pointer to the BCO over the foreign call. Doing enough allocation and GC during the call could provoke a crash. M ./rts/Interpreter.c -1 +16 __

patch applied (ghc-6.8/ghc): Make pprNameLoc more robust in absence of loc information

2007-11-17 Thread Ian Lynagh
Wed Nov 14 15:33:43 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Make pprNameLoc more robust in absence of loc information M ./compiler/basicTypes/Name.lhs -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc-6.8/ghc): Wibble to fix Trac #1901 (shorten messsage slightly)

2007-11-17 Thread Ian Lynagh
Fri Nov 16 07:03:41 PST 2007 [EMAIL PROTECTED] * Wibble to fix Trac #1901 (shorten messsage slightly) M ./compiler/typecheck/TcTyClsDecls.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX Trac #1901: check no existential context in H98 mode

2007-11-17 Thread Ian Lynagh
Fri Nov 16 06:56:09 PST 2007 [EMAIL PROTECTED] * FIX Trac #1901: check no existential context in H98 mode M ./compiler/typecheck/TcTyClsDecls.lhs -3 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Improve documentation of data type declarations (Trac #1901)

2007-11-17 Thread Ian Lynagh
Fri Nov 16 00:18:41 PST 2007 [EMAIL PROTECTED] * Improve documentation of data type declarations (Trac #1901) M ./docs/users_guide/glasgow_exts.xml -14 +35 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc-6.8/ghc): Improve links from flag reference to the relevant section; and improve doc of RankN flags

2007-11-17 Thread Ian Lynagh
Fri Nov 16 06:58:16 PST 2007 [EMAIL PROTECTED] * Improve links from flag reference to the relevant section; and improve doc of RankN flags M ./docs/users_guide/flags.xml -19 +19 M ./docs/users_guide/glasgow_exts.xml -6 +17 ___ Cvs-ghc mailin

patch applied (ghc-6.8/ghc): Documentation only - fix typo in flags reference

2007-11-17 Thread Ian Lynagh
Wed Nov 14 21:57:48 PST 2007 Tim Chevalier <[EMAIL PROTECTED]> * Documentation only - fix typo in flags reference M ./docs/users_guide/flags.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Make SpecConstr work again

2007-11-17 Thread Ian Lynagh
Thu Nov 15 00:42:42 PST 2007 [EMAIL PROTECTED] * Make SpecConstr work again In a typo I'd written env instead of env', and as a result RULES are practically guaranteed not to work in a recursive group. This pretty much kills SpecConstr in its tracks! Well done Kenny Lu for spottin

patch applied (ghc-6.8/ghc): Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac

2007-11-17 Thread Ian Lynagh
Sat Nov 17 07:45:02 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac Patch from Brian P. O'Hanlon M ./configure.ac -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

patch applied (/haskell/ghc): Clarify the 6.8.1 download page a bit

2007-11-17 Thread Ian Lynagh
Sat Nov 17 15:27:39 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Clarify the 6.8.1 download page a bit M ./download_ghc_681.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Add another OS X 10.4 PPC bindist from Christian Maeder

2007-11-17 Thread Ian Lynagh
Sat Nov 17 15:16:56 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add another OS X 10.4 PPC bindist from Christian Maeder M ./download_ghc_681.html -2 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Update the Windows 6.8.1 entry: We don' t support ME or NT

2007-11-17 Thread Ian Lynagh
Sat Nov 17 12:53:56 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update the Windows 6.8.1 entry: We don't support ME or NT M ./download_ghc_681.html -4 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-11-17 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 Nov 16 19:30:03 GMT 2007. checki

[nightly] 16-Nov-2007 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

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

Daily report for head

2007-11-17 Thread BuildBot Collator
Build results: x86-64 Linux head:pass x86 Windows head: pass x86 Windows head fast:pass pass pass pass pass pass gabor head: pass kahl G5 Gentoo Linux head:pass mnemosyne x86-64 Gentoo head: pass phil Intel OSX head: pass tnaur PPC OSX

Daily report for stable

2007-11-17 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable: pass pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: pass Old unexpected test passes: 1603 2 mnemosyne x86-64 Gentoo stable New unexpected test failures: conc018