- c4184ba error.c: *input->cur == 0 does not mean no error by Pavel Raiskup · 9 years ago
- ce0b0d0 Do not print error context when there is none by Daniel Veillard · 9 years ago
- f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
- 890faa5 Fix problem with specific and generic error handlers by Pietro Cerutti · 12 years ago
- 97fa5b3 Fix file and line report for XSD SAX and reader streaming validation by Daniel Veillard · 12 years ago
- 968a03a Add support for big line numbers in error reporting by Daniel Veillard · 12 years ago
- 5756038 Cleanup URI module memory allocation code by Daniel Veillard · 12 years ago
- c2a0fdc __xmlRaiseError: fix use of the structured callback channel by Dmitry V. Levin · 14 years ago
- 241d4a1 __xmlRaiseError: fix the structured callback channel's data initialization by Dmitry V. Levin · 14 years ago
- 1b9128b __xmlRaiseError: remove redundant schannel initialization by Dmitry V. Levin · 14 years ago
- 111d705 __xmlRaiseError: do cheap code check early by Dmitry V. Levin · 14 years ago
- 26b0687 xmlCtxtResetLastError should reset ctxt->errNo by Daniel Veillard · 15 years ago
- 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
- 1de382e Fix SetGenericErrorFunc and SetStructured clash by Wang Lam · 15 years ago
- 719f397 fix structured error handling problems #564217 daniel by Daniel Veillard · 16 years ago
- fa75097 avoid a scary realloc() loop should fix #520383 Daniel by Daniel Veillard · 17 years ago
- dbf7bfe fixing a portability problem on some old Unices with patch from Albert by Daniel Veillard · 19 years ago
- d070d3c Adrian Mouat pointed out redundancies in xmlReportError() Daniel by Daniel Veillard · 19 years ago
- 8ce01ce fixed bug #310033, the URI extraction code given a node is a bit twisted by Daniel Veillard · 19 years ago
- 1fc3ed0 finally converted the encoding module to the common error reporting by Daniel Veillard · 19 years ago
- ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
- da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
- 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
- dbee0f1 working some weird error reporting problem for DTD validation. augmented by Daniel Veillard · 19 years ago
- 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 20 years ago
- 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
- ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
- 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
- d040752 added some coding to attempt to display which file contains an error when by William M. Brack · 20 years ago
- da3b29a added a dumb rule to able to compile tst.c when people submit a sample by Daniel Veillard · 20 years ago
- a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
- 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
- cd3628b fixed to assure user data param is set correctly when user structured by William M. Brack · 20 years ago
- d233e39 modified to assure proper user data is sent to structured error routine by William M. Brack · 20 years ago
- da0ff5d Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really by Daniel Veillard · 21 years ago
- d34b0b8 applied patch from Stéphane Bidoul for structured error reporting. Daniel by Daniel Veillard · 21 years ago
- b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
- f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
- fded7bf fixed __xmlRaiseError to use structured error handlers defined by by Daniel Veillard · 21 years ago
- 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
- 3e35f8e preparing libxml2-2.6.0 updated and regenerated the docs and API moved the by Daniel Veillard · 21 years ago
- 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
- 87db3a8 a bit of cleanup updated with the new result strings Daniel by Daniel Veillard · 21 years ago
- d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
- cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
- a885622 Oops, Daniel by Daniel Veillard · 21 years ago
- 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
- 18ec16e converting the tree module too created a simpler internal error reporting by Daniel Veillard · 21 years ago
- d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
- 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
- bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
- 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
- 6984830 fixed a warning message (trivial) removed incorrect warning message when by William M. Brack · 21 years ago
- a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
- c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
- 78637da fixing bug 118559 by William M. Brack · 21 years ago
- 3dd57f7 Fixed bug 109942 by William M. Brack · 21 years ago
- 7424eb6 applied a documentation patch from Stefan Kost Daniel by Daniel Veillard · 22 years ago
- 607b35c fixed a stupid out of bound array error Daniel by Daniel Veillard · 22 years ago
- 7657576 working on better error reporting of validity errors, especially providing by Daniel Veillard · 22 years ago
- 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 23 years ago
- e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 23 years ago
- 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
- 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
- db5850a Keith Isdale complained rightly that xmlInitParser() did not preserve by Daniel Veillard · 23 years ago
- 635ef72 apply fixes to close #63271 and avoid segfaults when the error routine by Daniel Veillard · 23 years ago
- 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
- d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
- c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
- 1c43dbf - error.c: attempt to fix the xmlGetVarStr breakage once and for by Daniel Veillard · 23 years ago
- 570ff08 Workaround for non-preserving variadic lists by Bjorn Reese · 23 years ago
- 5a7c345 - error.c: Jean François Lecomte provided a complete description by Daniel Veillard · 24 years ago
- 7533cc8 Good old cycle: new release, new bug reports, new fixes ... by Daniel Veillard · 24 years ago
- 70a9da5 trio upgrade and integration by Bjorn Reese · 24 years ago
- 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 24 years ago
- 2be3064 - error.c: applied the context output patch of the error by Daniel Veillard · 24 years ago
- c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 24 years ago
- 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 24 years ago
- a5f013b - config.h.in configure.in error.c: fix a compilation problem by Daniel Veillard · 24 years ago
- 7d42b54 - error.c: removed a C++ like comment Daniel by Daniel Veillard · 24 years ago
- 9e7160d Completely changed the way the XPath evaluation is done, likely to break by Daniel Veillard · 24 years ago
- e356c28 Preparing for 2.3.4 release: by Daniel Veillard · 24 years ago
- 3473f88 Revert directory structure changes by Owen Taylor · 24 years ago
- 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 24 years ago
- 58770e7 Fixes/enhancements: - tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from by Daniel Veillard · 24 years ago
- d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
- 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
- 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 25 years ago
- 686d6b6 - added xmlRemoveProp by Daniel Veillard · 25 years ago
- 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
- dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
- b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
- b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
- 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
- 27d8874 CORBA defines fixes, char encoding atodetection, Daniel by Daniel Veillard · 25 years ago
- 64068b3 Moved macros to parserInternals, applied patches for MSVC6, Daniel by Daniel Veillard · 26 years ago
- bc50b59 Memory leak hunting, export more interfaces, updated the doc, Daniel. by Daniel Veillard · 26 years ago
- 1e346af Serious upgrade of internal subset support, setup for gtk-doc, Daniel by Daniel Veillard · 26 years ago
- 39a1f9a Speed, conformance testing, more parsing, general improvements, Daniel. by Daniel Veillard · 26 years ago
- 97b5877 Set up the fonctions comment block, boring but useful, Daniel. by Daniel Veillard · 26 years ago