patch applied (ghc): Remove long rotted configure support for Windows DLLs

2009-09-28 Thread Ben Lippmeier
Sat Sep 26 03:36:10 PDT 2009 ben.lippme...@anu.edu.au * Remove long rotted configure support for Windows DLLs M ./configure.ac -32 M ./mk/config.mk.in -3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090926103610-43c66-35af2839912371a45577386fc5e5e9f3f118faae.gz ___

patch applied (ghc): Fix making Windows bindist and installer

2009-09-28 Thread Ian Lynagh
Mon Sep 28 18:27:17 PDT 2009 Ian Lynagh * Fix making Windows bindist and installer M ./ghc.mk -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090929012717-3fd76-67eac906a480222cc7832c56155603379e5c7784.gz ___ Cvs-ghc mail

patch applied (ghc): Run bindisttest when validating

2009-09-28 Thread Ian Lynagh
Mon Sep 28 10:33:23 PDT 2009 Ian Lynagh * Run bindisttest when validating M ./validate +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090928173323-3fd76-a876f07bfa13da0f31d151b17522a6159c2988cf.gz ___ Cvs-ghc mailing list C

patch applied (ghc): Follow bindist changes in bindisttest

2009-09-28 Thread Ian Lynagh
Sun Sep 27 14:50:31 PDT 2009 Ian Lynagh * Follow bindist changes in bindisttest Also add support for testing the bindistprep tarball, for when we are validating. M ./bindisttest/Makefile -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927215031-3fd76-b69c994b

patch applied (ghc): More bindist tweaking

2009-09-28 Thread Ian Lynagh
Sun Sep 27 14:21:14 PDT 2009 Ian Lynagh * More bindist tweaking M ./ghc.mk -9 +9 M ./mk/config.mk.in -6 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927212114-3fd76-aa4710f4edd7dbf54cb1917b6909ffb030fae45e.gz ___ C

patch applied (ghc): Add a $(MAKE_RESTARTS) check to ghc.mk

2009-09-28 Thread Ian Lynagh
Sun Sep 27 13:26:03 PDT 2009 Ian Lynagh * Add a $(MAKE_RESTARTS) check to ghc.mk This should catch make going into an infinite loop. M ./ghc.mk +8 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927202603-3fd76-0657e68d10a2c87386c7d86974f058b01c31612d.gz ___

patch applied (ghc): Don't use absolute paths unnecessarily when making bindists

2009-09-28 Thread Ian Lynagh
Sun Sep 27 12:35:28 PDT 2009 Ian Lynagh * Don't use absolute paths unnecessarily when making bindists M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1 M ./mk/config.mk.in -2 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927193528-3fd76-f9ce473551c5554cc25

patch applied (ghc): Change where bindists are made

2009-09-28 Thread Ian Lynagh
Sun Sep 27 12:17:40 PDT 2009 Ian Lynagh * Change where bindists are made We now do all the hard work in a bindistprep subdirectory, and just move the result to the root directory. This way we can delete anything in bindistprep/ without worrying about deleting anything important. M ./

[nightly] 28-Sep-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-09-28 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Sep 28 19:00:01 BST 2009. **

Re: UniqFM library

2009-09-28 Thread Duncan Coutts
On Mon, 2009-09-28 at 14:53 +0100, Simon Peyton-Jones wrote: > | P.S. Do you have any thoughts on splitting UniqFM out as a library? > | Or even better, replacing UniqFM with an existing library? > | I am happy to do any refactoring that may be needed... > > Making UniqFM into a separate package w

patch applied (testsuite): tweak acceptable limits for T3294

2009-09-28 Thread Simon Marlow
Mon Sep 28 06:37:58 PDT 2009 Simon Marlow * tweak acceptable limits for T3294 Ignore-this: 669aa7582240e174bc705e2ac72b3d21 M ./tests/ghc-regress/space_leaks/all.T -2 +4 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090928133758-12142-4c43c1816848170a7f5c56d62e8

UniqFM library

2009-09-28 Thread Simon Peyton-Jones
| P.S. Do you have any thoughts on splitting UniqFM out as a library? | Or even better, replacing UniqFM with an existing library? | I am happy to do any refactoring that may be needed... Making UniqFM into a separate package would be a fine thing; one would probably include Unique and UniqSupply

patch applied (ghc): emitRetUT: cope with arguments overlapping with results (#3546)

2009-09-28 Thread Simon Marlow
Mon Sep 28 05:44:55 PDT 2009 Simon Marlow * emitRetUT: cope with arguments overlapping with results (#3546) Ignore-this: 899c4be65a7c31d05bf5e79ea423147e In decodeFloat_Int# we have the C-- code: mp_tmp1 = Sp - WDS(1); mp_tmp_w = Sp - WDS(2); /* arguments: F1

patch applied (ghc): fix cut-and-paste bugs in .cmm -> .hc/.s rules

2009-09-28 Thread Simon Marlow
Mon Sep 28 04:51:39 PDT 2009 Simon Marlow * fix cut-and-paste bugs in .cmm -> .hc/.s rules Ignore-this: fe9a834cb94b53c7d4d6dc238c0d348d M ./rules/cmm-suffix-rules.mk -4 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090928115139-12142-822c501e63f29a7342947820bba559

patch applied (ghc): Add a way to generate tracing events programmatically

2009-09-28 Thread Simon Marlow
Fri Sep 25 08:02:43 PDT 2009 Simon Marlow * Add a way to generate tracing events programmatically Ignore-this: 7f17f3474b06a1fb4a527c62e003e7aa added: primop TraceEventOp "traceEvent#" GenPrimOp Addr# -> State# s -> State# s { Emits an event via the RTS tracing framework

[nightly] 27-Sep-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-09-28 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Sep 27 18:00:01 BST 2009. checking out

Daily report for head

2009-09-28 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head fast: pass pass pass pass kili head: pass x86-64 Linux head unreg: lost Old unexpected test passes: length001 1 kgardas head unicode001 1 kili head unicode002 1 kili head Fixed unexpected test failures: