CVS log for XML/testXPath.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.30 / (download) - annotate - [select for diffs]
, Wed Jan 3 15:19:10 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.29: +1 -0
lines
Diff to previous 1.29
(colored)
Fixing the union evaluation problem reported by Martin Vidner, Daniel
Revision 1.29 / (download) - annotate - [select for diffs]
, Sun Nov 5 17:22:12 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.28: +1 -0
lines
Diff to previous 1.28
(colored)
More work on xinclude, daniel
Revision 1.28 / (download) - annotate - [select for diffs]
, Thu Oct 26 13:05:44 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.27: +3 -0
lines
Diff to previous 1.27
(colored)
Commited TOM <ptittom@free.fr> cleanup patch for xpath, Daniel
Revision 1.27 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.26: +3 -1
lines
Diff to previous 1.26
(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.26 / (download) - annotate - [select for diffs]
, Thu Oct 12 19:43:41 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.25: +1 -141
lines
Diff to previous 1.25
(colored)
More work on XPointer, daniel
Revision 1.25 / (download) - annotate - [select for diffs]
, Tue Oct 10 22:44:45 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.24: +7 -5
lines
Diff to previous 1.24
(colored)
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel
Revision 1.24 / (download) - annotate - [select for diffs]
, Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.23: +1 -1
lines
Diff to previous 1.23
(colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel
Revision 1.23 / (download) - annotate - [select for diffs]
, Fri Oct 6 13:01:16 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.22: +4 -2
lines
Diff to previous 1.22
(colored)
Clenups, cleanups, Daniel.
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu Oct 5 22:56:03 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.21: +66 -26
lines
Diff to previous 1.21
(colored)
started to add XPointer regression tests, fixed some allocation problems,
and a possible segfault in testSAX, Daniel.
Revision 1.21 / (download) - annotate - [select for diffs]
, Thu Oct 5 16:36:25 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.20: +4 -0
lines
Diff to previous 1.20
(colored)
Fixed stupid bug in root function, Daniel.
Revision 1.20 / (download) - annotate - [select for diffs]
, Wed Oct 4 17:01:13 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.19: +58 -9
lines
Diff to previous 1.19
(colored)
More work on the xPointer stuff, Daniel.
Revision 1.19 / (download) - annotate - [select for diffs]
, Wed Oct 4 13:32:28 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.18: +23 -6
lines
Diff to previous 1.18
(colored)
More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches
rebuilt the XPath examples with the extra test, Daniel
Revision 1.18 / (download) - annotate - [select for diffs]
, Mon Oct 2 17:03:06 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.17: +6 -0
lines
Diff to previous 1.17
(colored)
Serious cleanup of the XPath engine, ctxt->nodelist replaced by a value on
the stack, far cleaner, added a new test, Daniel
Revision 1.17 / (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.16: +15 -5
lines
Diff to previous 1.16
(colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel
Revision 1.16 / (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.15: +1 -2
lines
Diff to previous 1.15
(colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.
Revision 1.15 / (download) - annotate - [select for diffs]
, Wed Dec 1 09:13:13 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.14: +5 -0
lines
Diff to previous 1.14
(colored)
General cleanup, added xmlCleanupPredefinedEntities(), Daniel
Revision 1.14 / (download) - annotate - [select for diffs]
, Thu Oct 14 08:26:49 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.13: +2 -1
lines
Diff to previous 1.13
(colored)
Introduced HTML document type, removed ' for HTML, improved
xmlmemory, Daniel.
Revision 1.13 / (download) - annotate - [select for diffs]
, Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.12: +1 -1
lines
Diff to previous 1.12
(colored)
Commited 1.7.3 from GnomeCVS, Daniel.
Revision 1.12 / (download) - annotate - [select for diffs]
, Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.11: +1 -1
lines
Diff to previous 1.11
(colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.
Revision 1.11 / (download) - annotate - [select for diffs]
, Fri Sep 17 12:08:24 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.10: +9 -2
lines
Diff to previous 1.10
(colored)
Cleanup on includes, defines, etc ... Daniel
Revision 1.10 / (download) - annotate - [select for diffs]
, Sun Sep 5 21:37:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.9: +1 -1
lines
Diff to previous 1.9
(colored)
Draw the path for tree.c and xpath.c extensions, Daniel.
Revision 1.9 / (download) - annotate - [select for diffs]
, Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.8: +2 -2
lines
Diff to previous 1.8
(colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.7: +3 -1
lines
Diff to previous 1.7
(colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.
Revision 1.7 / (download) - annotate - [select for diffs]
, Mon Aug 9 09:28:23 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.6: +6 -1
lines
Diff to previous 1.6
(colored)
Added root handling in XPath, Daniel.
Revision 1.6 / (download) - annotate - [select for diffs]
, Tue Jul 27 18:44:59 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.5: +1 -0
lines
Diff to previous 1.5
(colored)
Cleanup using Insure++, Daniel
Revision 1.5 / (download) - annotate - [select for diffs]
, Thu Jul 15 12:32:47 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.4: +66 -6
lines
Diff to previous 1.4
(colored)
Started debugging, extended testXPath, added regression tests, Daniel
Revision 1.4 / (download) - annotate - [select for diffs]
, Sun Jul 11 15:59:01 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.3: +5 -0
lines
Diff to previous 1.3
(colored)
More work on XPath, this starts looking interesting, Daniel.
Revision 1.3 / (download) - annotate - [select for diffs]
, Sat Jul 10 22:11:15 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.2: +1 -0
lines
Diff to previous 1.2
(colored)
More work on XPath, Daniel.
Revision 1.2 / (download) - annotate - [select for diffs]
, Fri Jul 9 16:16:31 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.1: +30 -1
lines
Diff to previous 1.1
(colored)
Patch to file Input, bug fix on HTML printing, more work on XPath, Daniel
Revision 1.1 / (download) - annotate - [select for diffs]
, Thu Jul 8 18:33:41 1999 UTC (8 years, 10 months ago) by daniel
Diff
Started Working on XPath implementation, 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.
Webmaster