blob: fc245700dc8ec9a95e61aa73387c28d906ac56de (
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
29
30
31
32
33
34
35
36
37
38
39
40
|
Name: expat
URL: http://sourceforge.net/projects/expat/
Version: 2.7.0
License: MIT
License File: files/COPYING
Description:
This is Expat XML parser - very lightweight C library for parsing XML.
Expat is distributed under an MIT license detailed in files/COPYING.
We include it here because libjingle depends on it.
Local Modifications:
Removed files that Chromium didn't need:
lib/expat*.dsp
lib/Makefile.MPW
amiga/*
bcb5/*
conftools/*
doc/*
examples/*
tests/*
vms/*
win32/*
xmlwf/*
configure
configure.in
Makefile.in
expat.dsw
expat.dsw
expat_config.h.in
Edited:
lib/winconfig.h (see winconfig.h.original for unmodified version)
* Added check on line 1751 of xmltok_impl.c to patch a
bug with the handling of utf-8 characters that leads to a crash.
lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
* Prevent a compiler warning when compiling with
WIN32_LEAN_AND_MEAN predefined.
Added files:
lib/expat_config.h (a generated config file)
|