• Home
Name Date Size #Lines LOC

..--

files/03-May-2024-511456

BUILD.gnD03-May-20241 KiB4739

README.chromiumD03-May-20241.1 KiB4339

expat.gypD03-May-20242.3 KiB8986

expat.target.darwin-arm.mkD03-May-20241.2 KiB4325

expat.target.darwin-arm64.mkD03-May-20241.2 KiB4325

expat.target.darwin-mips.mkD03-May-20241.2 KiB4325

expat.target.darwin-x86.mkD03-May-20241.2 KiB4325

expat.target.darwin-x86_64.mkD03-May-20241.2 KiB4325

expat.target.linux-arm.mkD03-May-20241.2 KiB4325

expat.target.linux-arm64.mkD03-May-20241.2 KiB4325

expat.target.linux-mips.mkD03-May-20241.2 KiB4325

expat.target.linux-x86.mkD03-May-20241.2 KiB4325

expat.target.linux-x86_64.mkD03-May-20241.2 KiB4325

expat_nacl.gypD03-May-20241 KiB4846

README.chromium

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