Go to file
William M. Brack 4811ba3bc2 fixed bug #121210 (callback to sax->error, sax->warning with wrong
* SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
  sax->warning with wrong params).
2003-09-06 18:02:53 +00:00
doc Added a link and image for the protest against software patents, rebuilt 2003-09-03 10:10:51 +00:00
example Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. 2003-08-14 01:23:25 +00:00
include patch from Stéphane Bidoul to export globals entry points to the python 2003-09-05 08:36:12 +00:00
macos
python Applied a patch from Kevin P. Fleming to add --libtool-libs option to 2003-09-01 20:33:14 +00:00
result removing the SAXresults tree, keeping result in the same tree, added 2003-09-03 13:10:37 +00:00
test fixed a namespace error on attribute reporting bug pointed out by Tobias 2003-08-28 21:13:25 +00:00
vms applied patch from Craig A. Berry to get libxml-2.5.7 to compile on 2003-04-25 23:12:22 +00:00
win32 updates by Eric Zurcher 2003-08-29 10:25:39 +00:00
.cvsignore
acconfig.h Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> 2003-06-21 14:20:04 +00:00
acinclude.m4
AUTHORS
autogen.sh took away the requirement for automake-1.4, changed the messages for 2003-08-13 11:09:42 +00:00
build_glob.py patch from Stéphane Bidoul for setting up threads global defaults. this 2003-05-15 22:11:36 +00:00
c14n.c added xmlMallocAtomic() to be used when allocating blocks which do not 2003-04-19 00:07:51 +00:00
catalog.c trying to fix #118754 of possible recursion in the catalogs. Not 2003-08-04 00:58:46 +00:00
ChangeLog fixed bug #121210 (callback to sax->error, sax->warning with wrong 2003-09-06 18:02:53 +00:00
check-relaxng-test-suite2.py integrated the Out Of Memory test from Havoc Pennington #109368 a lot of 2003-04-24 16:06:47 +00:00
check-relaxng-test-suite.py removed a warning more cleanup, added ENTITY and ENTITIES support 2003-03-18 16:53:17 +00:00
check-xinclude-test-suite.py improved the script accordingly to the XInclude regression tests updates 2003-02-13 15:52:58 +00:00
check-xml-test-suite.py
check-xsddata-test-suite.py cosmetic change for output try to minimize calls to malloc/free for 2003-03-19 10:36:09 +00:00
config.h.in preparing release 1.5.8 changed some preprocessor block applied patch from 2003-07-06 21:13:49 +00:00
configure.in 2.6.0beta1 changes Fixing attribute normalization, might not be totally 2003-09-01 20:33:13 +00:00
Copyright
debugXML.c fixed 2 bugs pointed in #116448 Daniel 2003-07-06 17:57:42 +00:00
dict.c Adding new version of the SAX interface, it's not there yet, currently 2003-08-20 22:54:39 +00:00
DOCBparser.c added few casts to shut the compiler warnings 2003-08-28 10:34:33 +00:00
encoding.c Minor changes to comments, etc. for improving documentation generation 2003-08-15 07:27:40 +00:00
entities.c removed some warnings by casting xmlChar to unsigned int and a couple of 2003-07-15 13:34:05 +00:00
error.c further small changes to elminate most of the remaining warnings. 2003-08-06 04:43:55 +00:00
genUnicode.py Exportability taint of the headers 2003-08-25 09:05:12 +00:00
global.data patch from Stéphane Bidoul for setting up threads global defaults. this 2003-05-15 22:11:36 +00:00
globals.c fixing bug #120870 try to avoid problem with uninitialized mutexes Daniel 2003-08-28 08:03:23 +00:00
HACKING
hash.c optimization when freeing hash tables. some tuning of buffer allocations 2003-08-19 15:01:28 +00:00
HTMLparser.c when creating a DOCTYPE use "html" lowercase by default instead of "HTML" 2003-09-03 13:28:32 +00:00
HTMLtree.c hum try to avoid some troubles when the library is not initialized and one 2003-08-08 14:00:28 +00:00
INSTALL
install-sh
libxml-2.0.pc.in
libxml.3
libxml.h no more win32config.h 2003-08-28 10:25:13 +00:00
libxml.m4
libxml.spec.in Fixed the release number fo the spec file, Daniel 2003-05-14 19:45:50 +00:00
list.c
MAINTAINERS
Makefile.am removing the SAXresults tree, keeping result in the same tree, added 2003-09-03 13:10:37 +00:00
Makefile.win
missing
mkinstalldirs
nanoftp.c Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. 2003-08-14 01:23:25 +00:00
nanohttp.c Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. 2003-08-14 01:23:25 +00:00
NEWS preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel 2003-08-15 00:33:43 +00:00
parser.c when creating a DOCTYPE use "html" lowercase by default instead of "HTML" 2003-09-03 13:28:32 +00:00
parserInternals.c added few casts to shut the compiler warnings 2003-08-28 10:34:33 +00:00
README updated the policy on private mail answers more work on Relax-NG 2003-01-25 18:01:32 +00:00
README.cvs-commits
relaxng.c fixed an error reporting bug in Relax-NG when we end up with multiple 2003-08-27 14:15:15 +00:00
SAX2.c fixed bug #121210 (callback to sax->error, sax->warning with wrong 2003-09-06 18:02:53 +00:00
SAX.c make the deprecated interfaces log an error message to be sure it won't 2003-08-21 10:39:13 +00:00
testAutomata.c
testC14N.c small changes to syntax to get rid of compiler warnings. No changes to 2003-08-05 15:52:22 +00:00
testDocbook.c =Bug 118559 (continued) 2003-08-01 15:55:39 +00:00
testHTML.c small changes to syntax to get rid of compiler warnings. No changes to 2003-08-05 15:52:22 +00:00
testOOM.c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of 2003-04-24 16:06:47 +00:00
testOOMlib.c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of 2003-04-24 16:06:47 +00:00
testOOMlib.h integrated the Out Of Memory test from Havoc Pennington #109368 a lot of 2003-04-24 16:06:47 +00:00
testReader.c
testRegexp.c
testRelax.c more bug-hunting added --tree to dump the intermediate rng tree patch from 2003-02-16 15:44:18 +00:00
testSAX.c
testSchemas.c
testThreads.c further small changes to elminate most of the remaining warnings. 2003-08-06 04:43:55 +00:00
testThreadsWin32.c
testURI.c small changes to syntax to get rid of compiler warnings. No changes to 2003-08-05 15:52:22 +00:00
testXPath.c
threads.c fixing bug #120870 try to avoid problem with uninitialized mutexes Daniel 2003-08-28 08:03:23 +00:00
TODO added a new API xmlXIncludeProcessTree() to process XInclude only on a 2003-07-22 20:52:14 +00:00
TODO_SCHEMAS
tree.c fixes a small bug introduced in last commit and detected by valgrind. 2003-08-19 22:21:13 +00:00
trio.c Bjorn sent an update for the TRIO portability layer. Daniel 2003-04-03 15:28:28 +00:00
trio.h Bjorn sent an update for the TRIO portability layer. Daniel 2003-04-03 15:28:28 +00:00
triodef.h applied patch from Craig A. Berry to get libxml-2.5.7 to compile on 2003-04-25 23:12:22 +00:00
trionan.c took away the requirement for automake-1.4, changed the messages for 2003-08-13 11:09:42 +00:00
trionan.h further small changes to elminate most of the remaining warnings. 2003-08-06 04:43:55 +00:00
triop.h
triostr.c Bjorn sent an update for the TRIO portability layer. Daniel 2003-04-03 15:28:28 +00:00
triostr.h Bjorn sent an update for the TRIO portability layer. Daniel 2003-04-03 15:28:28 +00:00
uri.c fixing an use of strcpy() where both strings overlap pointed out by 2003-08-14 22:44:25 +00:00
valid.c new dictionary module to keep a single instance of the names used by the 2003-08-18 12:15:38 +00:00
xinclude.c patch from Mark Vakoc that allows compiling with XInclude but without 2003-09-01 20:59:40 +00:00
xlink.c I f...ed up the default configuration of schemas and --relaxng option 2003-02-07 12:38:22 +00:00
xml2-config.1
xml2-config.in Applied a patch from Kevin P. Fleming to add --libtool-libs option to 2003-09-01 20:33:14 +00:00
xml2Conf.sh.in
xmlcatalog.c small changes to syntax to get rid of compiler warnings. No changes to 2003-08-05 15:52:22 +00:00
xmlIO.c fixed bug #121210 (callback to sax->error, sax->warning with wrong 2003-09-06 18:02:53 +00:00
xmllint.c fixed time inclusion for various compilers 2003-08-28 12:32:04 +00:00
xmlmemory.c small changes to syntax to get rid of compiler warnings. No changes to 2003-08-05 15:52:22 +00:00
xmlreader.c when creating a DOCTYPE use "html" lowercase by default instead of "HTML" 2003-09-03 13:28:32 +00:00
xmlregexp.c =Bug 118559 (continued) 2003-08-01 15:55:39 +00:00
xmlschemas.c removed some warnings by casting xmlChar to unsigned int and a couple of 2003-07-15 13:34:05 +00:00
xmlschemastypes.c fixed an error reporting bug in Relax-NG when we end up with multiple 2003-08-27 14:15:15 +00:00
xmlunicode.c Exportability taint of the headers 2003-08-25 09:05:12 +00:00
xpath.c fixing bug 118559 2003-07-31 14:47:38 +00:00
xpointer.c added xmlMallocAtomic() to be used when allocating blocks which do not 2003-04-19 00:07:51 +00:00

                  XML toolkit from the GNOME project

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

This code is released under the MIT Licence see the Copyright file.

To report bugs, follow the instructions at: 
  http://xmlsoft.org/bugs.html

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/

All technical answers asked privately will be automatically answered on
the list and archived for public access unless pricacy is explicitely
required and justified.

Daniel Veillard

$Id$