W3C CVS Root

CVS log for XML/testOasis.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: 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, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -6 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.6: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:29:37 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -7 lines
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
  tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
  use xmlStrEqual instead
- TODO: updated
Daniel

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:45:06 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -7 lines
Cleaned up warnings in pedantic mode, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 27 21:16:49 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +34 -83 lines
A bit of work on Oasis testsuite, daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 26 19:08:54 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +194 -112 lines
Worked on the Oasis testsuite tool, fixed a couple of nasty bugs in the
way. Added node information for empty elements, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 26 07:32:33 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0 lines
Fixed most validation + namespace problems, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 14 21:03:43 2000 UTC (24 years ago) by daniel
Branches: MAIN
adding OASIS test

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