CVS log for XML/parserInternals.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.11 / (download) - annotate - [select for diffs]
, Sat Jan 6 21:04:39 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.10: +32 -14
lines
Diff to previous 1.10
(colored)
Incorporated Bjorn Reese optimization patch, Daniel
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu Dec 7 14:54:11 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.9: +5 -5
lines
Diff to previous 1.9
(colored)
parserInternals.c: fixed #25934 , Daniel
Revision 1.9 / (download) - annotate - [select for diffs]
, Sun Nov 12 21:22:17 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.8: +4 -0
lines
Diff to previous 1.8
(colored)
applied jonathan.springer2@gte.net patch for conditional sections, Daniel.
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Oct 30 16:09:12 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.7: +104 -0
lines
Diff to previous 1.7
(colored)
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.6: +83 -46
lines
Diff to previous 1.6
(colored)
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) - annotate - [select for diffs]
, Sat Oct 21 08:11:28 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.5: +6 -0
lines
Diff to previous 1.5
(colored)
- Export more xpath functions
- fix problem with large buffers
- force body and html close tags emission
Daniel
Revision 1.5 / (download) - annotate - [select for diffs]
, Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.4: +3 -2
lines
Diff to previous 1.4
(colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel
Revision 1.4 / (download) - annotate - [select for diffs]
, Sun Sep 17 23:17:12 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.3: +2 -1
lines
Diff to previous 1.3
(colored)
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) - annotate - [select for diffs]
, Sat Sep 16 19:45:06 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.2: +307 -2
lines
Diff to previous 1.2
(colored)
Cleaned up warnings in pedantic mode, Daniel
Revision 1.2 / (download) - annotate - [select for diffs]
, Sat Sep 16 13:55:56 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.1: +0 -2
lines
Diff to previous 1.1
(colored)
Fixed a last reference to a deprecated function, added one more test, Daniel
Revision 1.1 / (download) - annotate - [select for diffs]
, Sat Sep 16 13:35:50 2000 UTC (7 years, 8 months ago) by veillard
Diff
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
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.
Webmaster