W3C CVS

CVS log for XML/xpath.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.96 / (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.95: +8 -3 lines
Diff to previous 1.95 (colored)
Fixing the union evaluation problem reported by Martin Vidner, Daniel

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

Revision 1.94 / (download) - annotate - [select for diffs] , Sat Nov 25 09:41:11 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.93: +14 -1 lines
Diff to previous 1.93 (colored)
Integrated a bunch of OpenVMS changes, Daniel

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

Revision 1.92 / (download) - annotate - [select for diffs] , Mon Nov 13 11:42:10 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.91: +7 -2 lines
Diff to previous 1.91 (colored)
- 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) - annotate - [select for diffs] , Mon Nov 6 16:32:14 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.90: +107 -35 lines
Diff to previous 1.90 (colored)
More XPath patches from TOM, Danitl

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

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

Revision 1.88 / (download) - annotate - [select for diffs] , Sun Oct 29 18:02:59 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.87: +195 -53 lines
Diff to previous 1.87 (colored)
Applied large cleanup and namespace support patch for xPath from TOM <ptittom@free.fr>, Daniel

Revision 1.87 / (download) - annotate - [select for diffs] , Sun Oct 29 14:55:36 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.86: +3 -17 lines
Diff to previous 1.86 (colored)
xmlXPathRoot cleanup, Daniel

Revision 1.86 / (download) - annotate - [select for diffs] , Fri Oct 27 16:57:25 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.85: +5 -5 lines
Diff to previous 1.85 (colored)
pplied another patch from china@thewrittenword.com (cleanup on IRIX), Daniel.

Revision 1.85 / (download) - annotate - [select for diffs] , Fri Oct 27 16:45:05 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.84: +14 -9 lines
Diff to previous 1.84 (colored)
Applied XPath patch from TOM <ptittom@free.fr>, Daniel

Revision 1.84 / (download) - annotate - [select for diffs] , Thu Oct 26 13:05:44 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.83: +124 -42 lines
Diff to previous 1.83 (colored)
Commited TOM <ptittom@free.fr> cleanup patch for xpath, Daniel

Revision 1.83 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.82: +147 -95 lines
Diff to previous 1.82 (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.82 / (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.81: +1 -0 lines
Diff to previous 1.81 (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.81 / (download) - annotate - [select for diffs] , Wed Oct 25 10:10:39 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.80: +5 -4 lines
Diff to previous 1.80 (colored)
Closing bug #29260, Daniel

Revision 1.80 / (download) - annotate - [select for diffs] , Mon Oct 23 13:43:29 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.79: +11 -54 lines
Diff to previous 1.79 (colored)
Switched XPath variable handling to hash table, Daniel.

Revision 1.79 / (download) - annotate - [select for diffs] , Sun Oct 22 13:55:39 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.78: +77 -131 lines
Diff to previous 1.78 (colored)
First step at integrating Hash tables, Daniel.

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

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

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

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

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

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

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

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

Revision 1.70 / (download) - annotate - [select for diffs] , Thu Oct 5 22:56:03 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.69: +9 -3 lines
Diff to previous 1.69 (colored)
started to add XPointer regression tests, fixed some allocation problems,
and a possible segfault in testSAX, Daniel.

Revision 1.69 / (download) - annotate - [select for diffs] , Thu Oct 5 16:36:25 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.68: +6 -6 lines
Diff to previous 1.68 (colored)
Fixed stupid bug in root function, Daniel.

Revision 1.68 / (download) - annotate - [select for diffs] , Thu Oct 5 15:29:36 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.67: +38 -7 lines
Diff to previous 1.67 (colored)
More cleanup, fixed a pasing problem in the interactive shell, looks good
so far :-), Daniel.

Revision 1.67 / (download) - annotate - [select for diffs] , Thu Oct 5 12:59:24 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.66: +7 -4 lines
Diff to previous 1.66 (colored)
Minor cleanups, daniel.

Revision 1.66 / (download) - annotate - [select for diffs] , Thu Oct 5 11:08:17 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.65: +16 -81 lines
Diff to previous 1.65 (colored)
Fixed all obvious problems, more cleanup, Daniel

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

Revision 1.64 / (download) - annotate - [select for diffs] , Wed Oct 4 17:01:13 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.63: +100 -114 lines
Diff to previous 1.63 (colored)
More work on the xPointer stuff, Daniel.

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

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

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

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

Revision 1.59 / (download) - annotate - [select for diffs] , Mon Oct 2 17:03:06 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.58: +193 -158 lines
Diff to previous 1.58 (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.58 / (download) - annotate - [select for diffs] , Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.57: +51 -51 lines
Diff to previous 1.57 (colored)
- 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) - annotate - [select for diffs] , Sun Oct 1 14:59:01 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.56: +80 -51 lines
Diff to previous 1.56 (colored)
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) - annotate - [select for diffs] , Sun Sep 24 18:38:07 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.55: +122 -7 lines
Diff to previous 1.55 (colored)
XPath patch #2 from Bjorn Reese <breese@mail1.stofanet.dk> implementing
substring-before, substring-after, and translate functions, Daniel.

Revision 1.55 / (download) - annotate - [select for diffs] , Sat Sep 16 19:45:06 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.54: +12 -0 lines
Diff to previous 1.54 (colored)
Cleaned up warnings in pedantic mode, Daniel

Revision 1.54 / (download) - annotate - [select for diffs] , Wed Sep 6 22:37:26 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.53: +7 -0 lines
Diff to previous 1.53 (colored)
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.53 / (download) - annotate - [select for diffs] , Wed Aug 16 19:53:33 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)
Patches received after 2.2.2 release, Daniel

Revision 1.52 / (download) - annotate - [select for diffs] , Fri Aug 4 17:51:27 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)
Fixed the bugs reported by Marc Sanfacon <sanm@copernic.com>, added
associated testcase, Daniel

Revision 1.51 / (download) - annotate - [select for diffs] , Fri Jul 14 14:11:41 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.50: +0 -2 lines
Diff to previous 1.50 (colored)
Fixed a mem deallocation bug on unsupported encodings
Uncommented out a cleanup in XPath,
Daniel

Revision 1.50 / (download) - annotate - [select for diffs] , Wed Jul 5 12:32:16 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.49: +8 -8 lines
Diff to previous 1.49 (colored)
Large cleanup using SunPro cc, Daniel.

Revision 1.49 / (download) - annotate - [select for diffs] , Thu Jun 29 16:02:52 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1
Changes since 1.48: +42 -42 lines
Diff to previous 1.48 (colored)
Patches w.r.t Windows build error messages, Daniel
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/buildwarn2.1

Revision 1.48 / (download) - annotate - [select for diffs] , Fri Jun 23 18:08:57 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.47: +18 -7 lines
Diff to previous 1.47 (colored)
More XPath fixups from Picdar Technology, great ... Daniel

Revision 1.47 / (download) - annotate - [select for diffs] , Thu Jun 22 14:04:10 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.46: +36 -10 lines
Diff to previous 1.46 (colored)
Applied patch from Peter Lovell of Picdar Technology Limited, fixing
the interpreter bugs for conditions, Daniel

Revision 1.46 / (download) - annotate - [select for diffs] , Sat Apr 8 10:35:43 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (colored)
Cosmetic patches from "Timur I. Bakeyev" <timur@bat.ru>, Daniel.

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

Revision 1.44 / (download) - annotate - [select for diffs] , Sat Feb 19 18:59:46 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.43: +4 -0 lines
Diff to previous 1.43 (colored)
Entities fixes, Daniel.

Revision 1.43 / (download) - annotate - [select for diffs] , Mon Feb 14 11:44:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.42: +10 -2 lines
Diff to previous 1.42 (colored)
More work/debug towas DOM for DTDs, Daniel.

Revision 1.42 / (download) - annotate - [select for diffs] , Mon Feb 14 08:24:33 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.41: +18 -14 lines
Diff to previous 1.41 (colored)
First set of patches for DOM and v2.0, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Thu Feb 10 17:20:42 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.40: +3 -6 lines
Diff to previous 1.40 (colored)
Removed HAVE_UNICODE_H and USE_UTF8, daniel

Revision 1.40 / (download) - annotate - [select for diffs] , Mon Feb 7 12:41:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.39: +5 -4 lines
Diff to previous 1.39 (colored)
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) - annotate - [select for diffs] , Fri Feb 4 20:36:14 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.38: +4 -3 lines
Diff to previous 1.38 (colored)
Commited patch from Art Gillespie <agillesp@i-no.com>, Daniel.

Revision 1.38 / (download) - annotate - [select for diffs] , Thu Feb 3 14:58:47 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.37: +0 -2 lines
Diff to previous 1.37 (colored)
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.37 / (download) - annotate - [select for diffs] , Mon Jan 24 10:38:15 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.36: +106 -39 lines
Diff to previous 1.36 (colored)
Fixed some troubles with non-elements nodes in the axis, Daniel.

Revision 1.36 / (download) - annotate - [select for diffs] , Tue Jan 11 19:42:27 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.35: +1 -6 lines
Diff to previous 1.35 (colored)
Removed all exit() references from the library code, Daniel

Revision 1.35 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.34: +66 -18 lines
Diff to previous 1.34 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.33 / (download) - annotate - [select for diffs] , Sat Dec 11 23:51:29 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.32: +1 -0 lines
Diff to previous 1.32 (colored)
Cleanup, switch HTML output to lowercase (like XHTML), added support
to DTD default attribute values, Daniel

Revision 1.32 / (download) - annotate - [select for diffs] , Thu Oct 14 08:26:49 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored)
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, Daniel.

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

Revision 1.30 / (download) - annotate - [select for diffs] , Fri Oct 1 13:38:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.29: +69 -17 lines
Diff to previous 1.29 (colored)
Support for spaces in XPath expressions, update w.r.t. to last draft, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.28: +50 -50 lines
Diff to previous 1.28 (colored)
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.28 / (download) - annotate - [select for diffs] , Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

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

Revision 1.26 / (download) - annotate - [select for diffs] , Sun Sep 5 21:37:57 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.25: +19 -3 lines
Diff to previous 1.25 (colored)
Draw the path for tree.c and xpath.c extensions, Daniel.

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

Revision 1.24 / (download) - annotate - [select for diffs] , Mon Aug 30 11:19:42 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.23: +0 -2 lines
Diff to previous 1.23 (colored)
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Sun Aug 29 20:19:35 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored)
Added support for namespace on attributes, Daniel.

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

Revision 1.21 / (download) - annotate - [select for diffs] , Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.20: +93 -63 lines
Diff to previous 1.20 (colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Aug 25 13:25:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.19: +0 -1 lines
Diff to previous 1.19 (colored)
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Aug 25 10:55:47 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.18: +287 -47 lines
Diff to previous 1.18 (colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Aug 12 13:04:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.17: +306 -46 lines
Diff to previous 1.17 (colored)
Work on the plane, XPath equal and compare, ID support, Daniel

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Aug 10 18:01:48 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored)
oops xpath no workie, Daniel

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Aug 10 17:56:46 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.15: +1 -10 lines
Diff to previous 1.15 (colored)
Preparing equal, daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Aug 10 15:36:58 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.14: +60 -6 lines
Diff to previous 1.14 (colored)
Added libunicode detection, xpath patches, a bit of i18n, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Mon Aug 9 09:28:22 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.13: +44 -15 lines
Diff to previous 1.13 (colored)
Added root handling in XPath, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Aug 5 14:38:26 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.12: +53 -0 lines
Diff to previous 1.12 (colored)
The xlink draft now validates :-), Daniel.

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

Revision 1.11 / (download) - annotate - [select for diffs] , Tue Jul 27 18:44:59 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.10: +30 -41 lines
Diff to previous 1.10 (colored)
Cleanup using Insure++, Daniel

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Jul 26 15:05:44 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.9: +79 -46 lines
Diff to previous 1.9 (colored)
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Thu Jul 15 12:32:47 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.8: +221 -141 lines
Diff to previous 1.8 (colored)
Started debugging, extended testXPath, added regression tests, Daniel

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

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Jul 12 10:48:30 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.6: +77 -14 lines
Diff to previous 1.6 (colored)
Removed a dep to zlib-1.1, added // and .. support, Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Jul 12 09:28:15 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.5: +120 -107 lines
Diff to previous 1.5 (colored)
More work on XPath, starts to look interesting, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Jul 11 21:21:18 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.4: +303 -16 lines
Diff to previous 1.4 (colored)
More XPath work, 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: +439 -48 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: +274 -44 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: +527 -23 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.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster