Lines Matching refs:Fixed
2 - Fixed comment tags which were outputing as '<?--' instead of
6 - Fixed bad pointer to 'isspace' that could occur while parsing text.
29 - Fixed white space parsing in text to conform with the standard.
41 - Fixed a bug where comments couldn't be inside elements.
46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks
52 - Fixed a delete buf that should be a delete [] buf.
68 - Fixed bug where isalpha() and isalnum() would get called with a negative value for
70 - Fixed some errors codes that were not getting set.
78 - Fixed ReplaceChild bug, thanks to Tao Chen.
81 - Fixed hanging on loading a 0 length file. Thanks to Jeff Scozzafava.
82 - Fixed crashing on InsertBeforeChild and InsertAfterChild. Also possibility of bad links being
100 - Fixed non-const reference in API; now uses a pointer.
134 - Fixed an uninitialized pointer in the TiXmlAttributes
135 - Fixed STL compilation problem in MinGW (and gcc 3?) - thanks Brian Yoder for finding this one
136 - Fixed a syntax error in TiXmlDeclaration - thanks Brian Yoder
145 - Fixed bug where entities with one character would confuse parser. (Thanks Roman)
156 - Fixed many, many bugs.
159 - Fixed bug in handling nulls embedded in the input.
173 for memory errors. Fixed some minor issues.
176 - Fixed crash when test program was run from incorrect directory.
177 - Fixed bug 1070717 - empty document not returned correctly - thanks Katsuhisa Yuasa.
188 - Fixed additional const errors, thanks Kent Gibson.