W3C CVS Root

CVS log for XML/valid.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jan 10 14:43:57 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -0 lines
nanohttp.c: applied Harry Blundell suggested change for xmlNanoHTTPMethod
            closing stdin on connection error
Daniel

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 24 15:35:13 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, LIBXML_2_2_6
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
Fixing the reamining validation problems,
extended the hash callback functions to provide the key
Daniel

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Oct 23 16:01:42 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -41 lines
option should close itself as reported by Marc Sanfacon, Daniel.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Aug 26 10:28:56 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 24 11:31:56 2000 UTC (24 years ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
 * 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 - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 13 12:11:12 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -0 lines
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Mar 11 17:44:07 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -0 lines
Fixed a bunch of validity probs during the badminton tournament, daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 4 11:37:06 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -0 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 17 10:03:23 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
More fixes on UTF-16, Daniel.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 15 14:56:32 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -0 lines
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 - view: text, markup, annotated - select for diffs
Wed Jan 5 15:58:41 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +26 -17 lines
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 - view: text, markup, annotated - select for diffs
Mon Dec 20 14:34:36 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:04:11 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Fixed a typo and corrected a signature error, Daniel.

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

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

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +20 -20 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 13 12:28:56 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
More work on validation, Daniel.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:37:57 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +25 -0 lines
Draw the path for tree.c and xpath.c extensions, Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 30 11:19:42 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +14 -4 lines
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 29 10:56:44 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -0 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 12 13:04:03 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +20 -0 lines
Work on the plane, XPath equal and compare, ID support, Daniel

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 5 09:42:03 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -5 lines
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 4 08:32:17 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -7 lines
Started adding validation of the DtD parts, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 3 11:57:32 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Restored DtD parsing, set-up the framework for validation, Daniel

Revision 1.9: 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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +22 -0 lines
First steps toward adding the validation code, Daniel

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:12:53 1999 UTC (25 years ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Cleaned-up reentrancy issues related to dump, Daniel.

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +6 -6 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 22 12:02:49 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +24 -21 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +35 -2 lines
More work toward full parsing of DTDs, finished attributes added notations, Daniel.

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +18 -2 lines
Much improvements on the ATTLIST decl parsing and save, memory debug, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 1 10:30:21 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
More work on <!ELEMENT parsing and saving, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 31 20:56:35 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -0 lines
More work on the DTD parsing, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 5 17:30:08 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
First cut at adding Emenet content parsing, 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