W3C CVS Root

CVS log for XML/testHTML.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 7 14:13:03 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
applied a DLL patch from Wayne Davison, Daniel

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +3 -1 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.22: download - view: text, markup, annotated - select for diffs
Sat Oct 14 23:09:30 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +23 -0 lines
HTML, proper handling of SCRIPT and STYLE, Daniel.

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 29 09:24:00 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Applied 2 new patches from Wayne Davison <wayned@blorf.net>
Regenerated the SAX HTML output,
Daniel

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 28 09:47:25 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +17 -7 lines
Applied Wayne Davison <wayned@blorf.net> second patch, fixed a bug
when using SAX only with HTML (about ignorable white spaces), Daniel

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 23 13:23:16 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
added encoding aliases support, minimal testing, Daniel.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 17 13:48:54 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +12 -16 lines
Work on cleaning up message from SAx tests.
Work on auto-opening <p> tags when needed,
Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:53:33 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
Patches received after 2.2.2 release, Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 2 16:11:05 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +82 -16 lines
Fixed HTML small bugs, added SAx tests to HTMLtests for both push and pull
and added the results to the testsuite, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:42:54 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Fixed the problem reported by Marc Sanfacon, added testcase, Daniel

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 12 17:52:40 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +22 -4 lines
Seems that now HTML output encoding works :-)
Added xmlHasAttr()
added --encode support to testHTML.c
Daniel

Revision 1.12: 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
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +26 -5 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 9 22:41:08 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Added a fragment creation function, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 29 12:47:07 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +34 -53 lines
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:53:00 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 14 07:29:23 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +568 -7 lines
Debugging the HTML parser and environment, more testing, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 12 19:33:07 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Serious revamp of the HTML parser, there is still a bug around, Daniel.

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 20 12:23:02 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 17 12:08:24 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -2 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 25 10:55:46 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.1: 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
CVS tags: LIBXML_1_5_0
Adding HTML support, testcases, and updates from bugs.gnome.org, 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