W3C CVS Root

CVS log for XML/encoding.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.54: 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.53: preferred, colored
Changes since revision 1.53: +14 -3 lines
Fixing the problem reported by Marc Sanfacon on large files, Daniel

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Nov 24 23:20:05 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Fixed a reported compilation bug for encoding.c, daniel

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

Revision 1.50: 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.49: preferred, colored
Changes since revision 1.49: +16 -2 lines
Fixed the bugs reported by Marc Sanfacon <sanm@copernic.com>, added
associated testcase, Daniel

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Jul 31 22:37:49 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -0 lines
Propagated an initialization bug-fix, Daniel.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 12 13:46:54 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -0 lines
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 11 09:06:07 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +135 -5 lines
Added an ascii <-> UTF8 encoder, Daniel

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jul 11 00:28:58 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Jul 10 23:00:21 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +74 -36 lines
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jul 5 14:03:39 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Commit an ugly socklen_t related patch, Daniel.

Revision 1.43: 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.42: preferred, colored
Changes since revision 1.42: +4 -3 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jul 3 07:33:55 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +39 -2 lines
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jul 2 07:54:07 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Jun 29 16:02:51 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -7 lines
Patches w.r.t Windows build error messages, Daniel
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/buildwarn2.1

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 10 18:16:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +134 -19 lines
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 - view: text, markup, annotated - select for diffs
Mon May 8 12:20:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +169 -17 lines
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 8 07:25:51 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +37 -1 lines
Added BOM for saving to UTF16, looks better, Daniel.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun May 7 16:36:16 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +22 -4 lines
Patches for saving under a different encoding, not finished yet, Daniel

Revision 1.35: 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.34: preferred, colored
Changes since revision 1.34: +34 -5 lines
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue May 2 17:02:09 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +91 -91 lines
More encoding/Char set cleanup, Daniel.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue May 2 13:19:46 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +131 -77 lines
More work and bug fixes on XML encodings support, Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon May 1 14:03:34 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +22 -18 lines
New changes to encoding support, need fixing, Daniel.

Revision 1.31: 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.30: preferred, colored
Changes since revision 1.30: +83 -50 lines
More work on the encoding support and translation, looks better, Daniel.

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +306 -19 lines
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Feb 22 14:22:10 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +277 -30 lines
XML problems cleanup using James Clark and OASIS testsuites, Daniel.

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

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:16:22 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
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 - 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.24: preferred, colored
Changes since revision 1.24: +106 -44 lines
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.24: 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
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -6 lines
Removed HAVE_UNICODE_H and USE_UTF8, daniel

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

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +44 -5 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.21: 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.20: preferred, colored
Changes since revision 1.20: +3 -1 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Dec 18 11:28:54 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -0 lines
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 - 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.18: preferred, colored
Changes since revision 1.18: +23 -0 lines
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +20 -20 lines
Start at adding real progressive parsing, Daniel.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 17 12:08:23 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -2 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +4 -6 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 29 18:01:17 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +4 -0 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 25 10:55:46 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.12: 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -0 lines
Added libunicode detection, xpath patches, a bit of i18n, Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 26 15:05:43 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 7 10:42:28 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
Some insure debugging, changing the SAX output, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 5 09:03:33 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +165 -1 lines
Started working more on the I/O and char encoding handlers, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 30 21:56:51 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Work on parsing external entities, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 24 19:49:28 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +107 -0 lines
attded SAXtests make rule, and started plugging in char encoding support, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 22 12:02:49 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 3 12:26:55 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 11 20:07:54 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -1 lines
Updates from the Gnome tree, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 29 06:41:53 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Tree structure update, debug, mode documentation, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:38:59 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Update from Gnome development, entity support added, DOM conformance, 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