[C2hs] patch applied (c2hs): Fix conversion of C names to Haskell
names
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sun Jan 25 11:36:07 EST 2009
Sun Jan 25 08:29:13 PST 2009 Duncan Coutts <duncan at haskell.org>
* Fix conversion of C names to Haskell names
Names like "Foo_BarBaz" were being translated to "fooBarbaz" instead of
"fooBarBaz". Also names with multiple adjacent __ characters would fail.
Thanks to Achim Schneider for the patch and testing and also to Benedikt
Huber for patch review.
M ./src/C2HS/CHS.hs -1 +2
View patch online:
http://darcs.haskell.org/c2hs/_darcs/patches/20090125162913-adfee-ca8b2eb181da1e50b86e8326078a7ddc744831ca.gz
More information about the C2hs
mailing list