CVS log for XML/xmllint.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.23 / (download) - annotate - [select for diffs]
, Wed Jan 3 13:33:55 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.22: +18 -4
lines
Diff to previous 1.22
(colored)
- 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) - annotate - [select for diffs]
, Tue Dec 12 13:38:46 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.21: +18 -2
lines
Diff to previous 1.21
(colored)
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel
Revision 1.21 / (download) - annotate - [select for diffs]
, Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.20: +6 -0
lines
Diff to previous 1.20
(colored)
Integrated a bunch of OpenVMS changes, Daniel
Revision 1.20 / (download) - annotate - [select for diffs]
, Sun Nov 5 18:20:52 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.19: +4 -4
lines
Diff to previous 1.19
(colored)
Some XInclude fixes, restored testURI, Daniel.
Revision 1.19 / (download) - annotate - [select for diffs]
, Fri Nov 3 13:45:27 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.18: +18 -0
lines
Diff to previous 1.18
(colored)
Sync'ing couple of fixes and XInclude preliminary work, Daniel
Revision 1.18 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.17: +25 -20
lines
Diff to previous 1.17
(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.17 / (download) - annotate - [select for diffs]
, Wed Oct 11 15:16:38 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.16: +13 -2
lines
Diff to previous 1.16
(colored)
Fixed the post validation bug reported by Bill Kendrick <William.Kendrick@wcom.com>, Daniel
Revision 1.16 / (download) - annotate - [select for diffs]
, Wed Oct 11 13:39:35 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.15: +19 -1
lines
Diff to previous 1.15
(colored)
Added dtdvalid option, daniel.
Revision 1.15 / (download) - annotate - [select for diffs]
, Fri Sep 22 16:05:34 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.14: +2 -0
lines
Diff to previous 1.14
(colored)
Closing bug #25000, Daniel.
Revision 1.14 / (download) - annotate - [select for diffs]
, Tue Aug 29 18:23:49 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.13: +6 -0
lines
Diff to previous 1.13
(colored)
Fixed bug on invalid ontent characters and when using push.
fixed xmllint endling of errors in push mode,
Daniel
Revision 1.13 / (download) - annotate - [select for diffs]
, Sat Aug 26 19:52:45 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.12: +12 -3
lines
Diff to previous 1.12
(colored)
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) - annotate - [select for diffs]
, Wed Aug 23 13:23:16 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.11: +4 -0
lines
Diff to previous 1.11
(colored)
added encoding aliases support, minimal testing, Daniel.
Revision 1.11 / (download) - annotate - [select for diffs]
, Wed Aug 16 19:53:33 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.10: +1 -1
lines
Diff to previous 1.10
(colored)
Patches received after 2.2.2 release, Daniel
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon Aug 7 13:43:51 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.9: +34 -16
lines
Diff to previous 1.9
(colored)
Commiting work done on the plane, mostly an attempt at XML Schema understanding
by coding ... Daniel
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Aug 1 20:23:53 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.8: +2 -2
lines
Diff to previous 1.8
(colored)
Fixed MAP_FAIL to MAP_FAILED, Daniel
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Jul 24 18:51:58 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.7: +4 -0
lines
Diff to previous 1.7
(colored)
Two portability fixes provided for 2.2.1, daniel
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Jul 21 19:12:07 2000 UTC (7 years, 9 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.6: +30 -0
lines
Diff to previous 1.6
(colored)
Fixed the problem of encoding support and xmlParseMemory(), daniel
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Jul 12 17:52:40 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.5: +1 -1
lines
Diff to previous 1.5
(colored)
Seems that now HTML output encoding works :-)
Added xmlHasAttr()
added --encode support to testHTML.c
Daniel
Revision 1.5 / (download) - annotate - [select for diffs]
, Mon Jul 10 23:00:21 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.4: +1 -0
lines
Diff to previous 1.4
(colored)
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel
Revision 1.4 / (download) - annotate - [select for diffs]
, Thu Jun 29 09:14:56 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1,
LIBXML_2_1_0
Changes since 1.3: +1 -0
lines
Diff to previous 1.3
(colored)
Few changes related to 2.1.0 release, Daniel.
Revision 1.3 / (download) - annotate - [select for diffs]
, Sat May 6 18:27:23 2000 UTC (8 years ago) by daniel
Changes since 1.2: +13 -0
lines
Diff to previous 1.2
(colored)
More work toward conversion on save, still buggy need more testing, Daniel.
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Apr 12 13:26:14 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.1: +40 -0
lines
Diff to previous 1.1
(colored)
- 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) - annotate - [select for diffs]
, Tue Apr 4 19:27:03 2000 UTC (8 years, 1 month ago) by daniel
Diff
Moved tester.c to xmllint.c, 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.
Webmaster