W3C CVS Root

CVS log for XML/xmlIO.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 4 10:47:13 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +66 -53 lines
Fixing the problem reported by Marc Sanfacon on large files, Daniel

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jan 3 20:51:59 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Daniel

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Dec 12 13:38:46 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -3 lines
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel

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

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:17:00 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
- tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
- error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
Daniel

Revision 1.38: 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
CVS tags: LIBXML_2_2_8
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +39 -21 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.37: download - view: text, markup, annotated - select for diffs
Sun Oct 22 16:56:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +13 -2 lines
Switched the entities structures and code to use the new hast tables, Daniel.

Revision 1.36: 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.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
First step at integrating Hash tables, Daniel.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 12 23:23:35 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Applied Wayne Davison Win32 patch, daniel

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 4 12:33:49 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -0 lines
Fixed bug 26650, Daniel

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Sep 10 16:01:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -6 lines
- uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
  the cleanup of the computation of URI references when seeking
  external entities. The URI reference string and the resulting
  URI are both stored now.
- parser.c HTMLparser.c: memory allocation checks
- entities.c: fixed problems when doc == NULL
Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jul 21 19:44:26 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -1 lines
Last change needed for encoding support on memory, Daniel

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 21 19:12:07 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +29 -0 lines
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 8 12:20:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -6 lines
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat May 6 18:27:23 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +277 -16 lines
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat May 6 12:49:37 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +352 -4 lines
Started working on output buffers supporting also encoding transformation, Daniel

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Apr 30 20:41:53 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +31 -54 lines
More work on the encoding support and translation, looks better, Daniel.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:10:18 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +21 -9 lines
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 12 13:26:14 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +29 -0 lines
- 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.23: download - view: text, markup, annotated - select for diffs
Fri Apr 7 16:32:11 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +432 -184 lines
Cleaned up the mess w.r.t. input method. There is now a clean registration
mechanism xmlRegisterInputCallbacks() in xmlIO.h allowing to provide
your own URI resolution code, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 7 13:17:40 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +96 -0 lines
Added xmlversion.h.in, Daniel.

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +26 -10 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 13 19:56:23 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +33 -10 lines
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 26 13:48:45 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +27 -10 lines
Finished the FTP transport integration, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 3 10:59:23 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +20 -8 lines
* tree.[ch]: added xmlRemoveProp
* win32config.h.in nanohttp.c: avoid including the Windows
    socket stuff in every C files
* parser.c: removed an indetermination xmLDecl/PI(xml...) in
    the XmL parser(s)
* test/ns4 result/ns4 etc...: added test case for previous prob
* tree.c: xmlNewNs wasn't checking for double definition
* Makefile.in: fixed a problem with dist-hook duplicates
* parser.[hc], xmlIO.c: fixed the loading of external entities
    APIs, now xmlLoadExternalEntity() is used everywhere and
    setting up an app specific front-end using the
* SAX.c parser.c: some fixes, now the xhtml spec validates
    with the xhtml DTD.
* error.c: fixed crashes in case of no input stream
* test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
    to the validation tests and results
Daniel

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +22 -12 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 24 17:57:48 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:54:34 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +50 -0 lines
Start at adding real progressive parsing, Daniel.

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Commited 1.7.3 from GnomeCVS, Daniel.

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Sep 18 21:21:33 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +18 -2 lines
Linked the HTTP protocol to external entities fetch, Daniel.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +18 -2 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 17 10:21:04 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Added a minimal HTTP implementation to fetch external resources, Daniel.

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +13 -13 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +3 -7 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +74 -0 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 29 09:43:58 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +45 -0 lines
Cleanup, debugging on external entities parsing, Daniel

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Cleanup using Insure++, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 27 13:16:06 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1 lines
More cleanup on progressive parsing, added an option to tester, a bit
of XPath cleanup, improved make clean, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 26 15:16:20 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Work on progressive parsing, and a bit of XPath, 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