W3C CVS

CVS log for XML/parserInternals.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.40 / (download) - annotate - [select for diffs] , Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
CVS Tags: HEAD
Changes since 1.39: +10 -0 lines
Diff to previous 1.39 (colored)
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.39 / (download) - annotate - [select for diffs] , Tue Nov 7 14:13:03 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.38: +7 -7 lines
Diff to previous 1.38 (colored)
applied a DLL patch from Wayne Davison, Daniel

Revision 1.38 / (download) - annotate - [select for diffs] , Sun Oct 1 18:23:40 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.37: +7 -0 lines
Diff to previous 1.37 (colored)
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.37 / (download) - annotate - [select for diffs] , Sat Sep 16 13:35:50 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.36: +35 -6 lines
Diff to previous 1.36 (colored)
BIG CLEANUP during flight:
parserInternals.c parserInternals.h parser.c Makefile.in:
created a new module parserInternals.c, moved most of the
code shared by the various parsers there, as well as
deprecated  code from parser.c. More cleanup of parser.c
Daniel

Revision 1.36 / (download) - annotate - [select for diffs] , Sun Sep 10 13:14:22 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.35: +20 -350 lines
Diff to previous 1.35 (colored)
Demacroified most of the IS_XXX tests, the gain is significant so ... Daniel

Revision 1.35 / (download) - annotate - [select for diffs] , Sun Aug 27 16:51:52 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs] , Sat Aug 26 19:52:45 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.33: +6 -0 lines
Diff to previous 1.33 (colored)
Added --pedantic to xmllint, SAX wasn't disabled within EXCLUDE'd
conditionnal sections, now validation against Docbook-4.1.1. don't
spill errors doesn't mean everything is perfect though, daniel.

Revision 1.33 / (download) - annotate - [select for diffs] , Wed Jul 12 13:46:54 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.32: +10 -0 lines
Diff to previous 1.32 (colored)
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.32 / (download) - annotate - [select for diffs] , Tue May 2 17:02:09 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored)
More encoding/Char set cleanup, Daniel.

Revision 1.31 / (download) - annotate - [select for diffs] , Sun Apr 30 09:10:18 2000 UTC (8 years ago) by daniel
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored)
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Apr 12 13:26:14 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.29: +12 -4 lines
Diff to previous 1.29 (colored)
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
   xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel

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

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

Revision 1.27 / (download) - annotate - [select for diffs] , Tue Mar 14 11:50:45 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.26: +7 -1 lines
Diff to previous 1.26 (colored)
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.26 / (download) - annotate - [select for diffs] , Sat Mar 4 16:54:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored)
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel

Revision 1.25 / (download) - annotate - [select for diffs] , Sat Mar 4 15:16:57 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Feb 24 13:12:17 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.23: +1 -0 lines
Diff to previous 1.23 (colored)
Added Suns tests fixed xmlParseXMLDecl and xmlParseTextDecl mismatches, Daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Feb 21 09:33:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.22: +20 -20 lines
Diff to previous 1.22 (colored)
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel

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

Revision 1.21 / (download) - annotate - [select for diffs] , Tue Feb 8 20:16:21 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.20: +3 -87 lines
Diff to previous 1.20 (colored)
More work on UTF-8 support, a few things are still broken, Daniel.

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

Revision 1.19 / (download) - annotate - [select for diffs] , Sat Dec 18 11:28:54 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.18: +5 -7 lines
Diff to previous 1.18 (colored)
closed bug #3950, ramiro@eazel.com patch for "namespace", a posteriori
validation fixup, fixed a bug with default namespace, and
cnygard@bellatlantic.net bug report on IS_BASECHAR, Daniel

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

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

Revision 1.16 / (download) - annotate - [select for diffs] , Thu Sep 2 16:37:15 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.15: +0 -6 lines
Diff to previous 1.15 (colored)
moving the definition of a global variable, Daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Aug 25 13:25:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.14: +98 -135 lines
Diff to previous 1.14 (colored)
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.13: +2 -0 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] , Tue Aug 10 15:36:58 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)
Added libunicode detection, xpath patches, a bit of i18n, Daniel

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Aug 9 15:57:09 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.11: +19 -10 lines
Diff to previous 1.11 (colored)
tarted to look at swtitching to UTF8 internally, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Thu Aug 5 20:41:29 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.10: +7 -0 lines
Diff to previous 1.10 (colored)
Added validity tests, better dtd lookup, Daniel

Revision 1.10 / (download) - annotate - [select for diffs] , Sat Jul 31 23:49:48 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.9: +2 -0 lines
Diff to previous 1.9 (colored)
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel

Revision 1.9 / (download) - annotate - [select for diffs] , Mon Jun 7 10:42:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)
Some insure debugging, changing the SAX output, Daniel.

Revision 1.8 / (download) - annotate - [select for diffs] , Tue Jun 1 22:02:07 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.7: +8 -1 lines
Diff to previous 1.7 (colored)
Updated for switching on entity substitution, daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Tue Jun 1 13:01:05 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)
More fixes, the parser now work on the xml parsing tests from the XML-1.0 REQ, Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Mon May 31 17:36:31 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.5: +16 -4 lines
Diff to previous 1.5 (colored)
Quite some work to make a correct entity model, Daniel.

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

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

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

Revision 1.2 / (download) - annotate - [select for diffs] , Mon Mar 1 15:56:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.1: +27 -3 lines
Diff to previous 1.1 (colored)
Leak hunting, extension of interfaces, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Diff
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, 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