W3C CVS Root

CVS log for XML/entities.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Oct 22 16:56:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, LIBXML_2_2_6, HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -24 lines
Switched the entities structures and code to use the new hast tables, Daniel.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Oct 1 18:23:39 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
Cleanups, 1 bug fix:
- HTMLparser.c: fixed htmlStartCloseIndexinitialized init
- entities.h: exported xmlInitializePredefinedEntities
- parser.[ch] : added xmlInitParser()
- parserInternals.h : had to export htmlInitAutoClose()
Daniel

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 5 20:37:50 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Added a URI field to entities, not finished yet, Daniel.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Aug 26 12:40:09 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -0 lines
Removed other time consuming operations in entities handling,
parsing the docbook DTD time was divided by 10, Daniel.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 8 13:09:02 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.37: preferred, colored
Changes since revision 1.37: +2 -0 lines
More work on saving to non-ascii, Daniel

Revision 1.37: 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.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Mar 14 14:05:31 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -0 lines
More entities recursion detections, cleanup, subtle ent stuff :-(, Daniel.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 14 11:50:45 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -0 lines
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.34: 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.33: preferred, colored
Changes since revision 1.33: +2 -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.33: 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.32: preferred, colored
Changes since revision 1.32: +12 -7 lines
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Feb 19 18:59:45 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Entities fixes, Daniel.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Feb 15 19:26:44 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +18 -8 lines
first step toward DOMifying Entities declaration too, Daniel.

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +8 -6 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.29: 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.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 20 14:34:36 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -2 lines
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Dec 1 09:13:12 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
General cleanup, added xmlCleanupPredefinedEntities(), Daniel

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

Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +21 -21 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.24: 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.23: preferred, colored
Changes since revision 1.23: +29 -15 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.23: 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 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.22: download - view: text, markup, annotated - select for diffs
Wed Jul 7 09:16:19 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +0 -2 lines
Release of libxml-1.1, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 1 13:01:05 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
More fixes, the parser now work on the xml parsing tests from the XML-1.0 REQ, Daniel

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

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +16 -14 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 29 13:27:22 1998 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 11 20:07:54 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -0 lines
Updates from the Gnome tree, Daniel

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 29 06:41:53 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Tree structure update, debug, mode documentation, Daniel.

Revision 1.12: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
Update from Gnome development, entity support added, DOM conformance, Daniel.

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Aug 8 02:45:37 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
More work on the entities, Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Aug 7 05:15:39 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Started the entity mess, need to change input mechanism, code cleanup, Daniel

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 6 16:45:44 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -4 lines
More thorough tests, preseve Attr and Ns order, entities bugfixes,
start working on Dtd parsing and saving, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 6 02:23:29 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Rather large name substitutions to avoid the mix between Dtd's and namespaces,
a bit of cleanup, and TODO's, Daniel

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

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 25 23:58:36 1998 UTC (25 years, 11 months ago) by veillard
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -0 lines
Started working for 0.93, changed the copyright to W3C's one, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 10 07:46:19 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -4 lines
Lot of cleanups, the whole RDF convertion / extraction works ! Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 10 07:22:17 1998 UTC (26 years, 1 month ago) by httpng
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +28 -1 lines
Worked on entities and integration with rpm2html for RDF support, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 20 20:32:25 1998 UTC (26 years, 3 months ago) by httpng
Branches: MAIN
CVS tags: XML_0_1
Started adding support for entities, 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