W3C CVS

CVS log for XML/valid.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Jan 10 14:43:57 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.34: +4 -0 lines
Diff to previous 1.34 (colored)
nanohttp.c: applied Harry Blundell suggested change for xmlNanoHTTPMethod
            closing stdin on connection error
Daniel

Revision 1.34 / (download) - annotate - [select for diffs] , Tue Oct 24 15:35:13 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8, LIBXML_2_2_6
Changes since 1.33: +2 -0 lines
Diff to previous 1.33 (colored)
Fixing the reamining validation problems,
extended the hash callback functions to provide the key
Daniel

Revision 1.33 / (download) - annotate - [select for diffs] , Mon Oct 23 16:01:42 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.32: +5 -41 lines
Diff to previous 1.32 (colored)
option should close itself as reported by Marc Sanfacon, Daniel.

Revision 1.32 / (download) - annotate - [select for diffs] , Sat Aug 26 10:28:56 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.31: +1 -0 lines
Diff to previous 1.31 (colored)
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.31 / (download) - annotate - [select for diffs] , Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)
 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c
   nanoftp.c nanohttp.c SAX.c testSAX.c :
   comment and headers changes to lower gtk-doc number of warnings
Daniel

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

Revision 1.29 / (download) - annotate - [select for diffs] , Mon Mar 13 12:11:12 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.28: +4 -0 lines
Diff to previous 1.28 (colored)
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel

Revision 1.28 / (download) - annotate - [select for diffs] , Sat Mar 11 17:44:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.27: +4 -0 lines
Diff to previous 1.27 (colored)
Fixed a bunch of validity probs during the badminton tournament, daniel

Revision 1.27 / (download) - annotate - [select for diffs] , Sat Mar 4 11:37:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.26: +12 -0 lines
Diff to previous 1.26 (colored)
Bunch of patches including validation within entities, done in
SanJose->Grenoble trip. Includes deactivation of white space removal
heuristic by default,
Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Thu Feb 17 10:03:23 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored)
More fixes on UTF-16, Daniel.

Revision 1.25 / (download) - annotate - [select for diffs] , Tue Feb 15 14:56:32 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.24: +3 -0 lines
Diff to previous 1.24 (colored)
Added attributes and element declarations to the dtd node children,
Improved the debugging routine to check for node connectivity
fixed some SAX generated node connectivity problems
fixed a validity warning
fixed a unnecessary write when parsing a string
Daniel

Revision 1.24 / (download) - annotate - [select for diffs] , Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.23: +26 -17 lines
Diff to previous 1.23 (colored)
valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
tree.c: added check and handling when possibly removing an ID
tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
     and saving.
test/HTML/entities.html result/HTML/entities.html* : test for
     various entities reference cases
result/HTML/* : as a result output of some testcase have
     changed
HTMLparser.c, parser.c: fixed a bug in the push mode triggered
     by previous example. added xmlParseTryOrFinish().
xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
  entities.h debugXML.h HTMLparser.h: changed the way struct are
  declared to allow gtk-doc to expose those
parser.c: closed bug #4960

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Dec 20 14:34:36 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Wed Nov 10 17:04:11 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)
Fixed a typo and corrected a signature error, Daniel.

Revision 1.21 / (download) - annotate - [select for diffs] , Tue Oct 12 12:34:34 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.20: +8 -0 lines
Diff to previous 1.20 (colored)
Corrected the XML output, the HTML parser bug, new xmlValidGetPotentialChildren
and xmlValidGetValidElements, added --insert test to tester.c, Daniel.

Revision 1.20 / (download) - annotate - [select for diffs] , Fri Oct 8 09:35:42 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.19: +0 -3 lines
Diff to previous 1.19 (colored)
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.

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

Revision 1.18 / (download) - annotate - [select for diffs] , Mon Sep 13 12:28:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.17: +2 -0 lines
Diff to previous 1.17 (colored)
More work on validation, Daniel.

Revision 1.17 / (download) - annotate - [select for diffs] , Sun Sep 5 21:37:57 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.16: +25 -0 lines
Diff to previous 1.16 (colored)
Draw the path for tree.c and xpath.c extensions, Daniel.

Revision 1.16 / (download) - annotate - [select for diffs] , Mon Aug 30 11:19:42 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.15: +14 -4 lines
Diff to previous 1.15 (colored)
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.14: +5 -0 lines
Diff to previous 1.14 (colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

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

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Aug 12 13:04:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.12: +20 -0 lines
Diff to previous 1.12 (colored)
Work on the plane, XPath equal and compare, ID support, Daniel

Revision 1.12 / (download) - annotate - [select for diffs] , Thu Aug 5 09:42:03 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.11: +7 -5 lines
Diff to previous 1.11 (colored)
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.11 / (download) - annotate - [select for diffs] , Wed Aug 4 08:32:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.10: +20 -7 lines
Diff to previous 1.10 (colored)
Started adding validation of the DtD parts, Daniel

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Aug 3 11:57:32 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)
Restored DtD parsing, set-up the framework for validation, Daniel

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

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Apr 21 11:12:53 1999 UTC (9 years ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)
Cleaned-up reentrancy issues related to dump, Daniel.

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

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.5: +24 -21 lines
Diff to previous 1.5 (colored)
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

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

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

Revision 1.3 / (download) - annotate - [select for diffs] , Mon Feb 1 10:30:21 1999 UTC (9 years, 3 months ago) by daniel
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)
More work on <!ELEMENT parsing and saving, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Sun Jan 31 20:56:35 1999 UTC (9 years, 3 months ago) by daniel
Changes since 1.1: +17 -0 lines
Diff to previous 1.1 (colored)
More work on the DTD parsing, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Tue Jan 5 17:30:08 1999 UTC (9 years, 4 months ago) by daniel
Diff
First cut at adding Emenet content parsing, 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