W3C CVS Root

CVS log for XML/debugXML.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Nov 5 18:20:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +9 -0 lines
Some XInclude fixes, restored testURI, Daniel.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Nov 3 13:45:26 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.45: 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.44: preferred, colored
Changes since revision 1.44: +8 -2 lines
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.44: 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.43: preferred, colored
Changes since revision 1.43: +80 -40 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.43: download - view: text, markup, annotated - select for diffs
Tue Oct 24 16:36:06 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +36 -78 lines
Cleanups made the hash table structure private, Daniel

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Oct 22 16:56:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +11 -8 lines
Switched the entities structures and code to use the new hast tables, Daniel.

Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +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.40: download - view: text, markup, annotated - select for diffs
Thu Oct 5 22:56:03 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
started to add XPointer regression tests, fixed some allocation problems,
and a possible segfault in testSAX, Daniel.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Oct 5 15:29:36 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +37 -5 lines
More cleanup, fixed a pasing problem in the interactive shell, looks good
so far :-), Daniel.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 4 13:32:28 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -3 lines
More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches
rebuilt the XPath examples with the extra test, Daniel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Oct 3 23:13:22 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +36 -0 lines
At least it compiles now ! Daniel.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 2 17:03:06 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -25 lines
Serious cleanup of the XPath engine, ctxt->nodelist replaced by a value on
the stack, far cleaner, added a new test, Daniel

Revision 1.35: 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.34: preferred, colored
Changes since revision 1.34: +2 -2 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.34: download - view: text, markup, annotated - select for diffs
Sun Sep 24 08:06:12 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
  problem of socklen_t being undefined on a number of platforms
- debugXML.c: fixed a compilation problem when without snprintf
Daniel

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

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Sep 10 16:01:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +17 -4 lines
- uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
  the cleanup of the computation of URI references when seeking
  external entities. The URI reference string and the resulting
  URI are both stored now.
- parser.c HTMLparser.c: memory allocation checks
- entities.c: fixed problems when doc == NULL
Daniel

Revision 1.31: 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.30: preferred, colored
Changes since revision 1.30: +28 -3 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Sep 4 10:58:55 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +43 -2 lines
Added Wayne Davidson patches to uri.c and testURI.c, integrated the
URI testing in make tests, Daniel

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Aug 27 22:38:18 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +17 -6 lines
- SAX.c tree.c debugXML.c: fixed bogus behaviour when an
  undeclared namespace prefix was used, added a warning.
  Cleaned up support w.r.t. entities, spilling out a warning
  and being pedantic on lookups.
  added test/warning/ent9
- Applied some of Wayne Davison <wayned@blorf.net> HTML output patches
Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 26 19:52:44 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +66 -60 lines
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.27: download - view: text, markup, annotated - select for diffs
Mon Jul 10 23:00:21 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +21 -11 lines
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jun 23 18:08:58 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -45 lines
More XPath fixups from Picdar Technology, great ... Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 10 18:16:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +44 -0 lines
Work on internal representation, encoding, saving to encoding
and recovering with charrefs, and I'm not convinced conf/oasis/p02pass1.xml
is a proken XML file, need feedback to Nist/Oasis Daniel

Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +63 -7 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 29 16:16:17 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -10 lines
Work done when going from Grenoble to SanJose, Daniel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Feb 21 09:33:35 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -5 lines
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 19 18:59:45 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +84 -2 lines
Entities fixes, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 15 19:26:44 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -6 lines
first step toward DOMifying Entities declaration too, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Feb 15 14:56:32 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +286 -0 lines
Added attributes and element declarations to the dtd node children,
Improved the debugging routine to check for node connectivity
fixed some SAX generated node connectivity problems
fixed a validity warning
fixed a unnecessary write when parsing a string
Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 14 11:44:22 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
More work/debug towas DOM for DTDs, Daniel.

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +17 -16 lines
First set of patches for DOM and v2.0, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 9 13:34:45 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
UTF-8/entities/charref/encoding cleanups, Daniel

Revision 1.14: 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 26 14:30:22 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -1 lines
Fixed a big bug in the debug shell cat command, Daniel.

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

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +5 -0 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +5 -1 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.9: download - view: text, markup, annotated - select for diffs
Fri Dec 10 18:18:57 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +133 -0 lines
Work done on the plane, cleanup of parser from CUR_PTR weirdnesses, added xlink modules, and a proper SAX.h header for generated doc, Daniel.

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
Changed for  optionnal use of buffer for node content, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 14 08:26:49 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0 lines
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, 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: +1 -1 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 29 10:56:44 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.3: 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
Patch to file Input, bug fix on HTML printing, more work on XPath, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 3 12:26:55 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 27 22:13:31 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Added --debug option to tester, debugXML.[ch], one error in tree.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