W3C CVS

CVS log for XML/TODO

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.56 / (download) - annotate - [select for diffs] , Thu Jan 4 14:07:30 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.55: +1 -1 lines
Diff to previous 1.55 (colored)
* 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) - annotate - [select for diffs] , Wed Dec 27 10:51:09 2000 UTC (7 years, 4 months ago) by veillard
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)
Fixed a bug reported by Marc Sanfacon <sanm@copernic.com> on buffers, Daniel

Revision 1.54 / (download) - annotate - [select for diffs] , Mon Dec 18 12:51:38 2000 UTC (7 years, 4 months ago) by veillard
Changes since 1.53: +3 -0 lines
Diff to previous 1.53 (colored)
Applied Tenihin Andrey <algorithm@peterlink.ru> patch for
encoding in htmlParseDoc, Daniel

Revision 1.53 / (download) - annotate - [select for diffs] , Wed Nov 8 19:16:38 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.52: +2 -0 lines
Diff to previous 1.52 (colored)
Updated TODO, more work on xinclude/ranges, fixed an annoying problem
when saving documents in memory, Daniel.

Revision 1.52 / (download) - annotate - [select for diffs] , Sat Oct 14 23:40:29 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.51: +4 -3 lines
Diff to previous 1.51 (colored)
More convenient sync between both trees, updated TODO, Daniel

Revision 1.51 / (download) - annotate - [select for diffs] , Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.50: +3 -8 lines
Diff to previous 1.50 (colored)
- 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) - annotate - [select for diffs] , Sat Sep 23 12:56:24 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.49: +3 -0 lines
Diff to previous 1.49 (colored)
Added JamesH suggestion of a write SAX, daniel

Revision 1.49 / (download) - annotate - [select for diffs] , Sun Aug 27 22:38:18 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.48: +4 -1 lines
Diff to previous 1.48 (colored)
- 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) - annotate - [select for diffs] , Sun Aug 27 16:51:51 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.47: +5 -1 lines
Diff to previous 1.47 (colored)
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) - annotate - [select for diffs] , Sat Aug 26 10:28:56 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.46: +5 -0 lines
Diff to previous 1.46 (colored)
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.46 / (download) - annotate - [select for diffs] , Sun Aug 20 14:34:46 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.45: +4 -3 lines
Diff to previous 1.45 (colored)
2 small cleanup FTP/HTTP, added man pages, Daniel.

Revision 1.45 / (download) - annotate - [select for diffs] , Tue Jul 11 09:06:07 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.44: +1 -1 lines
Diff to previous 1.44 (colored)
Added an ascii <-> UTF8 encoder, Daniel

Revision 1.44 / (download) - annotate - [select for diffs] , Tue Jul 11 00:28:58 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.43: +1 -0 lines
Diff to previous 1.43 (colored)
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) - annotate - [select for diffs] , Mon Jul 3 07:33:55 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.42: +6 -5 lines
Diff to previous 1.42 (colored)
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.42 / (download) - annotate - [select for diffs] , Thu Jun 29 10:33:02 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.41: +3 -1 lines
Diff to previous 1.41 (colored)
Added xmlStopParser(), updated TODO, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Mon Jun 26 18:52:54 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.40: +3 -0 lines
Diff to previous 1.40 (colored)
Updated task list, Daniel.

Revision 1.40 / (download) - annotate - [select for diffs] , Mon Jun 26 07:32:33 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)
Fixed most validation + namespace problems, Daniel.

Revision 1.39 / (download) - annotate - [select for diffs] , Sun May 14 15:26:25 2000 UTC (8 years ago) by daniel
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)
Special cases when saving to a ginven encoding, daniel.

Revision 1.38 / (download) - annotate - [select for diffs] , Sat May 6 08:08:34 2000 UTC (8 years ago) by daniel
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)
Work on warning when using relative URIs for namespaces. Daniel

Revision 1.37 / (download) - annotate - [select for diffs] , Sun Apr 30 20:41:53 2000 UTC (8 years ago) by daniel
Changes since 1.36: +7 -2 lines
Diff to previous 1.36 (colored)
More work on the encoding support and translation, looks better, Daniel.

Revision 1.36 / (download) - annotate - [select for diffs] , Fri Apr 14 18:05:39 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.35: +2 -0 lines
Diff to previous 1.35 (colored)
Small include patch for Solraris and AIX, Daniel.

Revision 1.35 / (download) - annotate - [select for diffs] , Sat Apr 8 10:35:42 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)
Cosmetic patches from "Timur I. Bakeyev" <timur@bat.ru>, Daniel.

Revision 1.34 / (download) - annotate - [select for diffs] , Wed Apr 5 13:49:58 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.33: +3 -0 lines
Diff to previous 1.33 (colored)
Added DOM TODOs
Daniel

Revision 1.33 / (download) - annotate - [select for diffs] , Wed Apr 5 11:39:07 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.32: +2 -0 lines
Diff to previous 1.32 (colored)
Added TODO item about validity and namespace from William Kunkel, Daniel

Revision 1.32 / (download) - annotate - [select for diffs] , Tue Apr 4 19:27:02 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.31: +0 -3 lines
Diff to previous 1.31 (colored)
Moved tester.c to xmllint.c, Daniel

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

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Mar 22 19:08:45 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)
More work, URI output should be Okay now, still working on base support, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Mon Mar 20 09:18:50 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.28: +11 -10 lines
Diff to previous 1.28 (colored)
Work done on teh way back from Guadec. URI parsing and testing, Daniel.

Revision 1.28 / (download) - annotate - [select for diffs] , Mon Mar 13 12:11:12 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.27: +2 -0 lines
Diff to previous 1.27 (colored)
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
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: +10 -4 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 Mar 2 03:56:00 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel

Revision 1.25 / (download) - annotate - [select for diffs] , Tue Feb 29 16:16:17 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.24: +12 -1 lines
Diff to previous 1.24 (colored)
Work done when going from Grenoble to SanJose, Daniel

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Feb 24 16:51:08 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.23: +56 -42 lines
Diff to previous 1.23 (colored)
Fixed IDREFS valid checking, cleanups, updated TODO, and Oasis testing, Daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Fri Jan 21 12:32:19 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.22: +4 -0 lines
Diff to previous 1.22 (colored)
Release 1.8.5, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Jan 17 16:03:17 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel

Revision 1.21 / (download) - annotate - [select for diffs] , Mon Jan 10 17:35:28 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)
Started writing front-ends for parsing a chunk, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.19: +28 -10 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs] , Wed Dec 29 12:47:07 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 (colored)
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel

Revision 1.18 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.17: +59 -35 lines
Diff to previous 1.17 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.16 / (download) - annotate - [select for diffs] , Mon Aug 2 09:21:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.15: +54 -13 lines
Diff to previous 1.15 (colored)
Added all WFC tests, checkings, updated TODO, added VC info in parser.c, Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Sun Aug 1 18:25:52 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)
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) - annotate - [select for diffs] , Mon Jul 12 23:49:42 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.13: +9 -5 lines
Diff to previous 1.13 (colored)
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Jul 8 18:33:41 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)
Started Working on XPath implementation, Daniel

Revision 1.12 / (download) - annotate - [select for diffs] , Sun May 30 21:56:51 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.11: +7 -1 lines
Diff to previous 1.11 (colored)
Work on parsing external entities, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Sun Mar 7 10:05:54 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)
Bit more work on XPointers interfaces, moved parser macros to
parserInternals.h for sharing between low level modules, Daniel.

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

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

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Nov 16 02:36:31 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.7: +18 -4 lines
Diff to previous 1.7 (colored)
Updated to the status, daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Thu Aug 13 04:54:36 1998 UTC (9 years, 9 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.6: +13 -14 lines
Diff to previous 1.6 (colored)
Small patch from blizzard@appliedtheory.com on numeric entities parsing, Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Tue Jul 14 00:23:47 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)
Added automatic support for compressed files, updated the tests for
the new XML and namespace syntax, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Jul 12 18:31:48 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)
Updated parser and generator to recent XML versions, added a compatibility
flag to avoid breaking old clients, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Thu Jul 9 21:04:54 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)
Added support for new namespace syntax, and P3P example in tests, Daniel.

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

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Jun 19 00:58:06 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored)
Applying C++ patches from John Ehresman <jehresma@dsg.harvard.edu>, first
step toward changing the parser, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Tue Jun 16 02:20:00 1998 UTC (9 years, 11 months ago) by daniel
Diff
Updated the Makefiles, added the TODO, 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