]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/ChangeLog
2f950bc135f55cc3bc00543c901ead31c33184cc
[flightgear.git] / utils / xmlgrep / ChangeLog
1 30-06-2008:
2  * some small changes; fix some typo's en fix a small memory leak
3  * update the documentation in README
4  * remove the last unnecessary alloc
5
6 29-06-2008:
7  * rename xmlGet(Int/Double/String) to xmlGetNode(Int/Double/String)
8  * add new xmlGet(Int/Double/String) functions
9  * rename xmlCompareString to xmlCompareNodeString for consistency
10  * rename xmlCompareElement to xmlCompareString for consistency
11  * add a README file with short examples of various functions
12
13 27-06-2008:
14  * removed some memorly allocation in xmlGetNode and XMLGetNextElement
15  * use the filesize for mmap and remove the root node from the xml-id
16  * rearange xmlGetNode to work with complicated xml files
17  * add the xmlMarkId function to save the id before using xmlGetNextElement
18  * speed up xmlGetNextId
19
20 23-06-2008: Initial release