• Show log

    Commit

  • Hash : 65c7d3b2
    Author : Daniel Veillard
    Date : 2012-07-16T14:13:58

    Incompatible change to the Input and Output buffers
    
    Since the whole set of structures was public, the only way
    to switch to size_t clean buffer is to introduce an incompatible
    API change. Modifying the xmlParserInputBuffer and xmlOutputBuffer
    structures is the best place to make this change as those
    structures are deep into the parser feeding data, and no public
    API suggest to build those manually.