]> git.mxchange.org Git - flightgear.git/history - utils/xmlgrep/xmlgrep.c
Add a new tool called fgviewer.
[flightgear.git] / utils / xmlgrep / xmlgrep.c
2009-05-18 fredbCompile xmlgrep with MSVC 7.1
2009-05-18 ehofmanVarious bugfixes. This allows me to run fgrun on all...
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmangeneral cleanups.
2009-05-01 ehofmanOuch, forgot to allocate memory for the root node in...
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 ehofman * Setting an error when a node isn't found isn't...
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 fredbCompile xmlgrep with MSVC 7.1
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-06-30 ehofmanRemove the last unnecessary alloc from the library
2008-06-30 ehofmanSome small updates; fix typo's and fix a small memory...
2008-06-29 mfranzErik HOFMAN: faster and better xmlgrep implementation