W3C CVS

CVS log for XML/error.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.28 / (download) - annotate - [select for diffs] , Sat Nov 25 09:17:00 2000 UTC (7 years, 5 months ago) by veillard
CVS Tags: HEAD
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)
- tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
- error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
Daniel

Revision 1.27 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.26: +85 -16 lines
Diff to previous 1.26 (colored)
Message cleanup Jumbo Diff:
- in xmlerror.h : I 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.
- in all the c files, all wild accesses to stderr or stdout within
 the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Sun Sep 10 16:01:05 2000 UTC (7 years, 8 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.25: +53 -38 lines
Diff to previous 1.25 (colored)
- 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: memory allocation checks
- entities.c: fixed problems when doc == NULL
Daniel

Revision 1.25 / (download) - annotate - [select for diffs] , Sat Aug 26 21:12:07 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.24: +0 -39 lines
Diff to previous 1.24 (colored)
Fixed a bug affecting Docbook-4.1.1, Daniel.

Revision 1.24 / (download) - annotate - [select for diffs] , Sat Aug 26 19:52:44 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.23: +39 -0 lines
Diff to previous 1.23 (colored)
Added --pedantic to xmllint, SAX wasn't disabled within EXCLUDE'd
conditionnal sections, now validation against Docbook-4.1.1. don't
spill errors doesn't mean everything is perfect though, daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
CVS Tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Jan 3 10:59:22 2000 UTC (8 years, 4 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)
* tree.[ch]: added xmlRemoveProp
* win32config.h.in nanohttp.c: avoid including the Windows
    socket stuff in every C files
* parser.c: removed an indetermination xmLDecl/PI(xml...) in
    the XmL parser(s)
* test/ns4 result/ns4 etc...: added test case for previous prob
* tree.c: xmlNewNs wasn't checking for double definition
* Makefile.in: fixed a problem with dist-hook duplicates
* parser.[hc], xmlIO.c: fixed the loading of external entities
    APIs, now xmlLoadExternalEntity() is used everywhere and
    setting up an app specific front-end using the
* SAX.c parser.c: some fixes, now the xhtml spec validates
    with the xhtml DTD.
* error.c: fixed crashes in case of no input stream
* test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
    to the validation tests and results
Daniel

Revision 1.21 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.20: +6 -0 lines
Diff to previous 1.20 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.20 / (download) - annotate - [select for diffs] , Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored)
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.19 / (download) - annotate - [select for diffs] , Sun Aug 29 18:01:17 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.18: +16 -2 lines
Diff to previous 1.18 (colored)
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.17: +20 -3 lines
Diff to previous 1.17 (colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.17 / (download) - annotate - [select for diffs] , Mon Aug 2 16:45:50 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.16: +107 -60 lines
Diff to previous 1.16 (colored)
First steps toward adding the validation code, Daniel

Revision 1.16 / (download) - annotate - [select for diffs] , Sat Jul 31 23:49:48 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.15: +24 -16 lines
Diff to previous 1.15 (colored)
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Jun 2 19:00:25 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)
Release of libxml-1.1, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Sun Apr 25 14:46:38 1999 UTC (9 years ago) by daniel
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)
Cleanup on SAX interfaces, user defined parameter, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Sun Apr 4 22:46:12 1999 UTC (9 years, 1 month ago) by daniel
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Mar 1 15:56:47 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.11: +10 -6 lines
Diff to previous 1.11 (colored)
Leak hunting, extension of interfaces, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Sun Feb 21 15:38:57 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)
More work toward full parsing of DTDs, finished attributes added notations, Daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Sat Feb 20 20:39:52 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)
Much improvements on the ATTLIST decl parsing and save, memory debug, Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Sun Jan 3 12:26:55 1999 UTC (9 years, 4 months ago) by daniel
Changes since 1.8: +2 -0 lines
Diff to previous 1.8 (colored)
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Oct 26 01:38:59 1998 UTC (9 years, 6 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.7: +26 -7 lines
Diff to previous 1.7 (colored)
Update from Gnome development, entity support added, DOM conformance, Daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Wed Aug 12 21:53:35 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Sun Aug 9 04:52:33 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.5: +40 -0 lines
Diff to previous 1.5 (colored)
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Sat Aug 8 22:25:19 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)
Implemented the new Namspace proposal, extended tha API, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Sat Aug 8 04:00:40 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.3: +6 -0 lines
Diff to previous 1.3 (colored)
Added line and column accounting, added to error messages, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Aug 7 07:33:13 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)
Started adding the new input mechanism, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Thu Aug 6 01:30:54 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)
cleanup, started reworking entities support, will rename namespace stuff, Daniel

Revision 1.1 / (download) - annotate - [select for diffs] , Wed Aug 5 01:47:46 1998 UTC (9 years, 9 months ago) by daniel
Diff
Added a decent error handling function, changed the test files for actual
XML compatibility :-\, Daniel.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster