W3C CVS Root

CVS log for XML/xpath.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Jan 3 15:19:10 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +8 -3 lines
Fixing the union evaluation problem reported by Martin Vidner, Daniel

Revision 1.95: 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
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +115 -21 lines
XPath namespace cleanup, implemented xpointer xmlns() proposed scheme, Daniel

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:41:11 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +14 -1 lines
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.93: 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.92: preferred, colored
Changes since revision 1.92: +9 -5 lines
Chasing troubles with "advanced" XPointer functionalities, Daniel

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Nov 13 11:42:10 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +7 -2 lines
- xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
  project file, fixed iconv default non support
- xpath.c: fixed the problem of evaluating relative expressions
  when a node context is provided.
Daniel

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Nov 6 16:32:14 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +107 -35 lines
More XPath patches from TOM, Danitl

Revision 1.90: 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.89: preferred, colored
Changes since revision 1.89: +8 -0 lines
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.89: 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.88: preferred, colored
Changes since revision 1.88: +22 -0 lines
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Oct 29 18:02:59 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +195 -53 lines
Applied large cleanup and namespace support patch for xPath from TOM <ptittom@free.fr>, Daniel

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Oct 29 14:55:36 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -17 lines
xmlXPathRoot cleanup, Daniel

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Oct 27 16:57:25 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +5 -5 lines
pplied another patch from china@thewrittenword.com (cleanup on IRIX), Daniel.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Oct 27 16:45:05 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +14 -9 lines
Applied XPath patch from TOM <ptittom@free.fr>, Daniel

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Oct 26 13:05:44 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +124 -42 lines
Commited TOM <ptittom@free.fr> cleanup patch for xpath, Daniel

Revision 1.83: 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.82: preferred, colored
Changes since revision 1.82: +147 -95 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.82: 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.81: preferred, colored
Changes since revision 1.81: +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.81: download - view: text, markup, annotated - select for diffs
Wed Oct 25 10:10:39 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -4 lines
Closing bug #29260, Daniel

Revision 1.80: 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.79: preferred, colored
Changes since revision 1.79: +11 -54 lines
Switched XPath variable handling to hash table, Daniel.

Revision 1.79: 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.78: preferred, colored
Changes since revision 1.78: +77 -131 lines
First step at integrating Hash tables, Daniel.

Revision 1.78: 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.77: preferred, colored
Changes since revision 1.77: +4 -4 lines
XPointer: reorder ranges and empty strings searches, Daniel.

Revision 1.77: 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.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Added XPointer string-range() and associated testsuite, Daniel.

Revision 1.76: 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.75: preferred, colored
Changes since revision 1.75: +174 -6 lines
More work on XPointer, daniel

Revision 1.75: 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.74: preferred, colored
Changes since revision 1.74: +27 -25 lines
Fixed xpath variable and functions allocation bug, working on Xpointer, Daniel

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

Revision 1.73: 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.72: preferred, colored
Changes since revision 1.72: +22 -3 lines
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

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

Revision 1.71: 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.70: preferred, colored
Changes since revision 1.70: +60 -566 lines
Clenups, cleanups, Daniel.

Revision 1.70: 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.69: preferred, colored
Changes since revision 1.69: +9 -3 lines
started to add XPointer regression tests, fixed some allocation problems,
and a possible segfault in testSAX, Daniel.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Oct 5 16:36:25 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +6 -6 lines
Fixed stupid bug in root function, Daniel.

Revision 1.68: 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.67: preferred, colored
Changes since revision 1.67: +38 -7 lines
More cleanup, fixed a pasing problem in the interactive shell, looks good
so far :-), Daniel.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Oct 5 12:59:24 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +7 -4 lines
Minor cleanups, daniel.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Oct 5 11:08:17 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +16 -81 lines
Fixed all obvious problems, more cleanup, Daniel

Revision 1.65: 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.64: preferred, colored
Changes since revision 1.64: +387 -379 lines
One night of furious cleanup and hacking on XPath, still broken, Daniel.

Revision 1.64: 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.63: preferred, colored
Changes since revision 1.63: +100 -114 lines
More work on the xPointer stuff, Daniel.

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

Revision 1.62: 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.61: preferred, colored
Changes since revision 1.61: +543 -13 lines
At least it compiles now ! Daniel.

Revision 1.61: 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.60: preferred, colored
Changes since revision 1.60: +102 -4 lines
Started adding XPointer, won't link !!! Daniel.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Oct 2 21:46:28 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +79 -0 lines
Incorporated a preceding/following rewrite
fixed the file:///c:/ uri bug
Daniel

Revision 1.59: 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.58: preferred, colored
Changes since revision 1.58: +193 -158 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.58: 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.57: preferred, colored
Changes since revision 1.57: +51 -51 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.57: 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.56: preferred, colored
Changes since revision 1.56: +80 -51 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.56: download - view: text, markup, annotated - select for diffs
Sun Sep 24 18:38:07 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +122 -7 lines
XPath patch #2 from Bjorn Reese <breese@mail1.stofanet.dk> implementing
substring-before, substring-after, and translate functions, Daniel.

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

Revision 1.54: 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.53: preferred, colored
Changes since revision 1.53: +7 -0 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:53:33 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
Patches received after 2.2.2 release, Daniel

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Aug 4 17:51:27 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
Fixed the bugs reported by Marc Sanfacon <sanm@copernic.com>, added
associated testcase, Daniel

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 14 14:11:41 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -2 lines
Fixed a mem deallocation bug on unsupported encodings
Uncommented out a cleanup in XPath,
Daniel

Revision 1.50: 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.49: preferred, colored
Changes since revision 1.49: +8 -8 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jun 29 16:02:52 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +42 -42 lines
Patches w.r.t Windows build error messages, Daniel
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/buildwarn2.1

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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jun 22 14:04:10 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +36 -10 lines
Applied patch from Peter Lovell of Picdar Technology Limited, fixing
the interpreter bugs for conditions, Daniel

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Apr 8 10:35:43 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Cosmetic patches from "Timur I. Bakeyev" <timur@bat.ru>, Daniel.

Revision 1.45: 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.44: preferred, colored
Changes since revision 1.44: +9 -5 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

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

Revision 1.43: 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.42: preferred, colored
Changes since revision 1.42: +10 -2 lines
More work/debug towas DOM for DTDs, Daniel.

Revision 1.42: 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.41: preferred, colored
Changes since revision 1.41: +18 -14 lines
First set of patches for DOM and v2.0, Daniel.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 10 17:20:42 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -6 lines
Removed HAVE_UNICODE_H and USE_UTF8, daniel

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Feb 7 12:41:12 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -4 lines
Bunch of bug fixes while on the road, better conformance, UTF-8 work
demacroized NEXT() and tigthen the code a lot, Daniel

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Feb 4 20:36:14 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -3 lines
Commited patch from Art Gillespie <agillesp@i-no.com>, Daniel.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Feb 3 14:58:47 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -2 lines
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jan 24 10:38:15 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +106 -39 lines
Fixed some troubles with non-elements nodes in the axis, Daniel.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jan 11 19:42:27 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -6 lines
Removed all exit() references from the library code, Daniel

Revision 1.35: 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.34: preferred, colored
Changes since revision 1.34: +66 -18 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.34: 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.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Dec 11 23:51:29 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
Cleanup, switch HTML output to lowercase (like XHTML), added support
to DTD default attribute values, Daniel

Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, Daniel.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Oct 8 09:35:42 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -27 lines
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Oct 1 13:38:02 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +69 -17 lines
Support for spaces in XPath expressions, update w.r.t. to last draft, Daniel.

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +50 -50 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Sep 20 12:23:02 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +15 -1 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +19 -3 lines
Draw the path for tree.c and xpath.c extensions, Daniel.

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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 30 11:19:42 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -2 lines
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 29 20:19:35 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Added support for namespace on attributes, Daniel.

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +41 -35 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +93 -63 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 25 13:25:56 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 12 13:04:03 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +306 -46 lines
Work on the plane, XPath equal and compare, ID support, Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:01:48 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -4 lines
oops xpath no workie, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 10 17:56:46 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -10 lines
Preparing equal, daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 10 15:36:58 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +60 -6 lines
Added libunicode detection, xpath patches, a bit of i18n, Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 9 09:28:22 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +44 -15 lines
Added root handling in XPath, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 5 14:38:26 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +53 -0 lines
The xlink draft now validates :-), Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 4 10:11:42 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +23 -0 lines
Removed a bug in attributes data generation, attribute decl printing,
more progress on DtD validation, isnan and isinf workarounds, Daniel.

Revision 1.11: 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
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +30 -41 lines
Cleanup using Insure++, Daniel

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +79 -46 lines
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +221 -141 lines
Started debugging, extended testXPath, added regression tests, Daniel

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +533 -141 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 12 10:48:30 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +77 -14 lines
Removed a dep to zlib-1.1, added // and .. support, Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 12 09:28:15 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +120 -107 lines
More work on XPath, starts to look interesting, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 11 21:21:18 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +303 -16 lines
More XPath work, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 11 15:59:01 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +439 -48 lines
More work on XPath, this starts looking interesting, 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: +274 -44 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: +527 -23 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