summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Regression test for #612: tempPool corrupt from attribute types.Rhodri James2022-09-211-0/+56
* | [2.4.9] CMake: Fix generation of pkgconfig file (#656)Osyotr2022-10-041-3/+3
* | fix typos (#655)musvaage2022-09-262-2/+2
|/
* Merge pull request #648 from libexpat/issue-648-tests-fix-warning-missing-pro...Sebastian Pipping2022-09-212-1/+5
|\
| * tests: Address GCC warning -Wmissing-prototypesSebastian Pipping2022-09-202-1/+5
|/
* Merge pull request #644 from libexpat/issue-642-release-2-4-9R_2_4_9Sebastian Pipping2022-09-2023-42/+57
|\
| * Set release date for version 2.4.9Sebastian Pipping2022-09-192-2/+2
| * Bump version to 2.4.9Sebastian Pipping2022-09-198-13/+13
| * Bump version info from 9:8:8 to 9:9:8Sebastian Pipping2022-09-193-2/+4
| * Changes: Document #592 #593 #594 #614 #619 #627 #633 #635 #636 #637Sebastian Pipping2022-09-191-2/+12
| * Sync file headersSebastian Pipping2022-09-1912-11/+13
| * Resolve use of deprecated "fgrep" by "grep -F"Sebastian Pipping2022-09-195-8/+9
| * win32/build_expat_iss.bat: Add -DEXPAT_WARNINGS_AS_ERRORS=ONSebastian Pipping2022-09-191-4/+4
|/
* Merge pull request #643 from libexpat/clang-15Sebastian Pipping2022-09-154-7/+9
|\
| * Actions: Upgrade Clang from 14 to 15Sebastian Pipping2022-09-153-5/+6
| * tests: Address Clang 15 warning -Wstrict-prototypesSebastian Pipping2022-09-152-2/+3
|/
* Merge pull request #640 from libexpat/issue-629-heap-use-after-freeSebastian Pipping2022-09-142-0/+83
|\
| * Changes: Document heap use-after-free CVE-2022-40674Sebastian Pipping2022-09-141-0/+9
| * tests: Cover heap use-after-free issue in doContentSebastian Pipping2022-09-141-0/+74
|/
* Merge pull request #641 from libexpat/issue-626-static-library-symbol-visibilitySebastian Pipping2022-09-123-3/+7
|\
| * Stop exporting API symbols when building a static librarySebastian Pipping2022-09-123-3/+7
|/
* Merge pull request #629 from RMJ10/missing-store-rawSebastian Pipping2022-09-111-4/+9
|\
| * Ensure raw tagnames are safe exiting internalEntityParserRhodri James2022-08-171-4/+9
* | Merge pull request #627 from libexpat/issue-597-cmake-migrate-set-cache-to-op...Sebastian Pipping2022-09-113-69/+67
|\ \
| * | cmake: Mark _EXPAT_M32 and EXPAT_*_POSTFIX as advancedSebastian Pipping2022-09-092-15/+2
| * | cmake: Unify set(var default CACHE type desc) and option(var desc default)Sebastian Pipping2022-09-092-54/+65
|/ /
* | Merge pull request #632 from libexpat/github-actions-off-deprecated-ubuntu-18-04Sebastian Pipping2022-09-097-31/+68
|\ \
| * | Changes: Briefly document infra workSebastian Pipping2022-09-091-0/+1
| * | GitHub Actions: Pin remaining unpinned ubuntu-latestSebastian Pipping2022-09-091-1/+1
| * | GitHub Actions: Stop installing Clang when not usedSebastian Pipping2022-09-092-33/+25
| * | GitHub Actions: Avoid Ubuntu 20.04 for coverage collectionSebastian Pipping2022-09-091-1/+1
| * | coverage.sh|qa.sh: Fix copying of DLLs for Wine/MinGW for Ubuntu 22.04Sebastian Pipping2022-09-092-4/+4
| * | GitHub Actions: Fix installation of 32bit Wine on Ubuntu 20.04Sebastian Pipping2022-09-092-6/+46
| * | GitHub Actions: Get off deprecated Ubuntu 18.04Sebastian Pipping2022-09-092-2/+2
| * | cmake: Avoid error "windres: Command not found" with MinGW on Ubuntu 20.04Sebastian Pipping2022-09-092-0/+4
|/ /
* | Merge pull request #636 from neheb/patch-1Sebastian Pipping2022-08-282-2/+2
|\ \
| * | remove leading whitespace from config fileRosen Penev2022-08-272-2/+2
* | | Merge pull request #637 from neheb/clSebastian Pipping2022-08-281-1/+1
|\ \ \
| * | | apply-clang-format: add support for BSD findRosen Penev2022-08-271-1/+1
* | | | Merge pull request #638 from libexpat/fix-xmltest-log-sh-drop-more-wine-bug-o...Sebastian Pipping2022-08-282-0/+3
|\ \ \ \
| * | | | fix-xmltest-log.sh: Drop more Wine bug outputSebastian Pipping2022-08-282-0/+3
|/ / / /
* | | | Merge pull request #635 from libexpat/coverage-sh-fix-name-collisionSebastian Pipping2022-08-281-5/+3
|\ \ \ \ | |/ / / |/| | |
| * | | coverage.sh: Fix name collision for -funsigned-charSebastian Pipping2022-08-271-5/+3
| |/ /
* | | Merge pull request #634 from libexpat/fix-mingw-compilationSebastian Pipping2022-08-282-1/+6
|\ \ \ | |/ / |/| |
| * | lib: Fix compilation for -D__USE_MINGW_ANSI_STDIO=0Sebastian Pipping2022-08-272-1/+6
|/ /
* | Merge pull request #633 from libexpat/coverage-sh-exclude-mingw-headersSebastian Pipping2022-08-211-3/+7
|\ \
| * | coverage.sh: Exclude MinGW headers (stdio.h and stdlib.h)Sebastian Pipping2022-08-211-0/+1
| * | coverage.sh: Inline exclusion patterns (for upcoming change)Sebastian Pipping2022-08-211-3/+6
|/ /
* | File expat/fuzz/.gitignore changed to not ignore already-committed source fil...t-02022-08-201-0/+1
|/
* Merge pull request #625 from libexpat/autotools-sync-cmake-filesSebastian Pipping2022-08-115-41/+51
|\