summaryrefslogtreecommitdiff
path: root/expat
Commit message (Expand)AuthorAgeFilesLines
...
| * examples: Make passing of depth pointer consistent across examplesSebastian Pipping2022-10-242-9/+9
| * examples: Resolve use of unused variables argc and argvSebastian Pipping2022-10-242-6/+2
| * examples/outline.c: Rename "Buff" to "buf" for consistency across examplesSebastian Pipping2022-10-241-3/+3
| * examples/outline.c: Make "Buff" a local variableSebastian Pipping2022-10-241-2/+1
| * examples/outline.c: Rename variable "p" to "parser"Sebastian Pipping2022-10-241-7/+7
* | Changes: Document #649Sebastian Pipping2022-10-241-0/+5
* | tests: Cover overeager DTD destruction in XML_ExternalEntityParserCreateSebastian Pipping2022-10-241-0/+49
* | lib: Fix overeager DTD destruction in XML_ExternalEntityParserCreateSebastian Pipping2022-10-241-0/+8
|/
* Protect expat_config.h against multiple inclusionSebastian Pipping2022-10-233-0/+9
* Changes: Document #613Sebastian Pipping2022-10-171-0/+2
* tests: Cover suspend with inside nested entites in internalEntityProcessorSebastian Pipping2022-10-171-0/+43
* lib: Fix suspend with inside nested entites in internalEntityProcessorSebastian Pipping2022-10-171-0/+8
* lib: Simplify control flow in internalEntityProcessorSebastian Pipping2022-10-171-10/+10
* Merge pull request #653 from libexpat/issue-652-stop-leaking-tag-bindingsSebastian Pipping2022-10-173-3/+30
|\
| * Changes: Document #652Sebastian Pipping2022-10-071-0/+4
| * lib: Stop leaking opening tag bindings after closing tag mismatch errorSebastian Pipping2022-10-071-3/+3
| * tests: Cover leak of opening tag bindings after closing tag mismatch errorSebastian Pipping2022-10-071-0/+23
* | Fix static library name when building with mingwOsyotr2022-10-071-1/+1
|/
* Merge pull request #645 from libexpat/issue-612-fix-corruption-from-undefined...Sebastian Pipping2022-10-073-1/+66
|\
| * Changes: Document #612 #645Sebastian Pipping2022-09-211-0/+9
| * Fix curruption from undefined entities (fixes #612)Jann Horn2022-09-211-1/+1
| * 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
|/
* tests: Address GCC warning -Wmissing-prototypesSebastian Pipping2022-09-202-1/+5
* 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-1911-10/+12
* Resolve use of deprecated "fgrep" by "grep -F"Sebastian Pipping2022-09-192-1/+2
* win32/build_expat_iss.bat: Add -DEXPAT_WARNINGS_AS_ERRORS=ONSebastian Pipping2022-09-191-4/+4
* Actions: Upgrade Clang from 14 to 15Sebastian Pipping2022-09-151-0/+1
* tests: Address Clang 15 warning -Wstrict-prototypesSebastian Pipping2022-09-152-2/+3
* 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
* 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
* | 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
* | Changes: Briefly document infra workSebastian Pipping2022-09-091-0/+1
* | coverage.sh|qa.sh: Fix copying of DLLs for Wine/MinGW for Ubuntu 22.04Sebastian Pipping2022-09-092-4/+4
* | 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
* | | | 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
|\ \ \ \ | |/ / / |/| | |