26 Jan
2009
26 Jan
'09
12:36 a.m.
Sun Jan 25 08:29:13 PST 2009 Duncan Coutts <duncan@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-ca8b2eb181...