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