blob: b194f3403844614bc5be7ddecda6d9199b249be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This directory contains a partial snapshot of the libxml library from
http://xmlsoft.org, with the patch in google.patch applied. google.patch
includes the following modifications :
* Modified encoding.c to fix memory leak (06/13/2008)
* Modified win32/configure.js NOT to use iconv
* Modified win32/configure.js to be able to clobber a read-only Makefile
* Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with
'const char*' as an argument)
* Changed bogus '(unsigned long)' cast to '(unsigned short)' in xmlregexp.c
* Made it possible to use ICU converters instead of iconv.
* Added nsParent member to _xmlParseCtxt in include/libxml/parser.h,
added a check to nsParent in xmlGetNamespace() in parser.c.
This allows parsed entities to inherit namespaces.
(http://bugzilla.gnome.org/show_bug.cgi?id=502960 )
Current version: 2.6.31
To import a new snapshot of libxml:
- Visit http://xmlsoft.org/downloads.html and download the latest source
distribution.
- Copy the files into this directory, omitting files which have been omitted
here.
- Remove include/libxml/xmlversion.h.
- Apply the patch in google.patch and reconcile any conflict
- Then, make any necessary changes to remove compile-time warnings.
- Update google.patch
- Update this README to reflect the new version number.
|