W3C CVS Root

CVS log for XML/HTMLtree.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 31 18:06:56 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -2 lines
attempt at fixing --with-buffer option, Daniel.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +25 -12 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.32: 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.31: preferred, colored
Changes since revision 1.31: +3 -2 lines
- Export more xpath functions
- fix problem with large buffers
- force body and html close tags emission
Daniel

Revision 1.31: 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
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -0 lines
HTML, proper handling of SCRIPT and STYLE, Daniel.

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +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.29: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:29:37 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -14 lines
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
  tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
  use xmlStrEqual instead
- TODO: updated
Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Sep 22 10:57:40 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +8 -20 lines
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 6 22:37:26 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -5 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +154 -2 lines
Seems that now HTML output encoding works :-)
Added xmlHasAttr()
added --encode support to testHTML.c
Daniel

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 12 13:46:54 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -22 lines
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 11 23:12:32 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +176 -2 lines
a bit more work toward cleaning up HTML result of parsing, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jul 11 20:17:24 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +33 -0 lines
Commit of current state, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:32:16 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 3 07:33:55 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +382 -20 lines
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 1 09:06:13 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
Updated 2 HTML tests, released 2.1.1, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 26 13:18:58 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -7 lines
fixed support for empty attributes like <hr noshade> for dand, Daniel.

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +10 -5 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 14 08:24:33 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -10 lines
First set of patches for DOM and v2.0, Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 3 14:58:46 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +19 -0 lines
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 28 15:31:13 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -2 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 21 16:19:16 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -0 lines
- result/HTML/*.htm*: Updated the HTML examples regression tests output
- SAX.c tree.c: fixed bug on defaulting namespaces on attributes
- debugXML.c: fixed a bug on printing default namespaces.
- HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
- parser.c: fixed a stupid = vs. == bug
Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Dec 21 13:33:05 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -3 lines
Hopefully the end of that silly C++ include problem
Added a few functions: xmlReplaceNode, xmlAddPrevSibling, xmlAddNextSibling,
    xmlNodeSetName and xmlDocSetRootElement
When saving HTML try to avoid troubles with autoclosed elements when
the stree shape doesn't follow the DtD specs.
Updated the HTML examples regression tests output
Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 20 14:33:41 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
Patch from Chris Lahey  <clahey@umich.edu> to improve HTML output, Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 30 19:53:56 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -1 lines
Changed for  optionnal use of buffer for node content, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Oct 26 08:18:05 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Version 1.7.4, 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: +2 -2 lines
Debugging the HTML parser and environment, more testing, Daniel.

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

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 2 16:30:54 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 12 23:49:42 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 9 16:16:31 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Patch to file Input, bug fix on HTML printing, more work on XPath, 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
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