aboutsummaryrefslogtreecommitdiffstats
path: root/xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-13/+8
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-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
* enhanced output indenting (bug 133264)William M. Brack2004-02-031-0/+2
* moved serialization of attribute text data (xmlSerializeContent) into aWilliam M. Brack2004-02-011-5/+11
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-231-0/+4
* applied patch from Alfred Mickautsch fixing a memory leak reported on theDaniel Veillard2004-01-211-0/+6
* fixed Bug130593 fixed compilation warningWilliam M. Brack2004-01-061-2/+3
* applied patch from Lucas Brasilino fixing an indent problem. DanielDaniel Veillard2004-01-051-1/+3
* applied the patch from Lucas Brasilino to add indentation support toDaniel Veillard2004-01-021-4/+109
* applied the patch to xmlTextWriterStartPI() suggested by Daniel SchulmanDaniel Veillard2003-12-091-0/+4
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-1/+1
* added IN_LIBXML macroIgor Zlatkovic2003-11-271-0/+1