From duncan.coutts at worc.ox.ac.uk Thu Aug 30 20:46:17 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Thu Aug 30 20:37:03 2007 Subject: [C2hs] patch applied (c2hs): Apparently OSX's cpp doesn't recognise -x c, only -x=c Message-ID: <20070831004617.GA21782@cvs.haskell.org> Thu Aug 30 17:06:49 PDT 2007 Duncan Coutts * Apparently OSX's cpp doesn't recognise -x c, only -x=c Which is bizarre since OSX's cpp is also gnu gcc. M ./c2hs/toplevel/C2HSConfig.hs -1 +3 From duncan.coutts at worc.ox.ac.uk Thu Aug 30 20:46:19 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Thu Aug 30 20:37:03 2007 Subject: [C2hs] patch applied (c2hs): Update version number, name and other package meta-data Message-ID: <20070831004619.GA21802@cvs.haskell.org> Thu Aug 30 17:21:41 PDT 2007 Duncan Coutts * Update version number, name and other package meta-data M ./c2hs.cabal -7 +6 M ./c2hs/toplevel/Version.hs -3 +3 From duncan.coutts at worc.ox.ac.uk Thu Aug 30 20:46:20 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Thu Aug 30 20:37:04 2007 Subject: [C2hs] patch applied (c2hs): TAG 0.15.0 Message-ID: <20070831004620.GA21816@cvs.haskell.org> Thu Aug 30 17:46:57 PDT 2007 Duncan Coutts tagged 0.15.0 From duncan.coutts at worc.ox.ac.uk Thu Aug 30 21:01:46 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Thu Aug 30 20:50:31 2007 Subject: [C2hs] ANNOUNCE: c2hs 0.15.0 "Rainy Days" Message-ID: <1188522106.10322.120.camel@localhost> All, c2hs 0.15.0 code name "Rainy Days" is out and available from hackage http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs-0.15.0 or the c2hs website: http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ http://www.cse.unsw.edu.au/~chak/haskell/c2hs/c2hs-0.15.0.tar.gz If this package turns out not to be totally broken then I'll announce it on the main Haskell mailing list. Some notable changes since 0.14.5: * New C parser that can parse all of C99 and GNU C * Lots and lots of old code removal * Make c2hs integrate better with Cabal (1.1.7 or later) * Several bug fixes and improvements from Udo: * allowing variadic functions in structures * allowing call and fun hooks for FunPtrs in C structs * embedded arrays size calculated correctly Duncan From duncan.coutts at worc.ox.ac.uk Fri Aug 31 07:06:25 2007 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Fri Aug 31 06:57:10 2007 Subject: [C2hs] patch applied (c2hs): Add missing .h file in the tarball. Message-ID: <20070831110625.GA1700@cvs.haskell.org> Fri Aug 31 04:06:50 PDT 2007 Duncan Coutts * Add missing .h file in the tarball. Change category to Development for consistency with other packages. M ./c2hs.cabal -1 +2