summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * coverage.yml: Drop ppa:ondrej/php removalSebastian Pipping2022-11-041-13/+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
| | |/ | |/|
* | | Merge pull request #671 from seanm/getDebugLevelSebastian Pipping2022-10-271-1/+1
|\ \ \ | |/ / |/| |
| * | 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
* | Merge pull request #668 from libexpat/issue-667-prepare-releaseR_2_5_0Sebastian Pipping2022-10-2513-26/+34
|\ \ | |/ |/|
| * 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
| * 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
* | Merge pull request #650 from libexpat/issue-649-fix-overeager-dtd-destructionSebastian Pipping2022-10-243-0/+62
|\ \
| * | Changes: Document #649Sebastian Pipping2022-10-241-0/+5
| * | tests: Cover overeager DTD destruction in XML_ExternalEntityParserCreateSebastian Pipping2022-10-241-0/+49