W3C CVS Root

CVS log for XML/parserInternals.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 6 21:04:39 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +32 -14 lines
Incorporated Bjorn Reese optimization patch, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 7 14:54:11 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
parserInternals.c: fixed #25934 , Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 12 21:22:17 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -0 lines
applied jonathan.springer2@gte.net patch for conditional sections, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 30 16:09:12 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +104 -0 lines
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:53 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +83 -46 lines
Message cleanup Jumbo Diff:
- in xmlerror.h : I added the export of an error context type (void *)
     an error handler type xmlGenericErrorFunc
     there is an interface
       xmlSetGenericErrorFunc  (void *ctx, xmlGenericErrorFunc handler);
     to reset the error handling routine and its argument
 (by default it's equivalent to respectively fprintf and stderr.
- in all the c files, all wild accesses to stderr or stdout within
 the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 21 08:11:28 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -0 lines
- Export more xpath functions
- fix problem with large buffers
- force body and html close tags emission
Daniel

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 9 12:27:32 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 17 23:17:12 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Got 2 patches for 2.2.3:
Applied Denis Barbier <barbier@imacs.polytechnique.fr> patches on memset
Applied Wayne Davison <wayned@blorf.net> patch for UTF8 characters in HTML
tag-attribute values.
Daniel

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:45:06 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +307 -2 lines
Cleaned up warnings in pedantic mode, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 16 13:55:56 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -2 lines
Fixed a last reference to a deprecated function, added one more test, Daniel

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 16 13:35:50 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
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

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