W3C CVS

CVS log for XML/xpointer.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.37 / (download) - annotate - [select for diffs] , Sun Dec 24 15:26:07 2000 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.36: +48 -0 lines
Diff to previous 1.36 (colored)
XPath namespace cleanup, implemented xpointer xmlns() proposed scheme, Daniel

Revision 1.36 / (download) - annotate - [select for diffs] , Wed Nov 22 10:24:15 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.35: +10 -10 lines
Diff to previous 1.35 (colored)
Fixed problems in start-point and end-point, added a specific testcase, Daniel

Revision 1.35 / (download) - annotate - [select for diffs] , Tue Nov 21 20:26:05 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.34: +2 -0 lines
Diff to previous 1.34 (colored)
Added advanced test and a serious Xpointer fix, daniel.

Revision 1.34 / (download) - annotate - [select for diffs] , Tue Nov 21 18:45:37 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.33: +146 -2 lines
Diff to previous 1.33 (colored)
Chasing troubles with "advanced" XPointer functionalities, Daniel

Revision 1.33 / (download) - annotate - [select for diffs] , Wed Nov 8 19:16:39 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.32: +174 -36 lines
Diff to previous 1.32 (colored)
Updated TODO, more work on xinclude/ranges, fixed an annoying problem
when saving documents in memory, Daniel.

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Nov 8 09:20:32 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.31: +52 -1 lines
Diff to previous 1.31 (colored)
Fixed a bug in htmlDefaultSAXHandlerInit(), workes a bit on xpointer
xinclude support, Daniel

Revision 1.31 / (download) - annotate - [select for diffs] , Tue Nov 7 09:54:46 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)
Hum, XInclude support of fragment identifiers starts to work, Daniel

Revision 1.30 / (download) - annotate - [select for diffs] , Mon Nov 6 22:19:48 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.29: +39 -1 lines
Diff to previous 1.29 (colored)
Bit of Xinclude related cleanup, removed warning in tree.c, preparing
XInclude selection function, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Fri Nov 3 13:45:27 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.28 / (download) - annotate - [select for diffs] , Tue Oct 31 18:06:57 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.27: +42 -1 lines
Diff to previous 1.27 (colored)
attempt at fixing --with-buffer option, Daniel.

Revision 1.27 / (download) - annotate - [select for diffs] , Mon Oct 30 16:09:12 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.26: +13 -7 lines
Diff to previous 1.26 (colored)
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Mon Oct 30 12:59:17 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.25: +30 -2 lines
Diff to previous 1.25 (colored)
added support for extra parameter of string-range(), Daniel

Revision 1.25 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.24: +63 -40 lines
Diff to previous 1.24 (colored)
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) - annotate - [select for diffs] , Wed Oct 25 13:35:51 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.23: +1 -0 lines
Diff to previous 1.23 (colored)
- 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) - annotate - [select for diffs] , Sat Oct 21 08:45:22 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.22: +337 -31 lines
Diff to previous 1.22 (colored)
Some changes made in 2.2.5 and not commited here yet, Daniel.

Revision 1.22 / (download) - annotate - [select for diffs] , Fri Oct 13 16:23:57 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.21: +152 -59 lines
Diff to previous 1.21 (colored)
XPointer: reorder ranges and empty strings searches, Daniel.

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Oct 12 22:53:52 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.20: +86 -22 lines
Diff to previous 1.20 (colored)
Added XPointer string-range() and associated testsuite, Daniel.

Revision 1.20 / (download) - annotate - [select for diffs] , Thu Oct 12 19:43:41 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.19: +256 -28 lines
Diff to previous 1.19 (colored)
More work on XPointer, daniel

Revision 1.19 / (download) - annotate - [select for diffs] , Thu Oct 12 12:26:34 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.18: +176 -26 lines
Diff to previous 1.18 (colored)
Fixed xpath variable and functions allocation bug, working on Xpointer, Daniel

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Oct 11 23:57:11 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.17: +167 -0 lines
Diff to previous 1.17 (colored)
nanohttp fix, looked at string-range on XPointer, Daniel.

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Oct 11 10:53:41 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.16: +4 -39 lines
Diff to previous 1.16 (colored)
worked on XPath functions and variable handlings (registration, lookup, cleanup)
Daniel.

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

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.14: +328 -14 lines
Diff to previous 1.14 (colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Fri Oct 6 13:01:16 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.13: +589 -7 lines
Diff to previous 1.13 (colored)
Clenups, cleanups, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Oct 5 10:17:44 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.12: +75 -0 lines
Diff to previous 1.12 (colored)
One night of furious cleanup and hacking on XPath, still broken, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Wed Oct 4 13:32:29 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.11: +57 -0 lines
Diff to previous 1.11 (colored)
More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches
rebuilt the XPath examples with the extra test, Daniel

Revision 1.11 / (download) - annotate - [select for diffs] , Tue Oct 3 23:13:22 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.10: +23 -47 lines
Diff to previous 1.10 (colored)
At least it compiles now ! Daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Tue Oct 3 17:53:26 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.9: +51 -1 lines
Diff to previous 1.9 (colored)
Started adding XPointer, won't link !!! Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
CVS Tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.8 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.7: +6 -0 lines
Diff to previous 1.7 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Fri Sep 17 12:08:24 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)
Cleanup on includes, defines, etc ... Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Thu Sep 2 16:30:55 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)
Memory leak hunting, successful it seems ! Daniel

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Aug 29 18:01:18 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.4 / (download) - annotate - [select for diffs] , Mon Jul 12 23:49:42 1999 UTC (8 years, 10 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.3: +1 -508 lines
Diff to previous 1.3 (colored)
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Sun Apr 4 22:46:12 1999 UTC (9 years, 1 month ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.2: +346 -22 lines
Diff to previous 1.2 (colored)
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.2 / (download) - annotate - [select for diffs] , Sun Mar 7 10:05:54 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.1: +158 -6 lines
Diff to previous 1.1 (colored)
Bit more work on XPointers interfaces, moved parser macros to
parserInternals.h for sharing between low level modules, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Sat Mar 6 18:05:10 1999 UTC (9 years, 2 months ago) by daniel
Diff
Added the files for XPointer devel, Daniel.

This form allows you to request diff's 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.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster