Handle remaining incorrect API translations in api_conv.pl.
authorJamey Sharp <jamey@minilop.net>
Sat, 23 Sep 2006 05:53:17 +0000 (22:53 -0700)
committerJamey Sharp <jamey@minilop.net>
Sat, 23 Sep 2006 05:53:17 +0000 (22:53 -0700)
commit4168ddc13dff7bf2479c2229f42b114d75098112
treebfe94fda162887cfeec1d4d887bcfd83a6713e58
parent91568d7070e2c2400dfdbdff515f51da74ca3701
Handle remaining incorrect API translations in api_conv.pl.

The big change is treating numbers as separate "words" in the
translation, which leads to funny-looking names like xcb_char_2_b_t, but
makes more sense than the alternative in other situations and was
suggested on the mailing list.

This version still disagrees with Vincent's last proposed XSL, but I
think my output is now preferable. Hopefully Josh has been thinking
along the same lines.
tools/api_conv.pl