W3C CVS Root

CVS log for XML/TODO

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jan 4 14:07:30 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
* tree.c: fixed a stupid bug
* valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
  patches related to validation of an XInclude processing result
* TODO: updated
Daniel

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Dec 27 10:51:09 2000 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -1 lines
Fixed a bug reported by Marc Sanfacon <sanm@copernic.com> on buffers, Daniel

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Dec 18 12:51:38 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -0 lines
Applied Tenihin Andrey <algorithm@peterlink.ru> patch for
encoding in htmlParseDoc, Daniel

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Nov 8 19:16:38 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -0 lines
Updated TODO, more work on xinclude/ranges, fixed an annoying problem
when saving documents in memory, Daniel.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Oct 14 23:40:29 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -3 lines
More convenient sync between both trees, updated TODO, Daniel

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:29:37 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -8 lines
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
  tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
  use xmlStrEqual instead
- TODO: updated
Daniel

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Sep 23 12:56:24 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -0 lines
Added JamesH suggestion of a write SAX, daniel

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Aug 27 22:38:18 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -1 lines
- SAX.c tree.c debugXML.c: fixed bogus behaviour when an
  undeclared namespace prefix was used, added a warning.
  Cleaned up support w.r.t. entities, spilling out a warning
  and being pedantic on lookups.
  added test/warning/ent9
- Applied some of Wayne Davison <wayned@blorf.net> HTML output patches
Daniel

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Aug 27 16:51:51 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -1 lines
Started a big cleanup/check of the parser code, fixed some of the
most tortuous entity code, spotted code unused anymore, updated the
main routines to parse names and handling them, added tests for
very long names and related nasty things, Daniel.

Revision 1.47: 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.46: preferred, colored
Changes since revision 1.46: +5 -0 lines
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Aug 20 14:34:46 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -3 lines
2 small cleanup FTP/HTTP, added man pages, Daniel.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jul 11 09:06:07 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Added an ascii <-> UTF8 encoder, Daniel

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Jul 11 00:28:58 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Fixed a nasty bug in the parser w.r.t. I18N and Name, fixed ISO-Latin-1
encoder/decoder, added testcases for Iso-Latin-1, Daniel.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jul 3 07:33:55 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -5 lines
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jun 29 10:33:02 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -1 lines
Added xmlStopParser(), updated TODO, Daniel.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jun 26 18:52:54 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -0 lines
Updated task list, Daniel.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 26 07:32:33 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Fixed most validation + namespace problems, Daniel.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 14 15:26:25 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -1 lines
Special cases when saving to a ginven encoding, daniel.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat May 6 08:08:34 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
Work on warning when using relative URIs for namespaces. Daniel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Apr 30 20:41:53 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -2 lines
More work on the encoding support and translation, looks better, Daniel.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Apr 14 18:05:39 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -0 lines
Small include patch for Solraris and AIX, Daniel.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Apr 8 10:35:42 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Cosmetic patches from "Timur I. Bakeyev" <timur@bat.ru>, Daniel.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Apr 5 13:49:58 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -0 lines
Added DOM TODOs
Daniel

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Apr 5 11:39:07 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -0 lines
Added TODO item about validity and namespace from William Kunkel, Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 4 19:27:02 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -3 lines
Moved tester.c to xmllint.c, Daniel

Revision 1.31: 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.30: preferred, colored
Changes since revision 1.30: +17 -10 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 22 19:08:45 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
More work, URI output should be Okay now, still working on base support, Daniel.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 20 09:18:50 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +11 -10 lines
Work done on teh way back from Guadec. URI parsing and testing, Daniel.

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
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: +10 -4 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 Mar 2 03:56:00 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1 lines
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 29 16:16:17 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -1 lines
Work done when going from Grenoble to SanJose, Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 24 16:51:08 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +56 -42 lines
Fixed IDREFS valid checking, cleanups, updated TODO, and Oasis testing, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jan 21 12:32:19 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
Release 1.8.5, Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 17 16:03:17 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 10 17:35:28 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -3 lines
Started writing front-ends for parsing a chunk, Daniel

Revision 1.20: 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
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +28 -10 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.19: download - view: text, markup, annotated - select for diffs
Wed Dec 29 12:47:07 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -1 lines
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 28 15:31:14 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +59 -35 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.17: 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
Started adding validation of the DtD parts, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 2 09:21:17 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +54 -13 lines
Added all WFC tests, checkings, updated TODO, added VC info in parser.c, Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:25:52 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1 lines
Bunch of cleanup in the parser for better conformance to the spec.
Checked all WFC, separated getParameterEntity in SAX since the
same name can be used for both, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 12 23:49:42 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -5 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 8 18:33:41 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Started Working on XPath implementation, Daniel

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 30 21:56:51 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -1 lines
Work on parsing external entities, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 7 10:05:54 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
Bit more work on XPointers interfaces, moved parser macros to
parserInternals.h for sharing between low level modules, Daniel.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 16 02:36:31 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +18 -4 lines
Updated to the status, daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 13 04:54:36 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -14 lines
Small patch from blizzard@appliedtheory.com on numeric entities parsing, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 14 00:23:47 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Added automatic support for compressed files, updated the tests for
the new XML and namespace syntax, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 12 18:31:48 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Updated parser and generator to recent XML versions, added a compatibility
flag to avoid breaking old clients, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 9 21:04:54 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Added support for new namespace syntax, and P3P example in tests, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 7 00:36:24 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -0 lines
Applied the patches from John Ehresman <jehresma@dsg.harvard.edu> for
line numbering and better use of "const", Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 19 00:58:06 1998 UTC (25 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -1 lines
Applying C++ patches from John Ehresman <jehresma@dsg.harvard.edu>, first
step toward changing the parser, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 16 02:20:00 1998 UTC (25 years, 11 months ago) by daniel
Branches: MAIN
Updated the Makefiles, added the TODO, 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