patch applied (ghc-6.8/ghc): STABLE ONLY: Fix build

2007-09-12 Thread Ian Lynagh
Wed Sep 12 17:42:30 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * STABLE ONLY: Fix build M ./compiler/main/InteractiveEval.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Update .darcs-boring

2007-09-12 Thread Ian Lynagh
Wed Sep 12 18:57:04 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Update .darcs-boring M ./.darcs-boring +61 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

GHC 6.8 branch: now bug fixes only

2007-09-13 Thread Ian Lynagh
Hi all, Just a quick note that now we are in the RC phase, generally only bug fixes should be pushed to the GHC 6.8 branch. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patches/diffs for full :browse! (fixes most of #1617)

2007-09-13 Thread Ian Lynagh
On Thu, Sep 13, 2007 at 12:40:16PM +0100, Claus Reinke wrote: please find attached the diffs and files for implementing :browse!, a slightly more detailed variant of :browse. i had really hoped to see this in 6.8.1, That was quite optimistic when sending diffs a week after the RC phase was

patch applied (ghc-6.8/ghc): Define RelocatableBuild variable

2007-09-13 Thread Ian Lynagh
Thu Sep 13 08:53:31 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Define RelocatableBuild variable default YES on Windows, NO otherwise. M ./libraries/Makefile -1 +1 M ./mk/config.mk.in +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc-6.8/ghc): libsubdir for libraries is now always $$pkgid

2007-09-13 Thread Ian Lynagh
Thu Sep 13 10:39:26 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * libsubdir for libraries is now always $$pkgid M ./libraries/Makefile -11 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): More library installation path fiddling

2007-09-13 Thread Ian Lynagh
Thu Sep 13 10:42:42 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * More library installation path fiddling M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -9 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): We need to thread lots more paths through installPackage to make bindists work

2007-09-13 Thread Ian Lynagh
Thu Sep 13 08:48:30 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * We need to thread lots more paths through installPackage to make bindists work M ./libraries/Makefile -6 +12 M ./libraries/installPackage.hs -6 +16 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc-6.8/ghc): Correct the branch versino number (6.8.0 rather than 6.8)

2007-09-13 Thread Ian Lynagh
Thu Sep 13 11:16:49 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Correct the branch versino number (6.8.0 rather than 6.8) M ./configure.ac -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Define RelocatableBuild variable

2007-09-13 Thread Ian Lynagh
Thu Sep 13 08:53:31 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Define RelocatableBuild variable default YES on Windows, NO otherwise. M ./libraries/Makefile -1 +1 M ./mk/config.mk.in +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc): libsubdir for libraries is now always $$pkgid

2007-09-13 Thread Ian Lynagh
Thu Sep 13 10:39:26 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * libsubdir for libraries is now always $$pkgid M ./libraries/Makefile -11 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): More library installation path fiddling

2007-09-13 Thread Ian Lynagh
Thu Sep 13 10:42:42 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * More library installation path fiddling M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -9 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Bump version number 6.7 - 6.9

2007-09-13 Thread Ian Lynagh
Thu Sep 13 11:17:33 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Bump version number 6.7 - 6.9 M ./configure.ac -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Give darcs-all a -s (silent) flag

2007-09-14 Thread Ian Lynagh
Thu Sep 13 13:23:30 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Give darcs-all a -s (silent) flag M ./darcs-all -4 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Refer to boot libs, not core libs

2007-09-14 Thread Ian Lynagh
Fri Sep 14 06:26:58 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Refer to boot libs, not core libs ./libraries/core-packages - ./libraries/boot-packages M ./Makefile -2 +2 M ./README -2 +2 M ./boot -2 +2 M ./darcs-all -3 +3 M ./libraries/Makefile -1 +1 M ./libraries

patch applied (ghc-6.8/ghc): Fix copy+paste-o, spotted by Simon Marlow

2007-09-14 Thread Ian Lynagh
Fri Sep 14 07:26:50 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix copy+paste-o, spotted by Simon Marlow M ./driver/ghci/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): MERGED: Better modelling of newtypes in the Term datatype

2007-09-14 Thread Ian Lynagh
Fri Sep 14 13:34:11 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: Better modelling of newtypes in the Term datatype Pepe Iborra [EMAIL PROTECTED]**20070912165855 This helps to get pretty printing right, nested newtypes were not being shown correctly by :print M ./compiler/ghci

patch applied (ghc): Fix copy+paste-o, spotted by Simon Marlow

2007-09-14 Thread Ian Lynagh
Fri Sep 14 07:26:50 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix copy+paste-o, spotted by Simon Marlow M ./driver/ghci/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Use sed to make stage-specific ghc-inplace.c's

2007-09-14 Thread Ian Lynagh
Fri Sep 14 16:34:46 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Use sed to make stage-specific ghc-inplace.c's When trying to do it with -D we were having trouble getting the double quotes through in all Windows configurations. M ./compiler/Makefile -2 +6 M ./compiler/ghc-inplace.c -3

Re: Small Cabal bug

2007-09-15 Thread Ian Lynagh
On Sat, Sep 15, 2007 at 01:36:37PM +0200, Sven Panne wrote: Any news on this one? Neither this patch or a similar one has been applied yet, if I see it correctly. I filed the patch in Cabal's trac here: http://hackage.haskell.org/trac/hackage/ticket/153 and Duncan claims to have applied

Re: topdir proposal

2007-09-15 Thread Ian Lynagh
On Sat, Sep 15, 2007 at 07:48:43PM +0200, Sven Panne wrote: The first confusing things are that datadir, libdir and libexecdir don't have the proposed GNU semantics. because they contain the package name ghc-XY. At the interface to the outside world (i.e. the configure flags) they have

patch applied (ghc-6.8/ghc): Another attempt at getting bindists working everywhere

2007-09-16 Thread Ian Lynagh
Sat Sep 15 17:53:28 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Another attempt at getting bindists working everywhere M ./Makefile -1 +1 M ./libraries/Makefile -22 +32 M ./libraries/installPackage.hs -21 +25 ___ Cvs-ghc mailing list Cvs-ghc

Re: GHC 6.8 branch: now bug fixes only

2007-09-17 Thread Ian Lynagh
On Thu, Sep 13, 2007 at 03:29:55PM +0300, kyra wrote: What about Clemens Fruhwirth's patch Remove --export-all-symbols for DLL linking, it is default and prevents us from using .def files ? This has now been merged. Thanks Ian ___ Cvs-ghc mailing

patch applied (ghc-6.8/ghc): distclean: extra-gcc-opts, testsuite

2007-09-17 Thread Ian Lynagh
Fri Sep 14 05:54:44 PDT 2007 Simon Marlow [EMAIL PROTECTED] * distclean: extra-gcc-opts, testsuite M ./Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Unbreak clean and distclean targets when there is no testsuite

2007-09-17 Thread Ian Lynagh
Sat Sep 15 01:58:45 PDT 2007 [EMAIL PROTECTED] * Unbreak clean and distclean targets when there is no testsuite M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): MERGED: Resurrect the lib subdirectory in the installation tree, it was somehow lost

2007-09-17 Thread Ian Lynagh
Mon Sep 17 02:42:12 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: Resurrect the lib subdirectory in the installation tree, it was somehow lost Sun Sep 16 09:41:22 BST 2007 [EMAIL PROTECTED] * Resurrect the lib subdirectory in the installation tree, it was somehow lost Having all

patch applied (ghc-6.8/ghc): Clean stagen/ghc-inplace.c

2007-09-17 Thread Ian Lynagh
Mon Sep 17 02:43:00 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Clean stagen/ghc-inplace.c M ./compiler/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-09-17 Thread Ian Lynagh
Sun Sep 16 01:43:39 PDT 2007 [EMAIL PROTECTED] * Make DESTDIR work again installPackage is a horror, using --force is probably not the perfect way to make DESTDIR functionality work again, but given the current state of affairs, I can't find a quick and clean solution. MERGE TO

patch applied (ghc-6.8/ghc): Keep valgrind happy when calling timer_create

2007-09-17 Thread Ian Lynagh
Sun Sep 16 04:19:27 PDT 2007 [EMAIL PROTECTED] * Keep valgrind happy when calling timer_create Fill all of the sigevent structure with zeroes before individual fields are set. Although not strictly necessary, this keeps tools like valgrind from complaining about passing uninitialized

Re: patch applied (ghc-6.8/ghc): Another attempt at getting bindists working everywhere

2007-09-17 Thread Ian Lynagh
On Sun, Sep 16, 2007 at 03:18:37PM +0200, Sven Panne wrote: On Sunday 16 September 2007 14:13, Ian Lynagh wrote: Sat Sep 15 17:53:28 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Another attempt at getting bindists working everywhere M ./Makefile -1 +1 M ./libraries/Makefile -22

Re: windows head build, warnings and test failures

2007-09-17 Thread Ian Lynagh
Hi Claus, On Sat, Sep 15, 2007 at 07:52:18PM +0100, Claus Reinke wrote: since you're still bypassing windows head buildbot, here are errors, warnings, and test failures in today's build (win/xp, cygwin shell, mingw gcc). Thanks for the info! i hope you are recording these as todo items

Re: ghc/rts packages

2007-09-17 Thread Ian Lynagh
Hi Sven, On Sat, Sep 15, 2007 at 07:54:20PM +0200, Sven Panne wrote: Is there a deep reason why the ghc/rts packages have various files/directories directly below the GHC installation directory? No. A cleaner way would be having them below lib/ghc and lib/rts, just like the other

Re: Validate trouble on x86 linux

2007-09-17 Thread Ian Lynagh
On Mon, Sep 17, 2007 at 01:41:50PM +0100, Ian Lynagh wrote: Hmm, I think changing the test in compat/cbits/unicode.c to #if __GLASGOW_HASKELL__ 605 #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ != 0 I mean: #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0 #include

Re: darcs record; darcs send; darcs unrecord --last=1 fails in (partial) ghc head repo

2007-09-17 Thread Ian Lynagh
On Mon, Sep 17, 2007 at 10:34:16PM +0100, Claus Reinke wrote: is darcs really not useable with partial repos? that would be a pain. i know that several ghc developers have already given up on partial repos The bug you ran into is why we abandoned partial repos. if partial repos are

Re: darcs record; darcs send; darcs unrecord --last=1 fails in (partial) ghc head repo

2007-09-18 Thread Ian Lynagh
On Tue, Sep 18, 2007 at 09:02:40AM +0100, Simon Marlow wrote: Doesn't the lazy partial repository stuff in darcs already address this issue? You are right, I'd completely forgotten about that. Thanks Ian ___ Cvs-ghc mailing list

patch applied (ghc): MERGED: Another attempt at getting bindists working everywhere

2007-09-18 Thread Ian Lynagh
Tue Sep 18 09:33:31 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: Another attempt at getting bindists working everywhere Ian Lynagh [EMAIL PROTECTED]**20070916005328] { M ./Makefile -1 +1 M ./libraries/Makefile -22 +32 M ./libraries/installPackage.hs -21 +25

patch applied (ghc): patch Linker.c for amd64/openbsd

2007-09-18 Thread Ian Lynagh
Sat Sep 15 18:27:28 PDT 2007 Don Stewart [EMAIL PROTECTED] * patch Linker.c for amd64/openbsd M ./rts/Linker.c -5 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works

2007-09-18 Thread Ian Lynagh
Sat Sep 15 20:48:45 PDT 2007 Don Stewart [EMAIL PROTECTED] * add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works M ./rts/Linker.c -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add validate.mk to .darcs-boring

2007-09-18 Thread Ian Lynagh
Tue Sep 18 11:45:09 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add validate.mk to .darcs-boring M ./.darcs-boring +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Install extra-gcc-opts in bindists

2007-09-18 Thread Ian Lynagh
Tue Sep 18 12:48:39 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Install extra-gcc-opts in bindists M ./distrib/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Include build.mk or validate{, -settings}.mk through custom-settings.mk

2007-09-18 Thread Ian Lynagh
Tue Sep 18 13:06:37 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Include build.mk or validate{,-settings}.mk through custom-settings.mk M ./libraries/Makefile.local -3 +3 M ./mk/boilerplate.mk -7 +1 A ./mk/custom-settings.mk ___ Cvs-ghc

patch applied (ghc): Give Windows its own definitions of docdir (and htmldir etc)

2007-09-18 Thread Ian Lynagh
Tue Sep 18 13:12:49 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Give Windows its own definitions of docdir (and htmldir etc) M ./mk/config.mk.in -4 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works

2007-09-18 Thread Ian Lynagh
Sat Sep 15 20:48:45 PDT 2007 Don Stewart [EMAIL PROTECTED] * add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works M ./rts/Linker.c -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): avoid platform dependencies: my_uintptr_t == StgWord

2007-09-18 Thread Ian Lynagh
Mon Sep 17 05:01:56 PDT 2007 Simon Marlow [EMAIL PROTECTED] * avoid platform dependencies: my_uintptr_t == StgWord M ./rts/posix/OSMem.c -13 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add validate.mk to .darcs-boring

2007-09-18 Thread Ian Lynagh
Tue Sep 18 11:45:09 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add validate.mk to .darcs-boring M ./.darcs-boring +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are dead code.

2007-09-18 Thread Ian Lynagh
Mon Sep 17 16:02:01 PDT 2007 [EMAIL PROTECTED] * removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are dead code. * To be merged to STABLE. * M ./rts/Hpc.c -38 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): Include build.mk or validate{, -settings}.mk through custom-settings.mk

2007-09-18 Thread Ian Lynagh
Tue Sep 18 13:06:37 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Include build.mk or validate{,-settings}.mk through custom-settings.mk M ./libraries/Makefile.local -3 +3 M ./mk/boilerplate.mk -7 +1 A ./mk/custom-settings.mk ___ Cvs-ghc

patch applied (ghc-6.8/ghc): Give Windows its own definitions of docdir (and htmldir etc)

2007-09-18 Thread Ian Lynagh
Tue Sep 18 13:12:49 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Give Windows its own definitions of docdir (and htmldir etc) M ./mk/config.mk.in -4 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: windows head build fails early, configure vs cabal: 0:1, which alex version do we need?

2007-09-18 Thread Ian Lynagh
On Sat, Sep 15, 2007 at 02:56:22PM +0100, Claus Reinke wrote: cabal installs programs in c:/Program Files/Haskell/bin/, which configure apparently can't handle, because of the space: Right, we don't support tools being in paths containing spaces, and we probably won't until compilation is

patch applied (ghc-6.8/ghc): Hack to get haskell-src's Parser.hs into source distributions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 12:42:22 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Hack to get haskell-src's Parser.hs into source distributions M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Make the error message mentioning -XPatternSignatures spell the flag correctly

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:28:21 PDT 2007 [EMAIL PROTECTED] * Make the error message mentioning -XPatternSignatures spell the flag correctly M ./compiler/rename/RnTypes.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): FIX #1713: watch out for type families in splitAppTy functions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 05:20:11 PDT 2007 Manuel M T Chakravarty [EMAIL PROTECTED] * FIX #1713: watch out for type families in splitAppTy functions MERGE TO STABLE M ./compiler/types/Type.lhs -5 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms

2007-09-19 Thread Ian Lynagh
Wed Sep 19 10:12:07 PDT 2007 [EMAIL PROTECTED] * Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms Fixes exponential behaviour present in GHC 6.6! I renamed the flag because the old (not very old) name wasn't

patch applied (ghc-6.8/ghc): Use $(RelocatableBuild) rather than $(Windows)

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:00:37 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Use $(RelocatableBuild) rather than $(Windows) M ./mk/config.mk.in -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 --print-docdir for relocatable builds; fixes #1226

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:01:00 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix --print-docdir for relocatable builds; fixes #1226 M ./compiler/Makefile +5 M ./compiler/main/Main.hs -7 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Fix --print-docdir for relocatable builds; fixes #1226

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:01:00 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix --print-docdir for relocatable builds; fixes #1226 M ./compiler/Makefile +5 M ./compiler/main/Main.hs -7 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Hack to get haskell-src's Parser.hs into source distributions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 12:42:22 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Hack to get haskell-src's Parser.hs into source distributions M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX #1677; poor error message for misspelled module declaration

2007-09-20 Thread Ian Lynagh
Tue Sep 11 01:54:52 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX #1677; poor error message for misspelled module declaration M ./compiler/main/DriverPipeline.hs -1 +1 M ./compiler/main/GHC.hs -2 +2 M ./compiler/main/HeaderInfo.hs -13 +5

patch applied (ghc-6.8/ghc): Remove a redundant part of distrib/Makefile's make install

2007-09-20 Thread Ian Lynagh
Thu Sep 20 11:39:03 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Remove a redundant part of distrib/Makefile's make install M ./distrib/Makefile -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): MERGED: GHCi debugger: Added a -fprint-evld-with-show flag

2007-09-20 Thread Ian Lynagh
Thu Sep 20 13:02:12 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: GHCi debugger: Added a -fprint-evld-with-show flag Pepe Iborra [EMAIL PROTECTED]**20070912153505 The flag enables the use of Show instances in :print. By default they are not used anymore M

patch applied (ghc): Remove a redundant part of distrib/Makefile's make install

2007-09-20 Thread Ian Lynagh
Thu Sep 20 11:39:03 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Remove a redundant part of distrib/Makefile's make install M ./distrib/Makefile -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Removed duplicate entry for derbugging flag -ddump-tc from the user guide

2007-09-21 Thread Ian Lynagh
Thu Sep 20 05:13:06 PDT 2007 [EMAIL PROTECTED] * Removed duplicate entry for derbugging flag -ddump-tc from the user guide M ./docs/users_guide/debugging.xml -10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem

2007-09-21 Thread Ian Lynagh
Thu Sep 20 06:01:59 PDT 2007 shelarcy [EMAIL PROTECTED] * make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): Fix building with compilers which don't have an integer for a patch level

2007-09-21 Thread Ian Lynagh
Fri Sep 21 09:53:16 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix building with compilers which don't have an integer for a patch level M ./compat/cbits/unicode.c -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc-6.8/ghc): MERGED: Move OPTIONS pragmas above comments

2007-09-21 Thread Ian Lynagh
Fri Sep 21 13:57:41 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: Move OPTIONS pragmas above comments M ./compiler/cmm/CLabel.hs -7 +7 M ./compiler/cmm/CmmOpt.hs -7 +7 M ./compiler/cmm/CmmUtils.hs -7 +7 M ./compiler/cmm/MachOp.hs -7 +7 M ./compiler/cmm/PprC.hs -7 +7 M

patch applied (testsuite): Various testsuite helper functions like expect_broken_if_compiler_ge

2007-09-21 Thread Ian Lynagh
Thu Sep 20 17:53:54 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Various testsuite helper functions like expect_broken_if_compiler_ge M ./driver/testlib.py +54 M ./driver/testutil.py +16 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

Re: darcs patch: Removed duplicate entry for derbugging flag -ddump-tc ...

2007-09-21 Thread Ian Lynagh
On Thu, Sep 20, 2007 at 02:15:49PM +0200, [EMAIL PROTECTED] wrote: Thu Sep 20 14:13:06 CEST 2007 [EMAIL PROTECTED] * Removed duplicate entry for derbugging flag -ddump-tc from the user guide Thanks for the patch! I've applied it. Thanks Ian ___

Re: darcs patch: make stamp.inplace-gcc-lib copy $(LD) instead of $(Gcc...

2007-09-21 Thread Ian Lynagh
On Thu, Sep 20, 2007 at 06:04:37AM -0700, shelarcy wrote: * make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem Thanks for the patch! I've applied it. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

Re: Validate trouble on x86 linux

2007-09-21 Thread Ian Lynagh
On Mon, Sep 17, 2007 at 01:46:30PM +0100, Ian Lynagh wrote: On Mon, Sep 17, 2007 at 01:41:50PM +0100, Ian Lynagh wrote: Hmm, I think changing the test in compat/cbits/unicode.c to #if __GLASGOW_HASKELL__ 605 #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ != 0 I mean

Re: Validate trouble on x86 linux

2007-09-21 Thread Ian Lynagh
Hi Thorkil, On Wed, Sep 19, 2007 at 08:47:48PM +0200, Thorkil Naur wrote: On Monday 17 September 2007 14:41, Ian Lynagh wrote: ... So just to check, you can reproduce the failure with the ghc -Werror commandline, and if you remove -Werror then it works? Exactly: With -Werror

patch applied (ghc-6.8/ghc): Add an entry for strings treated as ISO-8859-1 to the users guide bug list

2007-09-23 Thread Ian Lynagh
Sun Sep 23 06:18:45 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add an entry for strings treated as ISO-8859-1 to the users guide bug list M ./docs/users_guide/bugs.xml +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (testsuite): Fix ffi018(ghci) when running from a different directory to the test

2007-09-23 Thread Ian Lynagh
Sun Sep 23 05:20:27 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix ffi018(ghci) when running from a different directory to the test M ./tests/ghc-regress/ccall/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc-6.8/ghc): Remove remaining bits of bindist make in-place

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Remove remaining bits of bindist make in-place M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc-6.8/ghc): Whitespace changes only

2007-09-23 Thread Ian Lynagh
Sun Sep 23 10:42:42 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Whitespace changes only M ./compiler/main/DriverPipeline.hs -41 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Notice when C modules have changed when deciding whether or not to link

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:16:20 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Notice when C modules have changed when deciding whether or not to link Based on a patch from Lemmih M ./compiler/main/DriverPipeline.hs -3 +6 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc-6.8/ghc): Unbreak dist target for fresh trees

2007-09-23 Thread Ian Lynagh
Sun Sep 23 02:43:58 PDT 2007 [EMAIL PROTECTED] * Unbreak dist target for fresh trees The previous hack to include Parser.hs in source distros broke the possibility of doing a make dist in a fresh tree, i.e. one which has just been checked out and configured, but *not* built. Of course you

patch applied (ghc-6.8/ghc): When haddocking, other packages are in ../$$pkgid not ../$$pkg

2007-09-23 Thread Ian Lynagh
Sun Sep 23 12:33:44 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * When haddocking, other packages are in ../$$pkgid not ../$$pkg M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add a test for changes to C files causing relinking

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:15:58 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add a test for changes to C files causing relinking A ./tests/ghc-regress/driver/recomp004/ A ./tests/ghc-regress/driver/recomp004/Main.hs A ./tests/ghc-regress/driver/recomp004/Makefile A ./tests/ghc-regress/driver

patch applied (testsuite): tc236 fails for 6.8

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:25:22 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * tc236 fails for 6.8 M ./tests/ghc-regress/typecheck/should_compile/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): Fix bug #1725 (Haddock links between packages)

2007-09-23 Thread Ian Lynagh
Hi Sven, On Sun, Sep 23, 2007 at 06:18:01AM -0700, Sven Panne wrote: Sun Sep 23 05:06:36 PDT 2007 [EMAIL PROTECTED] * Fix bug #1725 (Haddock links between packages) Resolving this bug is a bit tricky, it boils down to the question: Should the Haddock links between packages include

patch applied (ghc): Add an entry for strings treated as ISO-8859-1 to the users guide bug list

2007-09-23 Thread Ian Lynagh
Sun Sep 23 06:18:45 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add an entry for strings treated as ISO-8859-1 to the users guide bug list M ./docs/users_guide/bugs.xml +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc): Remove remaining bits of bindist make in-place

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Remove remaining bits of bindist make in-place M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc): Whitespace changes only

2007-09-23 Thread Ian Lynagh
Sun Sep 23 10:42:42 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Whitespace changes only M ./compiler/main/DriverPipeline.hs -41 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Notice when C modules have changed when deciding whether or not to link

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:16:20 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Notice when C modules have changed when deciding whether or not to link Based on a patch from Lemmih M ./compiler/main/DriverPipeline.hs -3 +6 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc): Put packages in ../$$pkgid not ../$$pkg

2007-09-23 Thread Ian Lynagh
Sun Sep 23 13:49:40 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Put packages in ../$$pkgid not ../$$pkg M ./libraries/Makefile -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): Fix bug #1725 (Haddock links between packages)

2007-09-24 Thread Ian Lynagh
On Sun, Sep 23, 2007 at 07:42:39PM -0300, Isaac Dupree wrote: This seems valid as long as Haddock can't make links to libraries that aren't depended upon (e.g. something in base saying you might be interested in this thing that's in the 'containers' package). (can it? I don't know,

Re: patch applied (ghc): Unbreak dist target for fresh trees

2007-09-24 Thread Ian Lynagh
On Mon, Sep 24, 2007 at 01:27:56PM +0100, Simon Marlow wrote: good thing that it fails rather than producing something that isn't a source dist. If we're going to fail, we should try to do so before we start copying things etc. Also, I think there should be /some/ way to make a tarball of

darcs.haskell.org downtime in 2 hours

2007-09-24 Thread Ian Lynagh
Hi all, Just a quick reminder that the darcs.haskell.org downtime starts in 2 hours: http://www.haskell.org/pipermail/haskell/2007-September/019820.html Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

Re: darcs.haskell.org downtime in 2 hours

2007-09-24 Thread Ian Lynagh
On Mon, Sep 24, 2007 at 01:59:08PM +0100, Ian Lynagh wrote: Just a quick reminder that the darcs.haskell.org downtime starts in 2 hours: Now finished. Please shout if you have any problems. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): Be more specific about file-header pragmas

2007-09-25 Thread Ian Lynagh
Mon Sep 24 09:28:47 PDT 2007 [EMAIL PROTECTED] * Be more specific about file-header pragmas Document the rules for pragmas that must occur at the top of a file. Please merge this patch M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/glasgow_exts.xml -65 +85

patch applied (testsuite): Add a test (pragma001) for #1736

2007-09-25 Thread Ian Lynagh
Tue Sep 25 15:42:26 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add a test (pragma001) for #1736 M ./tests/ghc-regress/driver/all.T +2 A ./tests/ghc-regress/driver/pragma001.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for .cmm files

2007-09-26 Thread Ian Lynagh
Wed Sep 26 05:26:37 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for .cmm files Patch from Clemens Fruhwirth M ./rts/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc-6.8/ghc): Fixing #1340, adding HPC Documentation

2007-09-26 Thread Ian Lynagh
Tue Sep 25 22:53:31 PDT 2007 [EMAIL PROTECTED] * Fixing #1340, adding HPC Documentation M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/profiling.xml -30 +188 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): FIX -stubdir bug: the .hc file was #including the wrong _stub.h filename

2007-09-26 Thread Ian Lynagh
Wed Sep 26 06:45:39 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX -stubdir bug: the .hc file was #including the wrong _stub.h filename Using -stubdir together with hierarchical modules, -fvia-C, and --make is essentially broken in 6.6.x. Recently discovered by Cabal's use of -stubdir.

patch applied (ghc-6.8/ghc): esacpe backslashes in the filename in the .rc file

2007-09-26 Thread Ian Lynagh
Wed Sep 12 04:16:58 PDT 2007 Simon Marlow [EMAIL PROTECTED] * esacpe backslashes in the filename in the .rc file M ./compiler/main/DriverPipeline.hs -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): export n_capabilities, see #1733

2007-10-12 Thread Ian Lynagh
Tue Oct 9 07:27:01 PDT 2007 Simon Marlow [EMAIL PROTECTED] * export n_capabilities, see #1733 M ./rts/Linker.c +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 #1746: make rule-matching work properly with Cast expressions

2007-10-12 Thread Ian Lynagh
Sat Sep 29 03:44:06 PDT 2007 [EMAIL PROTECTED] * Fix Trac #1746: make rule-matching work properly with Cast expressions The Cast case of the rule-matcher was simply wrong. This patch fixes it; see Trac #1746. I also fixed the rule generation in SpecConstr to generate a wild-card

patch applied (ghc-6.8/ghc): Improve pretty-printing of splices in HsSyn

2007-10-12 Thread Ian Lynagh
Wed Oct 10 05:37:26 PDT 2007 [EMAIL PROTECTED] * Improve pretty-printing of splices in HsSyn M ./compiler/hsSyn/HsExpr.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): MERGED: FIX #1681: withBreakAction had too large a scope in runStmt

2007-10-12 Thread Ian Lynagh
Fri Oct 12 08:12:53 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * MERGED: FIX #1681: withBreakAction had too large a scope in runStmt Simon Marlow [EMAIL PROTECTED]**20071010085820 M ./compiler/main/InteractiveEval.hs -4 +4 ___ Cvs-ghc mailing list

patch applied (ghc-6.8/ghc): export stopTimer(), we need this in the unix package

2007-10-12 Thread Ian Lynagh
Wed Sep 12 13:00:57 PDT 2007 Simon Marlow [EMAIL PROTECTED] * export stopTimer(), we need this in the unix package M ./includes/RtsExternal.h +1 M ./rts/Linker.c +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

<    3   4   5   6   7   8   9   10   11   12   >