]> git.mxchange.org Git - flightgear.git/history - utils/xmlgrep/ChangeLog
Add a new tool called fgviewer.
[flightgear.git] / utils / xmlgrep / ChangeLog
2009-05-18 ehofman * Various bugfixes, required to get fgrun working
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmanAdd support for CDATA
2009-05-01 ehofmanFix an off by one problem.
2009-05-01 ehofman * add printxml, an example utility that walks an...
2009-05-01 ehofman * changes to the code to allow walking the xml-tree...
2009-05-01 ehofman * add xmlInitBuffer() for processing of a preallocate...
2009-05-01 ehofman * add support for comments inside xml-tags, e.g....
2009-05-01 ehofman * add support for self-contained tags like <test/>
2009-05-01 ehofmanfix a case where a single-element root path (e.g. ...
2009-05-01 ehofman * fix a problem where attributes or elements starting...
2009-05-01 ehofman * Introduce a root-node that can hold extra informati...
2009-05-01 ehofman * Rename xmlGetNode functions to xmlNodeGet for bette...
2008-07-21 ehofman * change a number of function parameters to const...
2008-07-20 ehofman* fix __xmlSkipComment to properly find the end of...
2008-07-19 ehofmanChange the low level internals of the xml library to...
2008-07-06 ehofman* reorganize the code to be able to skip comment sections
2008-07-01 ehofman * fix a problem caused by removing the last unnecessar...
2008-06-30 ehofmanRemove the last unnecessary alloc from the library
2008-06-29 mfranzErik HOFMAN: add documentation/changelog