W3C CVS Root

CVS log for XML/Attic/xml-error.h

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18
Mon Oct 9 12:27:32 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +0 -0 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:10:18 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 14 16:46:30 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Fixing more entities stuff, daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 14 11:50:45 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 29 16:16:18 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1 lines
Work done when going from Grenoble to SanJose, Daniel

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 22 17:56:36 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
Still hunting down XML conformance, Daniel.

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

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 7 12:41:12 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 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.8: download - view: text, markup, annotated - select for diffs
Tue Dec 21 13:33:05 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Hopefully the end of that silly C++ include problem
Added a few functions: xmlReplaceNode, xmlAddPrevSibling, xmlAddNextSibling,
    xmlNodeSetName and xmlDocSetRootElement
When saving HTML try to avoid troubles with autoclosed elements when
the stree shape doesn't follow the DtD specs.
Updated the HTML examples regression tests output
Daniel

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 20 14:34:36 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 18 14:58:00 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -0 lines
Closed bug #4344, cleanup header files, C++ wise, daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 30 15:43:35 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +28 -28 lines
Commited 1.7.3 from GnomeCVS, Daniel.

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 25 14:46:38 1999 UTC (25 years, 1 month ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1, LIBXML_1_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Cleanup on SAX interfaces, user defined parameter, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 6 17:03:32 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Moved error.h to xml-error.h, fixed a small bug with standalone, 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