]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/ChangeLog
Erik HOFMAN: add documentation/changelog
[flightgear.git] / utils / xmlgrep / ChangeLog
1 29-06-2008:
2  * rename xmlGet(Int/Double/String) to xmlGetNode(Int/Double/String)
3  * add new xmlGet(Int/Double/String) functions
4  * rename xmlCompareString to xmlCompareNodeString for consistency
5  * rename xmlCompareElement to xmlCompareString for consistency
6  * add a README file with short examples of various functions
7
8 27-06-2008:
9  * removed some memorly allocation in xmlGetNode and XMLGetNextElement
10  * use the filesize for mmap and remove the root node from the xml-id
11  * rearange xmlGetNode to work with complicated xml files
12  * add the xmlMarkId function to save the id before using xmlGetNextElement
13  * speed up xmlGetNextId
14
15 23-06-2008: Initial release