[Midnightbsd-cvs] [MidnightBSD/src] f72844: expat vendor
Lucas Holt
noreply at github.com
Wed Apr 27 12:32:53 EDT 2022
Branch: refs/heads/stable/2.2
Home: https://github.com/MidnightBSD/src
Commit: f72844f9e516e16fc1b6835c00723f2be5366281
https://github.com/MidnightBSD/src/commit/f72844f9e516e16fc1b6835c00723f2be5366281
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
A .gitattributes
A COPYING
A Changes
A MANIFEST
A Makefile.in
A README
A configure
A configure.in
A doc/expat.png
A doc/reference.html
A doc/style.css
A doc/valid-xhtml10.png
A doc/xmlwf.1
A doc/xmlwf.sgml
A examples/elements.c
A examples/elements.dsp
A examples/outline.c
A examples/outline.dsp
A expat_config.h.in
A lib/ascii.h
A lib/asciitab.h
A lib/expat.h
A lib/expat_external.h
A lib/iasciitab.h
A lib/internal.h
A lib/latin1tab.h
A lib/nametab.h
A lib/utf8tab.h
A lib/winconfig.h
A lib/xmlparse.c
A lib/xmlrole.c
A lib/xmlrole.h
A lib/xmltok.c
A lib/xmltok.h
A lib/xmltok_impl.c
A lib/xmltok_impl.h
A lib/xmltok_ns.c
A tests/README.txt
A tests/benchmark/README.txt
A tests/benchmark/benchmark.c
A tests/benchmark/benchmark.dsp
A tests/benchmark/benchmark.dsw
A tests/chardata.c
A tests/chardata.h
A tests/minicheck.c
A tests/minicheck.h
A tests/runtests.c
A tests/runtestspp.cpp
A tests/xmltest.sh
A xmlwf/codepage.c
A xmlwf/codepage.h
A xmlwf/ct.c
A xmlwf/filemap.h
A xmlwf/readfilemap.c
A xmlwf/unixfilemap.c
A xmlwf/win32filemap.c
A xmlwf/xmlfile.c
A xmlwf/xmlfile.h
A xmlwf/xmlmime.c
A xmlwf/xmlmime.h
A xmlwf/xmltchar.h
A xmlwf/xmlurl.h
A xmlwf/xmlwf.c
A xmlwf/xmlwin32url.cxx
Log Message:
-----------
expat vendor
Commit: 675e2294db134af1364482160848a1ebf0181c71
https://github.com/MidnightBSD/src/commit/675e2294db134af1364482160848a1ebf0181c71
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Changed paths:
Log Message:
-----------
remove cvs2svn:cvs-rev property
Commit: ee75aad4136c5597ac0e58cff851cb1c88914387
https://github.com/MidnightBSD/src/commit/ee75aad4136c5597ac0e58cff851cb1c88914387
Author: Lucas Holt <luke at foolishgames.com>
Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths:
M .gitattributes
M Changes
M MANIFEST
M Makefile.in
M README
R configure
M configure.in
M doc/reference.html
R doc/valid-xhtml10.png
M doc/xmlwf.sgml
R examples/elements.dsp
R examples/outline.dsp
M expat_config.h.in
M lib/expat.h
R lib/winconfig.h
M lib/xmlparse.c
M lib/xmlrole.c
M lib/xmltok.c
M lib/xmltok_impl.c
M tests/README.txt
R tests/benchmark/README.txt
R tests/benchmark/benchmark.c
R tests/benchmark/benchmark.dsp
R tests/benchmark/benchmark.dsw
M tests/minicheck.c
M tests/minicheck.h
M tests/runtests.c
M tests/runtestspp.cpp
M tests/xmltest.sh
M xmlwf/codepage.c
M xmlwf/codepage.h
M xmlwf/ct.c
M xmlwf/filemap.h
M xmlwf/readfilemap.c
M xmlwf/unixfilemap.c
M xmlwf/win32filemap.c
M xmlwf/xmlfile.c
M xmlwf/xmlfile.h
M xmlwf/xmlmime.c
M xmlwf/xmlmime.h
M xmlwf/xmltchar.h
M xmlwf/xmlurl.h
M xmlwf/xmlwf.c
M xmlwf/xmlwin32url.cxx
Log Message:
-----------
expat 2.1.0
Commit: 8dfe1b9fcfd387681edc5834ca88e2d1544676eb
https://github.com/MidnightBSD/src/commit/8dfe1b9fcfd387681edc5834ca88e2d1544676eb
Author: Lucas Holt <luke at foolishgames.com>
Date: 2018-07-08 (Sun, 08 Jul 2018)
Changed paths:
M .gitattributes
M COPYING
M Changes
M MANIFEST
M Makefile.in
M README
A configure.ac
R configure.in
M doc/expat.png
M doc/reference.html
M doc/xmlwf.1
R doc/xmlwf.sgml
A doc/xmlwf.xml
M examples/elements.c
M examples/outline.c
M expat_config.h.in
M lib/expat.h
M lib/expat_external.h
M lib/internal.h
M lib/xmlparse.c
M lib/xmlrole.c
M lib/xmltok.c
M lib/xmltok.h
M lib/xmltok_impl.c
A tests/benchmark/README.txt
A tests/benchmark/benchmark.c
M tests/chardata.c
M tests/minicheck.c
M tests/minicheck.h
M tests/runtests.c
M tests/xmltest.sh
M xmlwf/codepage.c
M xmlwf/readfilemap.c
M xmlwf/unixfilemap.c
M xmlwf/xmlfile.c
M xmlwf/xmlwf.c
Log Message:
-----------
expat 2.2.0
Commit: cc09a13b0311e7113effcfbc1b76876c4fd0c8a3
https://github.com/MidnightBSD/src/commit/cc09a13b0311e7113effcfbc1b76876c4fd0c8a3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
R .gitattributes
A AUTHORS
M COPYING
M Changes
A Makefile.am
M Makefile.in
A README.md
M configure.ac
A doc/Makefile.am
A doc/Makefile.in
M doc/reference.html
M doc/xmlwf.1
M doc/xmlwf.xml
A examples/Makefile.am
A examples/Makefile.in
M examples/elements.c
M examples/outline.c
M expat_config.h.in
A fix-xmltest-log.sh
A lib/Makefile.am
A lib/Makefile.in
M lib/ascii.h
M lib/asciitab.h
M lib/expat.h
M lib/expat_external.h
M lib/iasciitab.h
M lib/internal.h
M lib/latin1tab.h
A lib/loadlibrary.c
M lib/nametab.h
A lib/siphash.h
M lib/utf8tab.h
M lib/xmlparse.c
M lib/xmlrole.c
M lib/xmlrole.h
M lib/xmltok.c
M lib/xmltok.h
M lib/xmltok_impl.c
M lib/xmltok_impl.h
M lib/xmltok_ns.c
A run.sh.in
A test-driver-wrapper.sh
A tests/Makefile.am
A tests/Makefile.in
A tests/benchmark/Makefile.am
A tests/benchmark/Makefile.in
M tests/benchmark/benchmark.c
A tests/benchmark/benchmark.dsp
A tests/benchmark/benchmark.dsw
A tests/benchmark/benchmark.sln
M tests/chardata.c
M tests/chardata.h
A tests/memcheck.c
A tests/memcheck.h
M tests/minicheck.c
M tests/minicheck.h
M tests/runtests.c
A tests/runtests.sln
M tests/runtestspp.cpp
A tests/structdata.c
A tests/structdata.h
A tests/udiffer.py
A tests/xmltest.log.expected
M tests/xmltest.sh
A xmlwf/Makefile.am
A xmlwf/Makefile.in
M xmlwf/codepage.c
M xmlwf/codepage.h
M xmlwf/ct.c
M xmlwf/filemap.h
M xmlwf/readfilemap.c
M xmlwf/unixfilemap.c
M xmlwf/win32filemap.c
M xmlwf/xmlfile.c
M xmlwf/xmlfile.h
M xmlwf/xmlmime.c
M xmlwf/xmlmime.h
M xmlwf/xmltchar.h
M xmlwf/xmlurl.h
M xmlwf/xmlwf.c
A xmlwf/xmlwf_helpgen.py
A xmlwf/xmlwf_helpgen.sh
M xmlwf/xmlwin32url.cxx
Log Message:
-----------
Vendor import of expat 2.2.9
Commit: 3aceb5689999660331288ec13c9b0ba8871a33a0
https://github.com/MidnightBSD/src/commit/3aceb5689999660331288ec13c9b0ba8871a33a0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
A CMake.README
A CMakeLists.txt
M COPYING
M Changes
A ConfigureChecks.cmake
R MANIFEST
M Makefile.am
M Makefile.in
R README
M README.md
A acinclude.m4
A aclocal.m4
A buildconf.sh
A cmake/autotools/expat-config-version.cmake.in
A cmake/autotools/expat-noconfig__linux.cmake.in
A cmake/autotools/expat-noconfig__macos.cmake.in
A cmake/autotools/expat-noconfig__windows.cmake.in
A cmake/autotools/expat-package-init.cmake
A cmake/autotools/expat.cmake
A cmake/expat-config.cmake.in
A cmake/mingw-toolchain.cmake
A configure
M configure.ac
A conftools/ar-lib
A conftools/ax-append-compile-flags.m4
A conftools/ax-append-flag.m4
A conftools/ax-append-link-flags.m4
A conftools/ax-check-compile-flag.m4
A conftools/ax-check-link-flag.m4
A conftools/ax-require-defined.m4
A conftools/compile
A conftools/config.guess
A conftools/config.sub
A conftools/depcomp
A conftools/expat.m4
A conftools/expatcfg-compiler-supports-visibility.m4
A conftools/get-version.sh
A conftools/install-sh
A conftools/ltmain.sh
A conftools/missing
A conftools/test-driver
M doc/Makefile.am
M doc/Makefile.in
R doc/expat.png
A doc/ok.min.css
M doc/reference.html
M doc/style.css
A doc/valid-xhtml10.png
M doc/xmlwf.1
M doc/xmlwf.xml
M examples/Makefile.am
M examples/Makefile.in
M examples/elements.c
M examples/outline.c
A expat.pc.cmake
A expat.pc.in
A expat_config.h
A expat_config.h.cmake
M expat_config.h.in
M fix-xmltest-log.sh
A fuzz/xml_parse_fuzzer.c
A fuzz/xml_parsebuffer_fuzzer.c
M lib/Makefile.am
M lib/Makefile.in
M lib/ascii.h
M lib/asciitab.h
M lib/expat.h
M lib/expat_external.h
M lib/iasciitab.h
M lib/internal.h
M lib/latin1tab.h
A lib/libexpat.def
A lib/libexpatw.def
R lib/loadlibrary.c
M lib/nametab.h
M lib/siphash.h
M lib/utf8tab.h
A lib/winconfig.h
M lib/xmlparse.c
M lib/xmlrole.c
M lib/xmlrole.h
M lib/xmltok.c
M lib/xmltok.h
M lib/xmltok_impl.c
M lib/xmltok_impl.h
M lib/xmltok_ns.c
A m4/libtool.m4
A m4/ltoptions.m4
A m4/ltsugar.m4
A m4/ltversion.m4
A m4/lt~obsolete.m4
M run.sh.in
M test-driver-wrapper.sh
M tests/Makefile.am
M tests/Makefile.in
M tests/benchmark/Makefile.am
M tests/benchmark/Makefile.in
M tests/benchmark/benchmark.c
R tests/benchmark/benchmark.dsp
R tests/benchmark/benchmark.dsw
R tests/benchmark/benchmark.sln
M tests/chardata.c
M tests/chardata.h
M tests/memcheck.c
M tests/memcheck.h
M tests/minicheck.c
M tests/minicheck.h
M tests/runtests.c
R tests/runtests.sln
M tests/runtestspp.cpp
M tests/structdata.c
M tests/structdata.h
M tests/udiffer.py
M tests/xmltest.sh
A win32/MANIFEST.txt
A win32/README.txt
A win32/build_expat_iss.bat
A win32/expat.iss
M xmlwf/Makefile.am
M xmlwf/Makefile.in
M xmlwf/codepage.c
M xmlwf/codepage.h
M xmlwf/ct.c
M xmlwf/filemap.h
M xmlwf/readfilemap.c
M xmlwf/unixfilemap.c
M xmlwf/win32filemap.c
M xmlwf/xmlfile.c
M xmlwf/xmlfile.h
M xmlwf/xmlmime.c
M xmlwf/xmlmime.h
M xmlwf/xmltchar.h
R xmlwf/xmlurl.h
M xmlwf/xmlwf.c
M xmlwf/xmlwf_helpgen.py
M xmlwf/xmlwf_helpgen.sh
R xmlwf/xmlwin32url.cxx
Log Message:
-----------
Vendor import of expat 2.4.3
Commit: 3500c8b37d991d3daf0611101b98b48cbd7bc8c7
https://github.com/MidnightBSD/src/commit/3500c8b37d991d3daf0611101b98b48cbd7bc8c7
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M CMake.README
M CMakeLists.txt
M Changes
M Makefile.am
M Makefile.in
M README.md
M cmake/autotools/expat-noconfig__windows.cmake.in
M configure
M configure.ac
M doc/Makefile.am
M doc/Makefile.in
M doc/reference.html
M doc/xmlwf.1
M doc/xmlwf.xml
M examples/Makefile.in
M examples/elements.c
M examples/outline.c
M expat_config.h
M lib/Makefile.in
M lib/expat.h
M lib/xmlparse.c
M lib/xmlrole.c
M lib/xmltok.c
M lib/xmltok_impl.c
M tests/Makefile.in
M tests/benchmark/Makefile.in
M tests/benchmark/benchmark.c
M tests/runtests.c
R win32/MANIFEST.txt
R win32/README.txt
R win32/build_expat_iss.bat
R win32/expat.iss
M xmlwf/Makefile.in
M xmlwf/xmlfile.c
M xmlwf/xmlwf.c
Log Message:
-----------
Vendor import of expat 2.4.7
Commit: b4468d2dfd33e3bbeb15a69efb3c5479cce52856
https://github.com/MidnightBSD/src/commit/b4468d2dfd33e3bbeb15a69efb3c5479cce52856
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
R contrib/expat/AUTHORS
R contrib/expat/COPYING
R contrib/expat/Changes
R contrib/expat/FREEBSD-Xlist
R contrib/expat/MANIFEST
R contrib/expat/MIDNIGHTBSD-upgrade
R contrib/expat/Makefile.am
R contrib/expat/Makefile.in
R contrib/expat/README
R contrib/expat/README.md
R contrib/expat/configure.ac
R contrib/expat/doc/Makefile.am
R contrib/expat/doc/Makefile.in
R contrib/expat/doc/expat.png
R contrib/expat/doc/reference.html
R contrib/expat/doc/style.css
R contrib/expat/doc/xmlwf.1
R contrib/expat/doc/xmlwf.xml
R contrib/expat/examples/Makefile.am
R contrib/expat/examples/Makefile.in
R contrib/expat/examples/elements.c
R contrib/expat/examples/outline.c
R contrib/expat/expat_config.h.in
R contrib/expat/fix-xmltest-log.sh
R contrib/expat/lib/Makefile.am
R contrib/expat/lib/Makefile.in
R contrib/expat/lib/ascii.h
R contrib/expat/lib/asciitab.h
R contrib/expat/lib/expat.h
R contrib/expat/lib/expat_external.h
R contrib/expat/lib/iasciitab.h
R contrib/expat/lib/internal.h
R contrib/expat/lib/latin1tab.h
R contrib/expat/lib/loadlibrary.c
R contrib/expat/lib/nametab.h
R contrib/expat/lib/siphash.h
R contrib/expat/lib/utf8tab.h
R contrib/expat/lib/xmlparse.c
R contrib/expat/lib/xmlrole.c
R contrib/expat/lib/xmlrole.h
R contrib/expat/lib/xmltok.c
R contrib/expat/lib/xmltok.h
R contrib/expat/lib/xmltok_impl.c
R contrib/expat/lib/xmltok_impl.h
R contrib/expat/lib/xmltok_ns.c
R contrib/expat/run.sh.in
R contrib/expat/test-driver-wrapper.sh
R contrib/expat/tests/Makefile.am
R contrib/expat/tests/Makefile.in
R contrib/expat/tests/README.txt
R contrib/expat/tests/benchmark/Makefile.am
R contrib/expat/tests/benchmark/Makefile.in
R contrib/expat/tests/benchmark/README.txt
R contrib/expat/tests/benchmark/benchmark.c
R contrib/expat/tests/benchmark/benchmark.dsp
R contrib/expat/tests/benchmark/benchmark.dsw
R contrib/expat/tests/benchmark/benchmark.sln
R contrib/expat/tests/chardata.c
R contrib/expat/tests/chardata.h
R contrib/expat/tests/memcheck.c
R contrib/expat/tests/memcheck.h
R contrib/expat/tests/minicheck.c
R contrib/expat/tests/minicheck.h
R contrib/expat/tests/runtests.c
R contrib/expat/tests/runtests.sln
R contrib/expat/tests/runtestspp.cpp
R contrib/expat/tests/structdata.c
R contrib/expat/tests/structdata.h
R contrib/expat/tests/udiffer.py
R contrib/expat/tests/xmltest.log.expected
R contrib/expat/tests/xmltest.sh
R contrib/expat/xmlwf/Makefile.am
R contrib/expat/xmlwf/Makefile.in
R contrib/expat/xmlwf/codepage.c
R contrib/expat/xmlwf/codepage.h
R contrib/expat/xmlwf/ct.c
R contrib/expat/xmlwf/filemap.h
R contrib/expat/xmlwf/readfilemap.c
R contrib/expat/xmlwf/unixfilemap.c
R contrib/expat/xmlwf/win32filemap.c
R contrib/expat/xmlwf/xmlfile.c
R contrib/expat/xmlwf/xmlfile.h
R contrib/expat/xmlwf/xmlmime.c
R contrib/expat/xmlwf/xmlmime.h
R contrib/expat/xmlwf/xmltchar.h
R contrib/expat/xmlwf/xmlurl.h
R contrib/expat/xmlwf/xmlwf.c
R contrib/expat/xmlwf/xmlwf_helpgen.py
R contrib/expat/xmlwf/xmlwf_helpgen.sh
R contrib/expat/xmlwf/xmlwin32url.cxx
Log Message:
-----------
drop expat so we can go to vendor branch
Commit: b6244986b04430f48265ceb75431047a9480628a
https://github.com/MidnightBSD/src/commit/b6244986b04430f48265ceb75431047a9480628a
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A contrib/expat/AUTHORS
A contrib/expat/CMake.README
A contrib/expat/CMakeLists.txt
A contrib/expat/COPYING
A contrib/expat/Changes
A contrib/expat/ConfigureChecks.cmake
A contrib/expat/Makefile.am
A contrib/expat/Makefile.in
A contrib/expat/README.md
A contrib/expat/acinclude.m4
A contrib/expat/aclocal.m4
A contrib/expat/buildconf.sh
A contrib/expat/cmake/autotools/expat-config-version.cmake.in
A contrib/expat/cmake/autotools/expat-noconfig__linux.cmake.in
A contrib/expat/cmake/autotools/expat-noconfig__macos.cmake.in
A contrib/expat/cmake/autotools/expat-noconfig__windows.cmake.in
A contrib/expat/cmake/autotools/expat-package-init.cmake
A contrib/expat/cmake/autotools/expat.cmake
A contrib/expat/cmake/expat-config.cmake.in
A contrib/expat/cmake/mingw-toolchain.cmake
A contrib/expat/configure
A contrib/expat/configure.ac
A contrib/expat/conftools/ar-lib
A contrib/expat/conftools/ax-append-compile-flags.m4
A contrib/expat/conftools/ax-append-flag.m4
A contrib/expat/conftools/ax-append-link-flags.m4
A contrib/expat/conftools/ax-check-compile-flag.m4
A contrib/expat/conftools/ax-check-link-flag.m4
A contrib/expat/conftools/ax-require-defined.m4
A contrib/expat/conftools/compile
A contrib/expat/conftools/config.guess
A contrib/expat/conftools/config.sub
A contrib/expat/conftools/depcomp
A contrib/expat/conftools/expat.m4
A contrib/expat/conftools/expatcfg-compiler-supports-visibility.m4
A contrib/expat/conftools/get-version.sh
A contrib/expat/conftools/install-sh
A contrib/expat/conftools/ltmain.sh
A contrib/expat/conftools/missing
A contrib/expat/conftools/test-driver
A contrib/expat/doc/Makefile.am
A contrib/expat/doc/Makefile.in
A contrib/expat/doc/ok.min.css
A contrib/expat/doc/reference.html
A contrib/expat/doc/style.css
A contrib/expat/doc/valid-xhtml10.png
A contrib/expat/doc/xmlwf.1
A contrib/expat/doc/xmlwf.xml
A contrib/expat/examples/Makefile.am
A contrib/expat/examples/Makefile.in
A contrib/expat/examples/elements.c
A contrib/expat/examples/outline.c
A contrib/expat/expat.pc.cmake
A contrib/expat/expat.pc.in
A contrib/expat/expat_config.h
A contrib/expat/expat_config.h.cmake
A contrib/expat/expat_config.h.in
A contrib/expat/fix-xmltest-log.sh
A contrib/expat/fuzz/xml_parse_fuzzer.c
A contrib/expat/fuzz/xml_parsebuffer_fuzzer.c
A contrib/expat/lib/Makefile.am
A contrib/expat/lib/Makefile.in
A contrib/expat/lib/ascii.h
A contrib/expat/lib/asciitab.h
A contrib/expat/lib/expat.h
A contrib/expat/lib/expat_external.h
A contrib/expat/lib/iasciitab.h
A contrib/expat/lib/internal.h
A contrib/expat/lib/latin1tab.h
A contrib/expat/lib/libexpat.def
A contrib/expat/lib/libexpatw.def
A contrib/expat/lib/nametab.h
A contrib/expat/lib/siphash.h
A contrib/expat/lib/utf8tab.h
A contrib/expat/lib/winconfig.h
A contrib/expat/lib/xmlparse.c
A contrib/expat/lib/xmlrole.c
A contrib/expat/lib/xmlrole.h
A contrib/expat/lib/xmltok.c
A contrib/expat/lib/xmltok.h
A contrib/expat/lib/xmltok_impl.c
A contrib/expat/lib/xmltok_impl.h
A contrib/expat/lib/xmltok_ns.c
A contrib/expat/m4/libtool.m4
A contrib/expat/m4/ltoptions.m4
A contrib/expat/m4/ltsugar.m4
A contrib/expat/m4/ltversion.m4
A contrib/expat/m4/lt~obsolete.m4
A contrib/expat/run.sh.in
A contrib/expat/test-driver-wrapper.sh
A contrib/expat/tests/Makefile.am
A contrib/expat/tests/Makefile.in
A contrib/expat/tests/README.txt
A contrib/expat/tests/benchmark/Makefile.am
A contrib/expat/tests/benchmark/Makefile.in
A contrib/expat/tests/benchmark/README.txt
A contrib/expat/tests/benchmark/benchmark.c
A contrib/expat/tests/chardata.c
A contrib/expat/tests/chardata.h
A contrib/expat/tests/memcheck.c
A contrib/expat/tests/memcheck.h
A contrib/expat/tests/minicheck.c
A contrib/expat/tests/minicheck.h
A contrib/expat/tests/runtests.c
A contrib/expat/tests/runtestspp.cpp
A contrib/expat/tests/structdata.c
A contrib/expat/tests/structdata.h
A contrib/expat/tests/udiffer.py
A contrib/expat/tests/xmltest.log.expected
A contrib/expat/tests/xmltest.sh
A contrib/expat/xmlwf/Makefile.am
A contrib/expat/xmlwf/Makefile.in
A contrib/expat/xmlwf/codepage.c
A contrib/expat/xmlwf/codepage.h
A contrib/expat/xmlwf/ct.c
A contrib/expat/xmlwf/filemap.h
A contrib/expat/xmlwf/readfilemap.c
A contrib/expat/xmlwf/unixfilemap.c
A contrib/expat/xmlwf/win32filemap.c
A contrib/expat/xmlwf/xmlfile.c
A contrib/expat/xmlwf/xmlfile.h
A contrib/expat/xmlwf/xmlmime.c
A contrib/expat/xmlwf/xmlmime.h
A contrib/expat/xmlwf/xmltchar.h
A contrib/expat/xmlwf/xmlwf.c
A contrib/expat/xmlwf/xmlwf_helpgen.py
A contrib/expat/xmlwf/xmlwf_helpgen.sh
Log Message:
-----------
Add 'contrib/expat/' from commit '3500c8b37d991d3daf0611101b98b48cbd7bc8c7'
git-subtree-dir: contrib/expat
git-subtree-mainline: b4468d2dfd33e3bbeb15a69efb3c5479cce52856
git-subtree-split: 3500c8b37d991d3daf0611101b98b48cbd7bc8c7
Compare: https://github.com/MidnightBSD/src/compare/c1d0b2d95937...b6244986b044
More information about the Midnightbsd-cvs
mailing list