1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
XML parser and toolkit
Go to file
Daniel Veillard 7cc95c0b6a try to get rid of parser loops for good. Daniel
* HTMLparser.c: try to get rid of parser loops for good.
Daniel
2001-10-17 15:45:12 +00:00
doc preparing 2.4.6 release updated and rebuilt the docs fixed a number of 2001-10-10 09:45:09 +00:00
example Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
include make the allocation be per-thread a configure option fixed compilation 2001-10-15 12:32:07 +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 fixed some bugs in CFLAGS passing. added a specific threaded test case 2001-10-17 11:30:37 +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 update from Tobias Peters for 2.4.5 generate line nubers in elements 2001-10-11 06:46:09 +00:00
.cvsignore Ignore xmlcatalog. 2001-09-26 05:27:39 +00:00
acconfig.h started integrating the core of the thread support not activated yet but 2001-10-12 17:29:10 +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
build_glob.py Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
catalog.c serious cleanup on the management of the XML catalog tree, more tests 2001-10-16 21:03:08 +00:00
ChangeLog try to get rid of parser loops for good. Daniel 2001-10-17 15:45:12 +00:00
config.h.in started integrating the core of the thread support not activated yet but 2001-10-12 17:29:10 +00:00
configure.in fixed some bugs in CFLAGS passing. added a specific threaded test case 2001-10-17 11:30:37 +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 started integrating the non-controversial parts of Gary Pennington 2001-10-11 22:55:55 +00:00
DOCBparser.c update from Tobias Peters for 2.4.5 generate line nubers in elements 2001-10-11 06:46:09 +00:00
encoding.c make the allocation be per-thread a configure option fixed compilation 2001-10-15 12:32:07 +00:00
entities.c started integrating the non-controversial parts of Gary Pennington 2001-10-11 22:55:55 +00:00
error.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
global.data make the allocation be per-thread a configure option fixed compilation 2001-10-15 12:32:07 +00:00
globals.c added a couple of standard includes. Daniel 2001-10-13 12:18:28 +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 try to get rid of parser loops for good. Daniel 2001-10-17 15:45:12 +00:00
HTMLtree.c started integrating the non-controversial parts of Gary Pennington 2001-10-11 22:55:55 +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 fixed some bugs in CFLAGS passing. added a specific threaded test case 2001-10-17 11:30:37 +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 Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
nanohttp.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
NEWS Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00
parser.c debugged and fixed initialization problems which were giving troubles on 2001-10-14 09:56:15 +00:00
parserInternals.c debugged and fixed initialization problems which were giving troubles on 2001-10-14 09:56:15 +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 Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +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 Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
testHTML.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
testSAX.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
testThreads.c fixed some bugs in CFLAGS passing. added a specific threaded test case 2001-10-17 11:30:37 +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
threads.c Norm reported that a few lines added were breaking libxslt compile, 2001-10-15 10:46:16 +00:00
TODO fixed compilation under Cygwin #57503 update Daniel 2001-07-14 16:44:32 +00:00
tree.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +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 the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
valid.c started integrating the non-controversial parts of Gary Pennington 2001-10-11 22:55:55 +00:00
xinclude.c Summer's cleanup, a really big one: 2001-06-24 12:13:24 +00:00
xlink.c Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +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 started integrating the core of the thread support not activated yet but 2001-10-12 17:29:10 +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 Applied the last patches from Gary, cleanup, activated threading all user 2001-10-13 09:15:48 +00:00
xpath.c trying to cleanup the not thread safe parts of the library. Daniel 2001-10-16 12:34:39 +00:00
xpointer.c started integrating the non-controversial parts of Gary Pennington 2001-10-11 22:55:55 +00:00

                  XML parser for Gnome

Full documentation is available on-line at
    http://xmlsoft.org/

This code is released under the LGPL or the W3C IPR, pick the one
you prefer.

A mailing-list xml@gnome.org is available, to subscribe:
    http://mail.gnome.org/mailman/listinfo/xml

The list archive is at:
    http://mail.gnome.org/archives/xml/

daniel@veillard.com