summaryrefslogtreecommitdiff
path: root/xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* writer: Add error check in xmlTextWriterEndDocumentNick Wellnhofer2023-04-301-1/+5
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-13/+13
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-3/+4
* Mark more static data as `const`David Kilzer2022-04-071-2/+2
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix error code in xmlTextWriterStartDocumentNick Wellnhofer2019-10-141-2/+2
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix IO callback signaturesNick Wellnhofer2017-11-091-7/+5
* Fix list callback signaturesNick Wellnhofer2017-11-091-6/+2
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+1
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-2/+2
* Fix xmlTextWriterWriteElement when a null content is givenDaniel Veillard2014-02-081-4/+6
* Improve va_list portabilityPatrick Monnerat2013-12-121-4/+8
* Big space and tab cleanupDaniel Veillard2012-09-111-8/+8
* Allow to set the quoting character of an xmlWriterCsaba Raduly2012-09-111-0/+20
* Convert the writer to new output buffer and save APIsDaniel Veillard2012-07-231-4/+8
* * parser.c: use options from current parser context when creatingRob Richards2009-06-191-2/+2
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-2/+2
* cleanups and error reports when xmlTextWriterVSprintf fails, by JinmeiDaniel Veillard2009-02-201-26/+26
* remove a couple of leaks on errors reported by Jinmei Tatuya danielDaniel Veillard2009-02-201-5/+8
* xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for bug# 554353.Rob Richards2008-12-271-0/+8
* patch from Alex Khesin fixing CDATA output after a text node. fixed theDaniel Veillard2008-03-041-0/+1
* applied patch from Alfred Mickautsch to flush the output at the end ofDaniel Veillard2008-02-131-2/+6
* fix indentation in xmlTextWriterFullEndElement, as raised by Felipe Pena,Daniel Veillard2008-01-091-0/+5
* patch from Dodji Seketeli to avoid a leak on repeated uses ofDaniel Veillard2007-07-041-1/+3
* fixed problem with namespace declaration being written more than once perRob Richards2007-06-081-99/+175
* repositioned #include for libxml.h to avoid compilation error on someWilliam M. Brack2007-01-311-1/+1
* Add a document to the xmlwriter structure and pass document when writingRob Richards2006-08-161-1/+10
* patch from Jason Viers for line breaks after EndPI DanielDaniel Veillard2006-04-271-0/+7
* Insert space between pubid and sysid when both passed toRob Richards2005-12-091-35/+4
* function consolidation when writing to xmlBuffer. Return error conditionRob Richards2005-11-091-8/+2
* fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf addedWilliam M. Brack2005-10-201-1/+25
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-6/+6
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-13/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* applied a patch from Rob Richards fixing a couple of bugs in the writerDaniel Veillard2005-02-231-2/+8
* applied patch from Rob Richards to fix a problem withDaniel Veillard2005-02-211-4/+16
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-1/+1
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-2/+12
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-0/+4
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-61/+103
* more fixes and extending the tests coverage more hardeing of APIs skipDaniel Veillard2004-11-031-8/+18
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-0/+10
* changed char array initialisation to avoid a complaint from someWilliam M. Brack2004-09-111-3/+10
* avoid returning default namespace when searching from an attribute reverseDaniel Veillard2004-05-171-0/+4
* minor warning cleanup (no change to logic) fixed return value for internalWilliam M. Brack2004-04-171-3/+3
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-341/+638
* applied update from Alfred Mickautsch and the added patch from LucasDaniel Veillard2004-02-171-144/+265
* fixed problem with return value of xmlTextWriterWriteIndent() (bug 133297)William M. Brack2004-02-061-3/+5