patch applied (c2hs): Fix conversion of C names to Haskell names
25 Jan
2009
25 Jan
'09
4:36 p.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...
6420
Age (days ago)
6420
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts