From ndmitchell at gmail.com Wed Oct 17 06:55:39 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Oct 17 06:53:48 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Added missing code for 'CoreApp (CoreCase ...) ...' Message-ID: <20071017105538.GA29958@haskell.galois.com> Wed Oct 17 03:53:44 PDT 2007 Tom Shackell * Added missing code for 'CoreApp (CoreCase ...) ...' M ./ByteCode/CompileYhcCore.hs +7 From ndmitchell at gmail.com Wed Oct 17 07:52:19 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Oct 17 07:50:29 2007 Subject: [cvs-nhc98] patch applied (yhc): Added test case for (CoreApp (CoreCase ...) ...) Message-ID: <20071017115219.GA30869@haskell.galois.com> Wed Oct 17 03:58:30 PDT 2007 Tom Shackell * Added test case for (CoreApp (CoreCase ...) ...) A ./tests/bugs/CaseApp/ A ./tests/bugs/CaseApp/Main.hs A ./tests/bugs/CaseApp/expected.stdout From ndmitchell at gmail.com Wed Oct 17 07:52:21 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Oct 17 07:50:30 2007 Subject: [cvs-nhc98] patch applied (yhc): Moved bugs test to conformance98 Message-ID: <20071017115221.GA30891@haskell.galois.com> Wed Oct 17 04:51:49 PDT 2007 Tom Shackell * Moved bugs test to conformance98 ./tests/bugs -> ./tests/conformance98/bugs From ndmitchell at gmail.com Wed Oct 17 08:42:02 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Wed Oct 17 08:40:11 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Fix for cpphs API changes Message-ID: <20071017124202.GA31607@haskell.galois.com> Wed Oct 17 05:40:22 PDT 2007 Neil Mitchell * Fix for cpphs API changes M ./Front.hs -1 +1 From ndmitchell at gmail.com Sun Oct 21 10:40:53 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sun Oct 21 10:38:51 2007 Subject: [cvs-nhc98] patch applied (yhc): Added (compiles, not tested) idl definitions for XML HTTP request Message-ID: <20071021144053.GA3403@haskell.galois.com> Sun Oct 21 07:43:36 PDT 2007 golubovsky@gmail.com * Added (compiles, not tested) idl definitions for XML HTTP request M ./src/translator/js/Makefile -2 +10 A ./src/translator/js/W3C/DOM2/idl/xmlhttp.idl From ndmitchell at gmail.com Sun Oct 21 19:25:30 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Sun Oct 21 19:23:23 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Fix so that makeRelativeToCurrentDirectory always comes from System.FilePath - in GHC 6.8 it comes from System.Directory as well Message-ID: <20071021232529.GA13088@haskell.galois.com> Sun Oct 21 16:22:47 PDT 2007 Neil Mitchell * Fix so that makeRelativeToCurrentDirectory always comes from System.FilePath - in GHC 6.8 it comes from System.Directory as well M ./Compile.hs -1 +1 From ndmitchell at gmail.com Tue Oct 23 06:46:10 2007 From: ndmitchell at gmail.com (Neil Mitchell) Date: Tue Oct 23 06:44:00 2007 Subject: [cvs-nhc98] patch applied (yhc): Added cast for CHTMLElement instance to THTMLElement Message-ID: <20071023104610.GA7756@haskell.galois.com> Mon Oct 22 19:52:23 PDT 2007 golubovsky@gmail.com * Added cast for CHTMLElement instance to THTMLElement M ./src/translator/js/lib/haskell/CDOM/Level2/DomUtils.hs -2 +7 From Malcolm.Wallace at cs.york.ac.uk Thu Oct 25 06:26:28 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Thu Oct 25 06:24:13 2007 Subject: [cvs-nhc98] patch applied (cpphs): With this patch, unlit can handle line pragmas with filenames that Message-ID: <20071025102628.GA1879@haskell.galois.com> Thu Oct 25 03:23:54 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * With this patch, unlit can handle line pragmas with filenames that contain spaces. [From David Waern] M ./Language/Preprocessor/Unlit.hs -2 +2 From Malcolm.Wallace at cs.york.ac.uk Tue Oct 30 08:03:06 2007 From: Malcolm.Wallace at cs.york.ac.uk (Malcolm Wallace) Date: Tue Oct 30 08:00:32 2007 Subject: [cvs-nhc98] patch applied (york-compiler98): Comment out incorrect kind inference. Message-ID: <20071030120306.GA31061@haskell.galois.com> Tue Oct 30 05:00:07 PDT 2007 Malcolm.Wallace@cs.york.ac.uk * Comment out incorrect kind inference. In fact, there is no kind inference at all - just an assignment of kinds to type variables, which turns out to be wrong of course. M ./NT.hs -1 +2