summaryrefslogtreecommitdiff
path: root/catalog.c
Commit message (Expand)AuthorAgeFilesLines
* catalog: Fix memory leaksNick Wellnhofer2023-02-211-0/+2
* catalog.c: Silence a cast warning on VS 2022Lukáš Tyrychtr2022-12-081-1/+1
* sources: Silence C4013 warnings on Visual StudioChun-wei Fan2022-11-221-0/+2
* warnings: Remove set-but-unused variablesNick Wellnhofer2022-10-251-2/+0
* Stop including sys/types.hNick Wellnhofer2022-09-021-3/+0
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-2/+2
* Consolidate private header filesNick Wellnhofer2022-08-261-1/+2
* Don't use default SAX handler to report unrelated errorsNick Wellnhofer2022-08-221-5/+1
* Respect `--sysconfdir` in source filesDavid Seifert2022-03-301-3/+3
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-4/+2
* Remove broken Windows CE supportNick Wellnhofer2022-03-011-6/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix memory leak in xmlParseSGMLCatalogDavid King2022-01-161-0/+1
* Fix memory leak in xmlParseCatalogFileDavid King2022-01-161-0/+1
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Null pointer handling in catalog.craniervf2019-11-061-7/+7
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix hash callback signaturesNick Wellnhofer2017-11-091-24/+26
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+1
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* Fix typos: PATH_{ SEAPARATOR -> SEPARATOR }Jan Pokorný2016-04-151-4/+4
* Fix an fd leak in an error caseDaniel Veillard2014-02-061-0/+5
* Avoid a deadcode in catalog.cDaniel Veillard2013-09-301-2/+2
* Few cleanup patches for WindowsDenis Pauk2013-03-271-4/+6
* Big space and tab cleanupDaniel Veillard2012-09-111-42/+42
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-3/+1
* Convert catalog code to the new input buffersDaniel Veillard2012-07-231-4/+5
* Avoid an extra operationDaniel Veillard2012-05-211-2/+0
* Avoid a descriptor leak in catalog loading codeCarlo Bramini2010-10-141-5/+2
* apply a couple of fixes based on a Coverity report forwarded by DerrickDaniel Veillard2008-06-101-1/+3
* fixed bug #383687, some case of recursion on next were not caught in theDaniel Veillard2007-06-121-6/+17
* applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard2007-04-171-0/+6
* "xmllint unusable on win32" so applied a libxml2 patch from ChristianDaniel Veillard2007-04-171-2/+19
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-7/+1
* Martin Cole pointed out a bug in xmlCatalogAdd() if /etc/xml/catalogDaniel Veillard2006-02-241-0/+1
* improve catalog debugging message patch from Rick Jones DanielDaniel Veillard2006-02-231-1/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-0/+2
* fixed problem with NULL entry (bug 157407) fixed a couple of warnings (noWilliam M. Brack2004-11-051-17/+19
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-0/+1
* fix small leakWilliam M. Brack2004-10-061-0/+1
* small change to last fix, to get xml:base rightWilliam M. Brack2004-10-061-2/+7
* added code to handle <group>, including dumping to output (bug 151924).William M. Brack2004-10-061-122/+175
* applied patches from Peter Breitenlohner to fix handling of white spaceDaniel Veillard2004-07-161-7/+109
* revert 2 parts of the patch, DanielDaniel Veillard2004-06-141-2/+62
* patch from Igor for the default catalog path on Windows DanielDaniel Veillard2004-06-141-62/+37
* reverted the broken change. DanielDaniel Veillard2004-05-181-2/+2
* a couple of large static variable which should really not be declared asDaniel Veillard2004-05-161-2/+2
* fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt toDaniel Veillard2004-03-291-2/+2
* applied a cleanup patch from Peter Breitenlohner removed a doc buildDaniel Veillard2004-02-251-26/+26