W3C CVS

CVS log for XML/xmlIO.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.24 / (download) - annotate - [select for diffs] , Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
CVS Tags: HEAD
Changes since 1.23: +10 -0 lines
Diff to previous 1.23 (colored)
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.23 / (download) - annotate - [select for diffs] , Wed Oct 4 12:33:49 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_8, LIBXML_2_2_6
Changes since 1.22: +2 -0 lines
Diff to previous 1.22 (colored)
Fixed bug 26650, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Fri Sep 22 09:50:41 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.21: +6 -0 lines
Diff to previous 1.21 (colored)
Fixed a couple of problems on the plane, Daniel

Revision 1.21 / (download) - annotate - [select for diffs] , Mon Sep 4 10:58:55 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored)
Added Wayne Davidson patches to uri.c and testURI.c, integrated the
URI testing in make tests, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Fri Jul 21 19:12:07 2000 UTC (7 years, 9 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.19: +3 -0 lines
Diff to previous 1.19 (colored)
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.19 / (download) - annotate - [select for diffs] , Mon May 8 12:20:38 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.18 / (download) - annotate - [select for diffs] , Sat May 6 18:27:23 2000 UTC (8 years ago) by daniel
Changes since 1.17: +16 -5 lines
Diff to previous 1.17 (colored)
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.17 / (download) - annotate - [select for diffs] , Sat May 6 12:49:37 2000 UTC (8 years ago) by daniel
Changes since 1.16: +65 -2 lines
Diff to previous 1.16 (colored)
Started working on output buffers supporting also encoding transformation, Daniel

Revision 1.16 / (download) - annotate - [select for diffs] , Sun Apr 30 20:41:53 2000 UTC (8 years ago) by daniel
Changes since 1.15: +1 -0 lines
Diff to previous 1.15 (colored)
More work on the encoding support and translation, looks better, Daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)
 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c
   nanoftp.c nanohttp.c SAX.c testSAX.c :
   comment and headers changes to lower gtk-doc number of warnings
Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Apr 12 13:26:14 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.13: +5 -0 lines
Diff to previous 1.13 (colored)
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
   xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Apr 7 13:17:40 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.12: +12 -6 lines
Diff to previous 1.12 (colored)
Added xmlversion.h.in, Daniel.

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

Revision 1.11 / (download) - annotate - [select for diffs] , Wed Jan 26 13:48:45 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)
Finished the FTP transport integration, Daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)
valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
tree.c: added check and handling when possibly removing an ID
tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
     and saving.
test/HTML/entities.html result/HTML/entities.html* : test for
     various entities reference cases
result/HTML/* : as a result output of some testcase have
     changed
HTMLparser.c, parser.c: fixed a bug in the push mode triggered
     by previous example. added xmlParseTryOrFinish().
xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
  entities.h debugXML.h HTMLparser.h: changed the way struct are
  declared to allow gtk-doc to expose those
parser.c: closed bug #4960

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

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.7 / (download) - annotate - [select for diffs] , Wed Nov 10 17:54:34 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.6: +3 -0 lines
Diff to previous 1.6 (colored)
Start at adding real progressive parsing, Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Fri Sep 17 10:21:04 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)
Added a minimal HTTP implementation to fetch external resources, Daniel.

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

Revision 1.4 / (download) - annotate - [select for diffs] , Thu Jul 29 09:43:58 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)
Cleanup, debugging on external entities parsing, Daniel

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

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

Revision 1.1 / (download) - annotate - [select for diffs] , Sat Jun 5 09:03:33 1999 UTC (8 years, 11 months ago) by daniel
Diff
Started working more on the I/O and char encoding handlers, 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