W3C CVS Root

CVS log for XML/xpointer.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: 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.36: preferred, colored
Changes since revision 1.36: +48 -0 lines
XPath namespace cleanup, implemented xpointer xmlns() proposed scheme, Daniel

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Nov 22 10:24:15 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +10 -10 lines
Fixed problems in start-point and end-point, added a specific testcase, Daniel

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 21 20:26:05 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
Added advanced test and a serious Xpointer fix, daniel.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 21 18:45:37 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +146 -2 lines
Chasing troubles with "advanced" XPointer functionalities, Daniel

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Nov 8 19:16:39 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +174 -36 lines
Updated TODO, more work on xinclude/ranges, fixed an annoying problem
when saving documents in memory, Daniel.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Nov 8 09:20:32 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +52 -1 lines
Fixed a bug in htmlDefaultSAXHandlerInit(), workes a bit on xpointer
xinclude support, Daniel

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Nov 7 09:54:46 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Hum, XInclude support of fragment identifiers starts to work, Daniel

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Nov 6 22:19:48 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +39 -1 lines
Bit of Xinclude related cleanup, removed warning in tree.c, preparing
XInclude selection function, Daniel.

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Oct 31 18:06:57 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +42 -1 lines
attempt at fixing --with-buffer option, Daniel.

Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +13 -7 lines
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 30 12:59:17 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +30 -2 lines
added support for extra parameter of string-range(), Daniel

Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +63 -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.24: 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_6
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 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.23: download - view: text, markup, annotated - select for diffs
Sat Oct 21 08:45:22 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +337 -31 lines
Some changes made in 2.2.5 and not commited here yet, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Oct 13 16:23:57 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +152 -59 lines
XPointer: reorder ranges and empty strings searches, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Oct 12 22:53:52 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +86 -22 lines
Added XPointer string-range() and associated testsuite, Daniel.

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +256 -28 lines
More work on XPointer, daniel

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +176 -26 lines
Fixed xpath variable and functions allocation bug, working on Xpointer, Daniel

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 11 23:57:11 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +167 -0 lines
nanohttp fix, looked at string-range on XPointer, Daniel.

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +4 -39 lines
worked on XPath functions and variable handlings (registration, lookup, cleanup)
Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 10 22:44:45 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +445 -61 lines
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

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

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +589 -7 lines
Clenups, cleanups, Daniel.

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +75 -0 lines
One night of furious cleanup and hacking on XPath, still broken, Daniel.

Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +57 -0 lines
More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches
rebuilt the XPath examples with the extra test, Daniel

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +23 -47 lines
At least it compiles now ! Daniel.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 3 17:53:26 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +51 -1 lines
Started adding XPointer, won't link !!! Daniel.

Revision 1.9: 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_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.8: 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
CVS tags: COMPAT_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -0 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Cleanup on includes, defines, etc ... Daniel

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 29 18:01:18 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
More cleanup, added processing-instruction(name) in xpath, Insure ... 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -508 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 4 22:46:12 1999 UTC (25 years, 1 month ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +346 -22 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 7 10:05:54 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +158 -6 lines
Bit more work on XPointers interfaces, moved parser macros to
parserInternals.h for sharing between low level modules, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 6 18:05:10 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Added the files for XPointer devel, 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