Commit Graph
3 Commits
Author SHA1 Message Date
david parsons 07c10928ba Optimize the html block tag list handler; standard html tags now live in a static array
and html5 (or other) tags are added to an extratags array that is only searched
if the tag can't be found in the standard one.
2011-07-22 00:21:10 -07:00
david parsons 0af211ea94 In initialize, do the initrng() and tag population separately, just in case
someone really wants to do multiple initialize/deallocate cycles.
2011-01-03 11:58:53 -08:00
david parsons 7b3cdea93a Add a library destructor function (mkd_shlib_destructor) to discard the kw array before unloading a shared library 2011-01-02 11:41:27 -08:00