doc
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
2001-10-06 02:40:10 +00:00
example
add xmlCleanupParser() before leaving Daniel
2001-08-15 20:46:57 +00:00
include
closing #60708 Daniel
2001-10-03 13:21:13 +00:00
result
do not output hexadecimal charrefs when serializing HTML since some
2001-09-14 10:29:27 +00:00
SAXresult
- testSAX.c: fixed problem with cdata reporting
2000-10-15 10:06:55 +00:00
test
starts to look okay, really plugged the new framework, cleaned a lot of
2001-08-22 00:06:49 +00:00
vms
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c
2000-11-25 09:54:49 +00:00
win32
adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
2001-10-02 13:54:14 +00:00
.cvsignore
Ignore xmlcatalog.
2001-09-26 05:27:39 +00:00
acconfig.h
- Makefile.am include/Makefile.am include/win32config.h
2000-10-12 08:06:28 +00:00
acinclude.m4
Auto* still annoying peoples, commiting result :-(, Daniel.
2000-10-15 21:43:03 +00:00
AUTHORS
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
autogen.sh
should finish the migration of exported includes into a real
2001-06-23 18:53:44 +00:00
catalog.c
Justin Fletcher provided cleaup code in case HAVE_STAT is not defined Igor
2001-10-01 07:36:25 +00:00
ChangeLog
fixing #61673 part I, do not loose doc information when copying result
2001-10-06 13:08:27 +00:00
config.h.in
dohh generated the wrong include path :-( re-dohh forgot the new manpage
2001-09-13 11:34:58 +00:00
configure.in
Joe Orton provided a patch fixing a problem when iconv is specified to be
2001-09-17 17:19:54 +00:00
COPYING.LIB
Added the XML code developped at W3C, Daniel.
1998-07-24 19:24:09 +00:00
Copyright
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
debugXML.c
deprecate the non-boundchecking Sprintf functions, add Snprintf this
2001-08-15 12:06:36 +00:00
DOCBparser.c
Igor Zlatkovic patches fixed typos Daniel
2001-10-02 09:22:47 +00:00
encoding.c
do not output hexadecimal charrefs when serializing HTML since some
2001-09-14 10:29:27 +00:00
entities.c
do not output hexadecimal charrefs when serializing HTML since some
2001-09-14 10:29:27 +00:00
error.c
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
HACKING
Make sure there is no misinterpretation possible of the HACKING rules, Daniel
2001-09-19 10:29:32 +00:00
hash.c
added xmlHashScannerFull, xmlHashScanFull and xmlHashScannFull3 to get
2001-07-22 03:54:15 +00:00
HTMLparser.c
fixed HTMLparser.c
2001-10-05 15:41:19 +00:00
HTMLtree.c
trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel
2001-08-16 23:26:59 +00:00
INSTALL
Added "make tests" to INSTALL, Daniel
2001-06-17 10:32:52 +00:00
install-sh
Added the XML code developped at W3C, Daniel.
1998-07-24 19:24:09 +00:00
libxml-2.0.pc.in
dohh generated the wrong include path :-( re-dohh forgot the new manpage
2001-09-13 11:34:58 +00:00
libxml.4
doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp Daniel
2001-08-31 14:55:30 +00:00
libxml.h
Tried to close bug #60131 Daniel
2001-09-10 20:16:32 +00:00
libxml.m4
s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, this
2001-08-13 11:24:16 +00:00
libxml.spec.in
PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLY
2001-09-19 08:06:23 +00:00
list.c
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
2001-07-18 19:30:27 +00:00
MAINTAINERS
Updated Email, forgot one place where the noencoding should be tested, Daniel
2001-01-18 12:50:20 +00:00
Makefile.am
PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLY
2001-09-19 08:06:23 +00:00
Makefile.win
Release 0.2, 80% rewrite, nothing left intact ... Daniel
1998-08-13 03:39:55 +00:00
missing
Added the XML code developped at W3C, Daniel.
1998-07-24 19:24:09 +00:00
mkinstalldirs
Added the XML code developped at W3C, Daniel.
1998-07-24 19:24:09 +00:00
nanoftp.c
preparing for a 2.4.3 release even if it may not be ready yet redirected
2001-08-23 15:31:19 +00:00
nanohttp.c
applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
2001-08-03 12:06:36 +00:00
NEWS
Added the XML code developped at W3C, Daniel.
1998-07-24 19:24:09 +00:00
parser.c
adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
2001-10-02 13:54:14 +00:00
parserInternals.c
closed bug #61054 Daniel
2001-10-04 14:25:12 +00:00
README
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
README.cvs-commits
- README.cvs-commits: added, pointing to HACKING
2001-03-13 09:31:12 +00:00
SAX.c
ouch a non-defined namespace could lead to a crash, fixed #61215 Daniel
2001-10-04 14:51:06 +00:00
strio.c
Upgraded to trio baseline 1.4
2001-06-05 12:46:33 +00:00
strio.h
Upgraded to trio baseline 1.4
2001-06-05 12:46:33 +00:00
testDocbook.c
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
testHTML.c
applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
2001-08-03 12:06:36 +00:00
testSAX.c
applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
2001-08-03 12:06:36 +00:00
testURI.c
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
testXPath.c
another small cleanup closing bug #59110 Daniel
2001-08-16 16:27:41 +00:00
TODO
fixed compilation under Cygwin #57503 update Daniel
2001-07-14 16:44:32 +00:00
tree.c
applied fix from Mathias Hasselmann about a bug in URI parsing. fix bug
2001-10-05 09:18:14 +00:00
trio.c
Re-worked NaN and Inf support
2001-08-21 09:23:53 +00:00
trio.h
Upgraded to trio baseline 1.4
2001-06-05 12:46:33 +00:00
triodef.h
Re-worked NaN and Inf support
2001-08-21 09:23:53 +00:00
trionan.c
const and volatile fix
2001-08-31 16:31:57 +00:00
trionan.h
more work on the XML catalog support. small cleanup seems using list as a
2001-08-21 10:56:31 +00:00
triop.h
Upgraded to trio baseline 1.4
2001-06-05 12:46:33 +00:00
uri.c
applied fix from Mathias Hasselmann about a bug in URI parsing. fix bug
2001-10-05 09:18:14 +00:00
valid.c
close bug #61550 when xml: wasn't considered a namespace daniel
2001-10-02 09:28:58 +00:00
xinclude.c
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
xlink.c
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
xml2-config.1
Revert directory structure changes
2001-02-23 17:55:21 +00:00
xml2-config.in
Revert directory structure changes
2001-02-23 17:55:21 +00:00
xml2Conf.sh.in
Small fixups: - xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg -
2001-03-03 18:50:55 +00:00
xmlcatalog.c
removed a couple of warning try to solve the linking problem on platforms
2001-09-20 13:56:06 +00:00
xmlIO.c
started some serious testing and fixed a few bug and optmization needs.
2001-08-23 21:17:48 +00:00
xmllint.1
Summer's cleanup, a really big one:
2001-06-24 12:13:24 +00:00
xmllint.c
xmllint.c - fixing typo
2001-09-24 03:08:43 +00:00
xmlmemory.c
fixed a serious memory problen when walking the namespace axis showing up
2001-07-30 13:42:13 +00:00
xpath.c
fixing #61673 part I, do not loose doc information when copying result
2001-10-06 13:08:27 +00:00
xpointer.c
removed unused var Daniel
2001-08-16 19:32:00 +00:00