summaryrefslogtreecommitdiff
path: root/expat/Changes
Commit message (Expand)AuthorAgeFilesLines
* run.sh.in: Do not use Wine with Cygwin and MSYS2fix-run-sh-in-for-native-windowsSebastian Pipping2022-01-091-0/+4
* Changes: Document CVE-2021-45960issue-531-troublesome-shiftsSebastian Pipping2022-01-051-0/+19
* Actions: Check for realistic minimum CMake version requirementactions-cover-cmake-required-versionSebastian Pipping2022-01-011-0/+3
* CMake: Make call to file(GENERATE [..]) work for CMake <3.19cmake-fix-call-to-file-generateSebastian Pipping2021-12-311-0/+1
* xmlwf: Address Clang 13 warning -Wunused-but-set-variableSebastian Pipping2021-12-261-1/+1
* lib: Address GCC 11.2.1 compiler warningaddress-compiler-warningsSebastian Pipping2021-12-251-0/+4
* Set expected release date for 2.4.2issue-525-prepare-releaseSebastian Pipping2021-12-191-1/+1
* Bump version info from 9:1:8 to 9:2:8Sebastian Pipping2021-12-171-0/+2
* Changes: Document #502 #503 #507 #519 + fix reference to #498Sebastian Pipping2021-12-171-1/+4
* CMake: Ensure libexpat*.lib filenames with MSVCfix-msvc-lib-files-namingSebastian Pipping2021-12-151-1/+1
* doc: Fix return value docs on XML_SetBillionLaughs[..] functions (#522)issue-522-fix-return-value-docsSebastian Pipping2021-12-141-0/+2
* Changes: Document #513 and #514Sebastian Pipping2021-10-171-0/+2
* Autotools|CMake: Link against libm for function "isnan"Sebastian Pipping2021-09-201-0/+1
* CMake: Fix pkg-config section "Libs" for multi-config CMake generatorsSebastian Pipping2021-07-061-2/+4
* CMake: Fix pkg-config section "Libs" for non-release MinGW buildsSebastian Pipping2021-07-061-0/+5
* Makefile.am: Include buildconf.sh and fuzz/*.c with release archivesSebastian Pipping2021-06-051-0/+6
* Set expected release date for 2.4.1Sebastian Pipping2021-05-231-1/+1
* Bump version info from 9:0:8 to 9:1:8Sebastian Pipping2021-05-231-0/+4
* Keep macro SIZEOF_VOID_P out of expat_config.h(.in) for multilib supportSebastian Pipping2021-05-231-0/+8
* Set expected release date for 2.4.0Sebastian Pipping2021-05-221-1/+1
* Bump version info from 8:0:7 to 9:0:8Sebastian Pipping2021-05-221-0/+3
* Bump version to 2.4.0Sebastian Pipping2021-05-221-1/+1
* Changes: Extend section on upcoming release 2.4.0Sebastian Pipping2021-05-221-2/+20
* Changes: Document new XML_FEATURE_ constantsSebastian Pipping2021-05-221-0/+3
* Changes: Combine notes on billion laughs attack protectionSebastian Pipping2021-05-221-19/+20
* Changes: Document Autotools CMake file fixesSebastian Pipping2021-05-211-0/+3
* lib: Fix accounting of CDATA sections inside of general entitiesSebastian Pipping2021-05-141-4/+5
* Changes: Document support for CMake variable BUILD_SHARED_LIBSSebastian Pipping2021-05-121-0/+1
* Changes: Document protection against billion laughs attacksSebastian Pipping2021-05-071-0/+34
* lib: Fix macro IS_INVALID_CHAR (for UTF-16 with macro XML_MIN_SIZE defined)issue-332-drop-clang-asan-plus-min-size-workaroundSebastian Pipping2021-04-261-0/+8
* Changes: Document improvements to the man pagexmlwf-improve-manpageSebastian Pipping2021-04-251-1/+1
* xmlwf: Simplify synopsisxmlwf-simplify-synopsisSebastian Pipping2021-04-251-0/+1
* CMake: Support absolute paths for CMAKE_INSTALL_(LIB|INCLUDE)DIR (fixes #458)issue-458-cmake-support-absolute-libdir-pkgconfigSebastian Pipping2021-04-061-0/+2
* Unexpose function _INTERNAL_trim_to_complete_utf8_characters (#457)Sebastian Pipping2021-04-051-0/+4
* Changes: Set release date for version 2.3.0issue-445-prepare-releaseSebastian Pipping2021-03-241-1/+1
* README.md: Document use of libexpat from a CMake-based projectSebastian Pipping2021-03-241-0/+1
* Changes: Document #425, #426, #434, #435, #436, #437, #441, #443, #446 (#445)Sebastian Pipping2021-03-231-3/+11
* Changes: Improve documentation of #444Sebastian Pipping2021-03-231-2/+2
* configure.ac: Fix use of M4 macro "expat_version"Sebastian Pipping2021-03-231-1/+1
* Autotools: Install CMake filesSebastian Pipping2021-03-221-0/+4
* configure.ac: Apply partial autoupdate-2.71autotools-autoupdateSebastian Pipping2021-03-221-0/+1
* xmlwf: Split off exit status 4 for invalid argument invokationSebastian Pipping2021-03-201-0/+5
* Changes: Fix inconsistent indentationSebastian Pipping2021-03-201-5/+5
* Windows: Drop support for Visual Studio <=14.0/2015drop-support-for-ancient-visual-studioSebastian Pipping2021-03-201-1/+1
* Merge branch 'timbray-master' (#439)Sebastian Pipping2021-03-171-1/+5
|\
| * Changes: Document #439Sebastian Pipping2021-03-171-1/+5
* | Bump version infro from 7:12:6 to 8:0:7bump-version-infoSebastian Pipping2021-03-161-0/+3
* | Changes: Fix inconsistent double blank lineSebastian Pipping2021-03-161-1/+0
* | Changes: Document #442Sebastian Pipping2021-03-161-0/+3
|/
* xmlparse.c: Reject missing call to XML_GetBuffer in XML_ParseBufferSebastian Pipping2021-02-241-0/+10