aboutsummaryrefslogtreecommitdiff
path: root/xmlcatalog.c
AgeCommit message (Expand)Author
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-04-30Stop calling xmlMemoryDumpNick Wellnhofer
2023-02-21catalog: Fix memory leaksNick Wellnhofer
2022-03-30Respect `--sysconfdir` in source filesDavid Seifert
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-01-16Remove duplicated code in xmlcatalogDavid King
2020-03-08Fix typosNick Wellnhofer
2017-10-21xmlcatalog: restore ability to query system catalog easilyJan Pokorný
2016-05-01xmlcatalog: flush stdout before interactive shell input.Patrick Monnerat
2014-07-26xmlcatalog: Fix a memory leak on quitPhilip Withnall
2012-09-11Big space and tab cleanupDaniel Veillard
2009-09-05Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard
2006-03-10end of first pass on coverity reports. DanielDaniel Veillard
2004-10-06added code to handle <group>, including dumping to output (bug 151924).William M. Brack
2004-08-14Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard
2004-03-04allow fallback to URI lookup when SYSTEM fails, should close #134092Daniel Veillard
2003-12-12applied patch from Stefan Kost DanielDaniel Veillard
2003-09-29Okay this is scary but it is just adding a configure option to disableDaniel Veillard
2003-09-28cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard
2003-08-05small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack
2003-01-26applied patch for FreeBSD by Julio Merino, closing #104475 DanielDaniel Veillard
2002-10-22tried to fix some of the problem with --sgml DanielDaniel Veillard
2002-03-21applied 2 fixups from Igor DanielDaniel Veillard
2002-03-18preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard
2002-01-20Fixed bug #68830, xmlcatalog now provides return codes in case of errorsDaniel Veillard
2002-01-18removed the last occurences of strdup usage in the code DanielDaniel Veillard
2001-12-31applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard
2001-11-04avoid unlink() and use remove() instead. DanielDaniel Veillard
2001-11-04Fixed SGML catalogs breakage of 2.4.7, added a couple of really neededDaniel Veillard
2001-10-17- include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard
2001-10-12started integrating the core of the thread support not activated yet butDaniel Veillard
2001-10-08adding SGML super catalog support adding one API and one flag --sgml toDaniel Veillard
2001-09-20removed a couple of warning try to solve the linking problem on platformsDaniel Veillard
2001-08-25added a --convert option to xmlcatalog to convert SGML ones to the XMLDaniel Veillard
2001-08-22added documentation about Catalog support, misses an API descriptionDaniel Veillard
2001-08-22starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard
2001-08-21more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard
2001-08-21Re-worked NaN and Inf supportBjorn Reese
2001-08-20renaming testCatalog as xmlcatalog, making it an installed app adding aDaniel Veillard