]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/ChangeLog
6af8c6f97c71790324df6fa471bba048ffb4fb25
[flightgear.git] / utils / xmlgrep / ChangeLog
1 01-07-2008
2  * fix a problem caused by removing the last unnecessary alloc
3  * strip leading-, and trailing spaces from the string before comparing
4  * fix a problem where trailing spaces weren't removed
5
6 30-06-2008:
7  * some small changes; fix some typo's and fix a small memory leak
8  * update the documentation in README
9  * remove the last unnecessary alloc
10
11 29-06-2008:
12  * rename xmlGet(Int/Double/String) to xmlGetNode(Int/Double/String)
13  * add new xmlGet(Int/Double/String) functions
14  * rename xmlCompareString to xmlCompareNodeString for consistency
15  * rename xmlCompareElement to xmlCompareString for consistency
16  * add a README file with short examples of various functions
17
18 27-06-2008:
19  * removed some memory allocation in xmlGetNode and XMLGetNextElement
20  * use the file-size for mmap and remove the root node from the xml-id
21  * rearrange xmlGetNode to work with complicated xml files
22  * add the xmlMarkId function to save the id before using xmlGetNextElement
23  * speed up xmlGetNextId
24
25 23-06-2008: Initial release