• Show log

    Commit

  • Hash : 40483d0c
    Author : Nick Wellnhofer
    Date : 2022-03-06T13:55:48

    Deprecate module init and cleanup functions
    
    These functions shouldn't be part of the public API. Most init
    functions are only thread-safe when called from xmlInitParser. Global
    variables should only be cleaned up by calling xmlCleanupParser.