aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Collapse)AuthorAgeFilesLines
* patched to redirrect all "out of context" error messages toDaniel Veillard2000-10-251-16/+85
| | | | | | | | | | | | a reconfigurable routine. The changes are: * xmlerror.h : added the export of an error context type (void *) an error handler type xmlGenericErrorFunc there is an interface xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); to reset the error handling routine and its argument (by default it's equivalent to respectively fprintf and stderr. * all the c files: all wild accesses to stderr or stdout within the library have been replaced to calls to the handler. Daniel
* Jumbo patch, resync of W3C/Gnome CVS trees:Daniel Veillard2000-09-101-38/+53
| | | | | | | | | | | | | | | - uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished the cleanup of the computation of URI references when seeking external entities. The URI reference string and the resulting URI are both stored now. - parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: large s(n)printf checks and cleanup from Denis Barbier <barbier@imacs.polytechnique.fr> - xmlversion.h.in tree.h: couple of SGML declarations for a possible docbook module. - result/VC/ : a couple of test output changed due to the change of the entities URI Daniel
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-1/+1
|
* - added xmlRemovePropDaniel Veillard2000-01-031-2/+3
| | | | | | | | | | | | | - changed the way Windows socket stuff get included - removed an indetermination xmLDecl/PI(xml...) - xmlNewNs wasn't checking for double definition - fixed a problem with dist-hook duplicates - fixed the loading of external entities APIs, now xmlLoadExternalEntity() is used everywhere - now the xhtml spec validates with the xhtml DTD. - error.c: fixed crashes in case of no input stream - added the xhtml spec and dtds to the validation tests and results Daniel
* - fix for PIs name starting with xmlDaniel Veillard1999-12-221-0/+6
| | | | | | - fixed a potential problem with || and && ops - generate win32config.h for those on the Other Side ! Daniel
* Fixed CHAR, errno, alpha RPM compile, updated doc, DanielDaniel Veillard1999-09-231-1/+1
|
* Release 1.6, lot of fixes, more validation, code cleanup, added namespaceDaniel Veillard1999-08-291-5/+36
| | | | on attributes, Daniel.
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-101-60/+115
|
* Release of libxml-1.1, Daniel.Daniel Veillard1999-06-021-2/+2
|
* CORBA defines fixes, char encoding atodetection, DanielDaniel Veillard1999-05-291-2/+4
|
* Moved macros to parserInternals, applied patches for MSVC6, DanielDaniel Veillard1999-03-241-2/+2
|
* Memory leak hunting, export more interfaces, updated the doc, Daniel.Daniel Veillard1999-03-011-6/+10
|
* Serious upgrade of internal subset support, setup for gtk-doc, DanielDaniel Veillard1999-02-221-3/+3
|
* Speed, conformance testing, more parsing, general improvements, Daniel.Daniel Veillard1999-01-171-0/+2
|
* Set up the fonctions comment block, boring but useful, Daniel.Daniel Veillard1998-10-201-7/+26
|
* Release 0.2, 80% rewrite, nothing left intact ... DanielDaniel Veillard1998-08-131-0/+93