Commit 7c693dad23e7410f1837213ed0eb18be295992df

Daniel Veillard 2012-07-25T16:32:18

Cleanups and new limit APIs for dictionaries * include/libxml/dict.h dict.c: adding 2 new functions xmlDictGetUsage and xmlDictSetLimit allowing to review the amount of memory allocated for dictionary strings. Aslo cleanup of various signed int used as size values in the code.