patch applied (ghc-6.8/ghc): Make ":" in GHCi repeat the last command

2007-11-24 Thread Ian Lynagh
Sat Nov 24 15:18:57 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make ":" in GHCi repeat the last command It used to be a synonym for ":r" in 6.6.1, but this wasn't documented or known about by the developers. In 6.8.1 it was accidentally broken. This patch brings it back, but as "repeat the

patch applied (ghc-6.8/ghc): Don't make a library documentation prologue

2007-11-24 Thread Ian Lynagh
Sat Nov 24 13:19:43 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't make a library documentation prologue It's far too large now, and no-one complained when 6.8.1 didn't have one. M ./libraries/gen_contents_index -21 ___ Cvs-ghc mailing list Cv

patch applied (ghc-6.8/ghc): Don't put package version numbers in links in index.html

2007-11-24 Thread Ian Lynagh
Sat Nov 24 13:16:29 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't put package version numbers in links in index.html M ./libraries/gen_contents_index -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc-6.8/ghc): Define install-strip in Makefile

2007-11-24 Thread Ian Lynagh
Sat Nov 24 12:50:37 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Define install-strip in Makefile M ./Makefile +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Define install-strip in distrib/Makefile

2007-11-24 Thread Ian Lynagh
Sat Nov 24 12:48:03 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Define install-strip in distrib/Makefile M ./distrib/Makefile -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Install gmp from bindists; fixes trac #1848

2007-11-24 Thread Ian Lynagh
Sat Nov 24 10:52:40 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Install gmp from bindists; fixes trac #1848 M ./distrib/Makefile +1 M ./gmp/Makefile -16 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cv

patch applied (ghc-6.8/ghc): (native gen) fix code generated for GDTOI on x86_32

2007-11-24 Thread Ian Lynagh
Tue Nov 20 22:39:42 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]> * (native gen) fix code generated for GDTOI on x86_32 See trac #1910. M ./compiler/nativeGen/PprMach.hs -3 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc-6.8/ghc): Put library docs in a $pkg, rather than $pkgid, directory; fixes trac #1864

2007-11-24 Thread Ian Lynagh
Sat Nov 24 09:12:20 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Put library docs in a $pkg, rather than $pkgid, directory; fixes trac #1864 M ./libraries/Makefile -7 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/lis

patch applied (ghc-6.8/ghc): Copy the INSTALL hack from mk/config.mk.in into distrib/Makefile-bin-vars.in

2007-11-24 Thread Ian Lynagh
Sat Nov 24 08:30:28 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Copy the INSTALL hack from mk/config.mk.in into distrib/Makefile-bin-vars.in configure will set INSTALL to ./install-sh if it can't find it in the path, so we need to replace the . with the path to our root. M ./distrib/Makef

patch applied (ghc-6.8/ghc): Make install-sh executable /before/ we try to find it

2007-11-24 Thread Ian Lynagh
Sat Nov 24 08:24:50 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make install-sh executable /before/ we try to find it M ./configure.ac -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): MERGED: Put library docs in a $pkg, rather than $pkgid, directory; fixes trac #1864

2007-11-24 Thread Ian Lynagh
Sat Nov 24 13:23:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Put library docs in a $pkg, rather than $pkgid, directory; fixes trac #1864 Ian Lynagh <[EMAIL PROTECTED]>**20071124171220 M ./libraries/Makefile -7 +7 ___ Cvs-ghc mailing l

patch applied (ghc): Don't make a library documentation prologue

2007-11-24 Thread Ian Lynagh
Sat Nov 24 13:19:43 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't make a library documentation prologue It's far too large now, and no-one complained when 6.8.1 didn't have one. M ./libraries/gen_contents_index -21 ___ Cvs-ghc mailing list Cv

patch applied (ghc): Don't put package version numbers in links in index.html

2007-11-24 Thread Ian Lynagh
Sat Nov 24 13:16:29 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't put package version numbers in links in index.html M ./libraries/gen_contents_index -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs

patch applied (ghc): Define install-strip in Makefile

2007-11-24 Thread Ian Lynagh
Sat Nov 24 12:50:37 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Define install-strip in Makefile M ./Makefile +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Define install-strip in distrib/Makefile

2007-11-24 Thread Ian Lynagh
Sat Nov 24 12:48:03 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Define install-strip in distrib/Makefile M ./distrib/Makefile -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Install gmp from bindists; fixes trac #1848

2007-11-24 Thread Ian Lynagh
Sat Nov 24 10:52:40 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Install gmp from bindists; fixes trac #1848 M ./distrib/Makefile +1 M ./gmp/Makefile -16 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cv

patch applied (ghc): (native gen) fix code generated for GDTOI on x86_32

2007-11-24 Thread Ian Lynagh
Tue Nov 20 22:39:42 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]> * (native gen) fix code generated for GDTOI on x86_32 See trac #1910. M ./compiler/nativeGen/PprMach.hs -3 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc): Copy the INSTALL hack from mk/config.mk.in into distrib/Makefile-bin-vars.in

2007-11-24 Thread Ian Lynagh
Sat Nov 24 08:30:28 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Copy the INSTALL hack from mk/config.mk.in into distrib/Makefile-bin-vars.in configure will set INSTALL to ./install-sh if it can't find it in the path, so we need to replace the . with the path to our root. M ./distrib/Makef

patch applied (ghc): Make install-sh executable /before/ we try to find it

2007-11-24 Thread Ian Lynagh
Sat Nov 24 08:24:50 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make install-sh executable /before/ we try to find it M ./configure.ac -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[issue560] Getting source code

2007-11-24 Thread Alexander Staubo
Alexander Staubo <[EMAIL PROTECTED]> added the comment: On 11/24/07, Juliusz Chroboczek <[EMAIL PROTECTED]> wrote: > > | darcs: getCurrentDirectory: resource exhausted (Too many open files) > > > This sounds like a Darcs bug, but it's not one I have heard before. > > I've definitely seen this iss

[issue560] Getting source code

2007-11-24 Thread David Roundy
David Roundy <[EMAIL PROTECTED]> added the comment: On Sat, Nov 24, 2007 at 05:07:29PM +0100, Juliusz Chroboczek wrote: > > | darcs: getCurrentDirectory: resource exhausted (Too many open files) > > > This sounds like a Darcs bug, but it's not one I have heard before. > > I've definitely seen t

[issue560] Getting source code

2007-11-24 Thread Juliusz Chroboczek
Juliusz Chroboczek <[EMAIL PROTECTED]> added the comment: > | darcs: getCurrentDirectory: resource exhausted (Too many open files) > This sounds like a Darcs bug, but it's not one I have heard before. I've definitely seen this issue, but I don't remember how it ended. I seem to recall that it's

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

2007-11-24 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 23 19:30:01 GMT 2007. checki

Daily report for stable

2007-11-24 Thread BuildBot Collator
Build results: gabor stable: fail (failed stage1) kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: fail (failed stage1) x86 Windows stable fast:fail (failed stage1

Daily report for head

2007-11-24 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: pass x86 Windows head fast: fail (failed stage1) pass pass pass pass kahl G5 Gentoo Linux head: fail (failed stage1) x86-64 Linux head unreg: pass Dropping unexpected test passes reports from builders not seen in 7 day