summaryrefslogtreecommitdiff
path: root/expat
Commit message (Expand)AuthorAgeFilesLines
* README.md: Be specific about version of XML and version of CSebastian Pipping2023-05-101-1/+2
* autotools: Sync CMake templates with CMake 3.24Sebastian Pipping2023-04-061-1/+1
* autotools: Sync CMake templates with CMake 3.24Sebastian Pipping2023-03-242-7/+2
* lib: Fix winconfig.h for clang-formatSebastian Pipping2023-03-221-1/+1
* winconfig: Avoid redefinition of WIN32_LEAN_AND_MEANOrgad Shaneh2023-03-221-0/+2
* Use HTTPS where possible in URLs in code comments.Hanno Böck2023-03-162-2/+2
* Use HTTPS URLs where possible in documentation, change from libexpat.org to l...Hanno Böck2023-03-161-5/+5
* coverage.sh: Be robust towards absence of Git tagsSebastian Pipping2023-03-071-1/+1
* lib: Address -Wunreachable-code for Clangoda-gitso2023-02-201-2/+2
* Changes: Document #678Sebastian Pipping2022-11-251-0/+1
* Autotools: Get CMake templates back in sync with ubuntu-20.04Sebastian Pipping2022-11-251-1/+1
* Merge pull request #670 from seanm/more-constSebastian Pipping2022-11-024-27/+25
|\
| * Simplify code by using SB_BYTE_TYPE macroSean McBride2022-11-021-6/+3
| * Fixed some clang -Wcast-qual warningsSean McBride2022-11-014-19/+20
| * Fixed some -Wcast-qual warnings by just using NULL for default value of outpu...Sean McBride2022-11-012-2/+2
* | Merge pull request #673 from libexpat/examples-element-declarationsSebastian Pipping2022-11-014-7/+241
|\ \
| * | Changes: Document #673Sebastian Pipping2022-11-011-0/+4
| * | cmake: Resolve duplication related to building examplesSebastian Pipping2022-11-011-4/+1
| * | Sync file headersSebastian Pipping2022-10-302-3/+3
| * | examples/element_declarations.c: Resolve recursionSebastian Pipping2022-10-301-10/+68
| * | examples/element_declarations.c: Handle element declarations rather than elem...Sebastian Pipping2022-10-301-22/+72
| * | examples: Clone example "examples" to "element_declarations"Sebastian Pipping2022-10-303-2/+127
* | | Merge pull request #672 from neheb/23Sebastian Pipping2022-11-012-6/+6
|\ \ \
| * | | cmake: lowercase off_t and size_tRosen Penev2022-10-262-6/+6
| | |/ | |/|
* | | Fixed getDebugLevel handling of empty env varSean McBride2022-10-271-1/+1
|/ /
* | Merge pull request #669 from seanm/misc-warningsSebastian Pipping2022-10-269-71/+76
|\ \ | |/ |/|
| * Partly fixed a clang -Wreserved-id-macro warning with _GNU_SOURCESean McBride2022-10-261-2/+4
| * Replaced all sprintf with safer snprintfSean McBride2022-10-263-39/+50
| * Fixed cppcheck 2.9 warningsSean McBride2022-10-263-5/+4
| * Fixed most clang -Wunused-macros warningsSean McBride2022-10-263-7/+0
| * Fixed most clang -Wreserved-id-macro warningsSean McBride2022-10-253-16/+16
| * Fixed all clang -Wconditional-uninitialized warningsSean McBride2022-10-252-2/+2
* | Changes: Add note on impact of CVE-2022-43680Sebastian Pipping2022-10-251-1/+3
* | Set release date for version 2.5.0Sebastian Pipping2022-10-242-2/+2
* | Changes: Document #656 #658Sebastian Pipping2022-10-241-0/+3
* | Bump version to 2.5.0Sebastian Pipping2022-10-248-14/+14
* | Bump version info from 9:9:8 to 9:10:8Sebastian Pipping2022-10-243-6/+8
* | Sync file headersSebastian Pipping2022-10-244-3/+4
|/
* Merge pull request #666 from libexpat/improve-examplesSebastian Pipping2022-10-244-55/+77
|\
| * Changes: Document #666Sebastian Pipping2022-10-241-0/+2
| * cmake: Resolve duplication related to building examplesSebastian Pipping2022-10-241-5/+5
| * examples: Add some whitespace for readabilitySebastian Pipping2022-10-242-0/+4
| * examples: Make use of XML_GetBufferSebastian Pipping2022-10-242-6/+18
| * examples/elements.c: Resolve unused include of <wchar.h>Sebastian Pipping2022-10-241-1/+0
| * examples/elements.c: Be consistent across examples regarding OOM detectionSebastian Pipping2022-10-241-0/+5
| * examples: Be consistent across examples regarding read looping and main exitSebastian Pipping2022-10-242-8/+18
| * examples/elements.c: Be consistent in parse error reporting format across exa...Sebastian Pipping2022-10-241-3/+4
| * examples/outline.c: Be consistent in main loop exit across examplesSebastian Pipping2022-10-241-7/+3
| * examples/outline.c: Make element handler signatures consistent across examplesSebastian Pipping2022-10-241-9/+9
| * examples/outline.c: Make use of BUFSIZ from stdio.h consistent across examplesSebastian Pipping2022-10-241-4/+2