W3C CVS

CVS log for XML/encoding.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.54 / (download) - annotate - [select for diffs] , Thu Jan 4 10:47:13 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.53: +14 -3 lines
Diff to previous 1.53 (colored)
Fixing the problem reported by Marc Sanfacon on large files, Daniel

Revision 1.53 / (download) - annotate - [select for diffs] , Fri Nov 24 23:20:05 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)
Fixed a reported compilation bug for encoding.c, daniel

Revision 1.52 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.51: +69 -38 lines
Diff to previous 1.51 (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.51 / (download) - annotate - [select for diffs] , Wed Aug 23 13:23:16 2000 UTC (7 years, 8 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.50: +195 -2 lines
Diff to previous 1.50 (colored)
added encoding aliases support, minimal testing, Daniel.

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

Revision 1.49 / (download) - annotate - [select for diffs] , Mon Jul 31 22:37:49 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.48: +3 -0 lines
Diff to previous 1.48 (colored)
Propagated an initialization bug-fix, Daniel.

Revision 1.48 / (download) - annotate - [select for diffs] , Wed Jul 12 13:46:54 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.47: +6 -0 lines
Diff to previous 1.47 (colored)
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.47 / (download) - annotate - [select for diffs] , Tue Jul 11 09:06:07 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.46: +135 -5 lines
Diff to previous 1.46 (colored)
Added an ascii <-> UTF8 encoder, Daniel

Revision 1.46 / (download) - annotate - [select for diffs] , Tue Jul 11 00:28:58 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.45: +5 -1 lines
Diff to previous 1.45 (colored)
Fixed a nasty bug in the parser w.r.t. I18N and Name, fixed ISO-Latin-1
encoder/decoder, added testcases for Iso-Latin-1, Daniel.

Revision 1.45 / (download) - annotate - [select for diffs] , Mon Jul 10 23:00:21 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.44: +74 -36 lines
Diff to previous 1.44 (colored)
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel

Revision 1.44 / (download) - annotate - [select for diffs] , Wed Jul 5 14:03:39 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (colored)
Commit an ugly socklen_t related patch, Daniel.

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

Revision 1.42 / (download) - annotate - [select for diffs] , Mon Jul 3 07:33:55 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.41: +39 -2 lines
Diff to previous 1.41 (colored)
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Sun Jul 2 07:54:07 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (colored)
Work on character encoding support for the HTML parser,
Fixed a potential memleak in the encoding stuff,
Fixed some autoopen/autoclose probs for the HTML parser,
Daniel

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

Revision 1.39 / (download) - annotate - [select for diffs] , Wed May 10 18:16:38 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.38: +134 -19 lines
Diff to previous 1.38 (colored)
Work on internal representation, encoding, saving to encoding
and recovering with charrefs, and I'm not convinced conf/oasis/p02pass1.xml
is a proken XML file, need feedback to Nist/Oasis Daniel

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

Revision 1.37 / (download) - annotate - [select for diffs] , Mon May 8 07:25:51 2000 UTC (8 years ago) by daniel
Changes since 1.36: +37 -1 lines
Diff to previous 1.36 (colored)
Added BOM for saving to UTF16, looks better, Daniel.

Revision 1.36 / (download) - annotate - [select for diffs] , Sun May 7 16:36:16 2000 UTC (8 years ago) by daniel
Changes since 1.35: +22 -4 lines
Diff to previous 1.35 (colored)
Patches for saving under a different encoding, not finished yet, Daniel

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

Revision 1.34 / (download) - annotate - [select for diffs] , Tue May 2 17:02:09 2000 UTC (8 years ago) by daniel
Changes since 1.33: +91 -91 lines
Diff to previous 1.33 (colored)
More encoding/Char set cleanup, Daniel.

Revision 1.33 / (download) - annotate - [select for diffs] , Tue May 2 13:19:46 2000 UTC (8 years ago) by daniel
Changes since 1.32: +131 -77 lines
Diff to previous 1.32 (colored)
More work and bug fixes on XML encodings support, Daniel

Revision 1.32 / (download) - annotate - [select for diffs] , Mon May 1 14:03:34 2000 UTC (8 years ago) by daniel
Changes since 1.31: +22 -18 lines
Diff to previous 1.31 (colored)
New changes to encoding support, need fixing, Daniel.

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

Revision 1.30 / (download) - annotate - [select for diffs] , Sun Apr 30 09:10:18 2000 UTC (8 years ago) by daniel
Changes since 1.29: +306 -19 lines
Diff to previous 1.29 (colored)
Worked on iconv() encoding conversion, some cleanup too, Daniel

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

Revision 1.28 / (download) - annotate - [select for diffs] , Tue Feb 22 14:22:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.27: +277 -30 lines
Diff to previous 1.27 (colored)
XML problems cleanup using James Clark and OASIS testsuites, Daniel.

Revision 1.27 / (download) - annotate - [select for diffs] , Mon Feb 21 23:13:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.26: +6 -3 lines
Diff to previous 1.26 (colored)
started playing with OAsis test suite, fixed
conf/xmltest/not-wf/ext-sa/002.xml
Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Wed Feb 16 17:16:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (colored)
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.

Revision 1.25 / (download) - annotate - [select for diffs] , Sun Feb 13 19:56:23 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.24: +106 -44 lines
Diff to previous 1.24 (colored)
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

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

Revision 1.23 / (download) - annotate - [select for diffs] , Thu Feb 10 17:11:17 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.22: +19 -13 lines
Diff to previous 1.22 (colored)
Encoding patch from "Y. Cheng" <ycheng@phi.sinica.edu.tw>,
updated testSAX.c to add the cdata callback
Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Feb 7 12:41:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.21: +44 -5 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.20 / (download) - annotate - [select for diffs] , Sat Dec 18 11:28:54 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.19: +3 -0 lines
Diff to previous 1.19 (colored)
closed bug #3950, ramiro@eazel.com patch for "namespace", a posteriori
validation fixup, fixed a bug with default namespace, and
cnygard@bellatlantic.net bug report on IS_BASECHAR, Daniel

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

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

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

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

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

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

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

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

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

Revision 1.10 / (download) - annotate - [select for diffs] , Mon Jun 7 10:42:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.9: +3 -0 lines
Diff to previous 1.9 (colored)
Some insure debugging, changing the SAX output, Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Sat Jun 5 09:03:33 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.8: +165 -1 lines
Diff to previous 1.8 (colored)
Started working more on the I/O and char encoding handlers, Daniel.

Revision 1.8 / (download) - annotate - [select for diffs] , Sun May 30 21:56:51 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)
Work on parsing external entities, Daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Mon May 24 19:49:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.6: +107 -0 lines
Diff to previous 1.6 (colored)
attded SAXtests make rule, and started plugging in char encoding support, Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Sun Jan 3 12:26:55 1999 UTC (9 years, 4 months ago) by daniel
Changes since 1.4: +0 -2 lines
Diff to previous 1.4 (colored)
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Tue Dec 29 13:27:22 1998 UTC (9 years, 4 months ago) by daniel
Changes since 1.3: +0 -0 lines
Diff to previous 1.3 (colored)
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Wed Nov 11 20:07:54 1998 UTC (9 years, 6 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.2: +12 -1 lines
Diff to previous 1.2 (colored)
Updates from the Gnome tree, Daniel

Revision 1.2 / (download) - annotate - [select for diffs] , Thu Oct 29 06:41:53 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)
Tree structure update, debug, mode documentation, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Mon Oct 26 01:38:59 1998 UTC (9 years, 6 months ago) by daniel
Diff
Update from Gnome development, entity support added, DOM conformance, 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