• Home
Name Date Size #Lines LOC

..--

files/03-May-2024-460407

README.chromiumD03-May-20241.1 KiB4238

expat.gypD03-May-20242.3 KiB8986

expat.target.darwin-arm.mkD03-May-20241 KiB3922

expat.target.darwin-mips.mkD03-May-20241 KiB3922

expat.target.darwin-x86.mkD03-May-20241 KiB3922

expat.target.linux-arm.mkD03-May-20241 KiB3922

expat.target.linux-mips.mkD03-May-20241 KiB3922

expat.target.linux-x86.mkD03-May-20241 KiB3922

README.chromium

1Name: Expat XML Parser
2Short Name: expat
3URL: http://sourceforge.net/projects/expat/
4Version: 2.7.0
5License: MIT
6License File: files/COPYING
7
8Description:
9  This is Expat XML parser - very lightweight C library for parsing XML.
10  Expat is distributed under an MIT license detailed in files/COPYING.
11
12  We include it here because libjingle depends on it.
13
14Local Modifications:
15  Removed files that Chromium didn't need:
16    lib/expat*.dsp
17    lib/Makefile.MPW
18    amiga/*
19    bcb5/*
20    conftools/*
21    doc/*
22    examples/*
23    tests/*
24    vms/*
25    win32/*
26    xmlwf/*
27    configure
28    configure.in
29    Makefile.in
30    expat.dsw
31    expat.dsw
32    expat_config.h.in
33  Edited:
34    lib/winconfig.h (see winconfig.h.original for unmodified version)
35      * Added check on line 1751 of xmltok_impl.c to patch a
36        bug with the handling of utf-8 characters that leads to a crash.
37    lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
38      * Prevent a compiler warning when compiling with
39        WIN32_LEAN_AND_MEAN predefined.
40  Added files:
41    lib/expat_config.h (a generated config file)
42