W3C CVS Root

CVS log for XML/error.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:17:00 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
- 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 - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +85 -16 lines
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 - view: text, markup, annotated - select for diffs
Sun Sep 10 16:01:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +53 -38 lines
- 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 - view: text, markup, annotated - select for diffs
Sat Aug 26 21:12:07 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -39 lines
Fixed a bug affecting Docbook-4.1.1, Daniel.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 26 19:52:44 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +39 -0 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 3 10:59:22 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
* 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 - view: text, markup, annotated - select for diffs
Tue Dec 21 17:53:00 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -0 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Sep 30 15:43:35 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Aug 29 18:01:17 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +16 -2 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 2 16:45:50 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +107 -60 lines
First steps toward adding the validation code, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jul 31 23:49:48 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +24 -16 lines
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 2 19:00:25 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Release of libxml-1.1, Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 25 14:46:38 1999 UTC (25 years ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -2 lines
Cleanup on SAX interfaces, user defined parameter, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Apr 4 22:46:12 1999 UTC (25 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 1 15:56:47 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -6 lines
Leak hunting, extension of interfaces, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 21 15:38:57 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
More work toward full parsing of DTDs, finished attributes added notations, Daniel.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 20 20:39:52 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Much improvements on the ATTLIST decl parsing and save, memory debug, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 3 12:26:55 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:38:59 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +26 -7 lines
Update from Gnome development, entity support added, DOM conformance, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 12 21:53:35 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -1 lines
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 9 04:52:33 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +40 -0 lines
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 8 22:25:19 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Implemented the new Namspace proposal, extended tha API, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 8 04:00:40 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -0 lines
Added line and column accounting, added to error messages, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Aug 7 07:33:13 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Started adding the new input mechanism, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 6 01:30:54 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
cleanup, started reworking entities support, will rename namespace stuff, Daniel

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 5 01:47:46 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Added a decent error handling function, changed the test files for actual
XML compatibility :-\, Daniel.

Diff request

This form allows you to request diffs 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.

Log view options

Webmaster