No files found.
+8 −1
.travis.sh
.travis.sh
+24 −9
.travis.yml
.travis.yml
+1 −0
Brewfile
Brewfile
+1 −1
appveyor.yml
appveyor.yml
+127 −0
.clang-format
expat/.clang-format
+0 −1
CMakeLists.txt
expat/CMakeLists.txt
+19 −1
Changes
expat/Changes
+3 −1
Makefile.am
expat/Makefile.am
+5 −0
README.md
expat/README.md
+51 −0
apply-clang-format.sh
expat/apply-clang-format.sh
+6 −0
clean_coverage.sh
expat/clean_coverage.sh
+43 −1
configure.ac
expat/configure.ac
+2 −2
coverage.sh
expat/coverage.sh
+14 −18
elements.c
expat/examples/elements.c
+12 −15
outline.c
expat/examples/outline.c
+4 −3
expat_config.h.cmake
expat/expat_config.h.cmake
+48 −0
fix-xmltest-log.sh
expat/fix-xmltest-log.sh
+349 −355
gennmtab.c
expat/gennmtab/gennmtab.c
+0 −1
Makefile.am
expat/lib/Makefile.am
+31 −31
asciitab.h
expat/lib/asciitab.h
+106 −167
expat.h
expat/lib/expat.h
+0 −1
expat.vcxproj
expat/lib/expat.vcxproj
+0 −3
expat.vcxproj.filters
expat/lib/expat.vcxproj.filters
+46 −45
expat_external.h
expat/lib/expat_external.h
+0 −1
expat_static.vcxproj
expat/lib/expat_static.vcxproj
+0 −3
expat_static.vcxproj.filters
expat/lib/expat_static.vcxproj.filters
+0 −1
expatw.vcxproj
expat/lib/expatw.vcxproj
+0 −3
expatw.vcxproj.filters
expat/lib/expatw.vcxproj.filters
+0 −1
expatw_static.vcxproj
expat/lib/expatw_static.vcxproj
+0 −3
expatw_static.vcxproj.filters
expat/lib/expatw_static.vcxproj.filters
+31 −31
iasciitab.h
expat/lib/iasciitab.h
+25 −27
internal.h
expat/lib/internal.h
+31 −31
latin1tab.h
expat/lib/latin1tab.h
+0 −143
loadlibrary.c
expat/lib/loadlibrary.c
+98 −144
nametab.h
expat/lib/nametab.h
+225 −218
siphash.h
expat/lib/siphash.h
+31 −31
utf8tab.h
expat/lib/utf8tab.h
+7 −10
winconfig.h
expat/lib/winconfig.h
+1,723 −2,048
xmlparse.c
expat/lib/xmlparse.c
+195 −443
xmlrole.c
expat/lib/xmlrole.c
+5 −8
xmlrole.h
expat/lib/xmlrole.h
+577 −738
xmltok.c
expat/lib/xmltok.c
+91 −121
xmltok.h
expat/lib/xmltok.h
+511 −475
xmltok_impl.c
expat/lib/xmltok_impl.c
+1 −1
xmltok_impl.h
expat/lib/xmltok_impl.h
+30 −54
xmltok_ns.c
expat/lib/xmltok_ns.c
+54 −8
qa.sh
expat/qa.sh
+3 −0
Makefile.am
expat/tests/Makefile.am
+47 −51
benchmark.c
expat/tests/benchmark/benchmark.c
+43 −50
chardata.c
expat/tests/chardata.c
+7 −10
chardata.h
expat/tests/chardata.h
+41 −0
Makefile.am
expat/tests/fuzz/Makefile.am
+13 −0
README.md
expat/tests/fuzz/README.md
+47 −0
parse_fuzzer.cc
expat/tests/fuzz/parse_fuzzer.cc
+115 −123
memcheck.c
expat/tests/memcheck.c
+1 −1
memcheck.h
expat/tests/memcheck.h
+132 −147
minicheck.c
expat/tests/minicheck.c
+28 −28
minicheck.h
expat/tests/minicheck.h
+7,648 −8,666
runtests.c
expat/tests/runtests.c
+86 −93
structdata.c
expat/tests/structdata.c
+13 −19
structdata.h
expat/tests/structdata.h
+1 −3
Makefile.am
expat/xmlwf/Makefile.am
+21 −23
codepage.c
expat/xmlwf/codepage.c
+10 −16
ct.c
expat/xmlwf/ct.c
+4 −8
filemap.h
expat/xmlwf/filemap.h
+29 −30
readfilemap.c
expat/xmlwf/readfilemap.c
+8 −9
unixfilemap.c
expat/xmlwf/unixfilemap.c
+14 −21
win32filemap.c
expat/xmlwf/win32filemap.c
+54 −73
xmlfile.c
expat/xmlwf/xmlfile.c
+7 −8
xmlfile.h
expat/xmlwf/xmlfile.h
+14 −20
xmlmime.c
expat/xmlwf/xmlmime.c
+36 −36
xmltchar.h
expat/xmlwf/xmltchar.h
+0 −45
xmlurl.h
expat/xmlwf/xmlurl.h
+130 −201
xmlwf.c
expat/xmlwf/xmlwf.c
+0 −427
xmlwin32url.cxx
expat/xmlwf/xmlwin32url.cxx