W3C CVS Root

CVS log for XML/xpath.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 24 15:26:07 2000 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -5 lines
XPath namespace cleanup, implemented xpointer xmlns() proposed scheme, Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Oct 25 13:35:51 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, LIBXML_2_2_6
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -75 lines
- configure.in: release 2.2.6
- xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
  exporting the inner functions of xpath for extension modules
Daniel

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 23 13:43:29 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Switched XPath variable handling to hash table, Daniel.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Oct 22 13:55:39 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -3 lines
First step at integrating Hash tables, Daniel.

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 12 19:43:41 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -0 lines
More work on XPointer, daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Oct 12 12:26:34 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Fixed xpath variable and functions allocation bug, working on Xpointer, Daniel

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Oct 11 10:53:41 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -10 lines
worked on XPath functions and variable handlings (registration, lookup, cleanup)
Daniel.

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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 6 13:01:16 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -1 lines
Clenups, cleanups, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 5 10:17:44 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +30 -0 lines
One night of furious cleanup and hacking on XPath, still broken, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 4 17:01:13 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +34 -0 lines
More work on the xPointer stuff, Daniel.

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

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +7 -1 lines
At least it compiles now ! Daniel.

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +0 -1 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.18: download - view: text, markup, annotated - select for diffs
Sun Oct 1 14:59:01 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -7 lines
Hope to have fixed some of the serious XPath problems,
- xpath.[ch] : fixed some serious XPath Predicate evaluation
  problems
- Makefile.am : added XPath regression tests to normal tests
- uri.c: fixed a problem with local paths, cleanup
Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 23 18:42:47 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -2 lines
Changed comments to be more explicit, Daniel.

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:58:42 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +32 -17 lines
valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
tree.c: added check and handling when possibly removing an ID
tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
     and saving.
test/HTML/entities.html result/HTML/entities.html* : test for
     various entities reference cases
result/HTML/* : as a result output of some testcase have
     changed
HTMLparser.c, parser.c: fixed a bug in the push mode triggered
     by previous example. added xmlParseTryOrFinish().
xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
  entities.h debugXML.h HTMLparser.h: changed the way struct are
  declared to allow gtk-doc to expose those
parser.c: closed bug #4960

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +3 -0 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 13:33:05 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 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.12: download - view: text, markup, annotated - select for diffs
Mon Dec 20 14:34:36 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 18 14:58:00 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -0 lines
Closed bug #4344, cleanup header files, C++ wise, daniel.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +13 -13 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:37:57 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +101 -6 lines
Draw the path for tree.c and xpath.c extensions, Daniel.

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 27 18:44:59 1999 UTC (24 years, 9 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
Cleanup using Insure++, Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 26 15:05:44 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 15 12:32:47 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Started debugging, extended testXPath, added regression tests, Daniel

Revision 1.4: 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
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 10 22:11:15 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
More work on 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: +5 -4 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
Thu Jul 8 18:33:41 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Started Working on XPath implementation, 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