W3C CVS Root

CVS log for XML/xmllint.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jan 3 13:33:55 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +18 -4 lines
- xmllint.c: Made is so if the file name is "-" is will read form
  standard input. Sven Heinicke  <sven@zen.org>
- tree.h: fixed the comment of the node types following andersca comment
Daniel

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +18 -2 lines
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +6 -0 lines
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 5 18:20:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Some XInclude fixes, restored testURI, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Nov 3 13:45:27 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +18 -0 lines
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.18: 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
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -20 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.17: download - view: text, markup, annotated - select for diffs
Wed Oct 11 15:16:38 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +13 -2 lines
Fixed the post validation bug reported by Bill Kendrick <William.Kendrick@wcom.com>, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 11 13:39:35 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +19 -1 lines
Added dtdvalid option, daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 22 16:05:34 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -0 lines
Closing bug #25000, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 29 18:23:49 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -0 lines
Fixed bug on invalid ontent characters and when using push.
fixed xmllint endling of errors in push mode,
Daniel

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 26 19:52:45 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +12 -3 lines
Added --pedantic to xmllint, SAX wasn't disabled within EXCLUDE'd
conditionnal sections, now validation against Docbook-4.1.1. don't
spill errors doesn't mean everything is perfect though, daniel.

Revision 1.12: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
added encoding aliases support, minimal testing, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 16 19:53:33 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Patches received after 2.2.2 release, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 7 13:43:51 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +34 -16 lines
Commiting work done on the plane, mostly an attempt at XML Schema understanding
by coding ... Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 1 20:23:53 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Fixed MAP_FAIL to MAP_FAILED, Daniel

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 24 18:51:58 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
Two portability fixes provided for 2.2.1, daniel

Revision 1.7: 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
CVS tags: LIBXML_2_2_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +30 -0 lines
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 12 17:52:40 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Seems that now HTML output encoding works :-)
Added xmlHasAttr()
added --encode support to testHTML.c
Daniel

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 29 09:14:56 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Few changes related to 2.1.0 release, Daniel.

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +13 -0 lines
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.2: 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.1: preferred, colored
Changes since revision 1.1: +40 -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.1: download - view: text, markup, annotated - select for diffs
Tue Apr 4 19:27:03 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Moved tester.c to xmllint.c, 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