summaryrefslogtreecommitdiff
path: root/expat/xmlwf
Commit message (Expand)AuthorAgeFilesLines
* xmlwf: Address Clang 13 warning -Wunused-but-set-variableSebastian Pipping2021-12-261-0/+2
* Get attribution headers back in syncSebastian Pipping2021-10-171-1/+1
* Apply #514 to attribution headersSebastian Pipping2021-10-171-0/+1
* Reorder the location of including expat_config.hDong-hee Na2021-10-171-2/+2
* Autotools|CMake: Link against libm for function "isnan"Sebastian Pipping2021-09-201-1/+1
* xmlwf: Add support for custom attack protection parametersSebastian Pipping2021-05-073-1/+82
* xmlwf: Include expat_config.h so we can check for macro XML_DTDSebastian Pipping2021-05-071-0/+2
* Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-0216-16/+59
* xmlwf: Simplify synopsisxmlwf-simplify-synopsisSebastian Pipping2021-04-253-5/+14
* Resolve macro HAVE_EXPAT_CONFIG_Hresolve-macro-have-expat-config-hSebastian Pipping2021-04-221-3/+3
* xmlwf: Extract exit code constantssmall-xmlwf-refactoringSebastian Pipping2021-04-191-8/+16
* xmlwf: Extract macro XMLWF_SHIFT_ARGUMENTSebastian Pipping2021-04-191-16/+15
* xmlwf: Split off exit status 4 for invalid argument invokationSebastian Pipping2021-03-202-5/+7
* Add argument -k to allow continuing after non-fatal errorsTim Bray2021-03-162-4/+44
* xmlwf: Checks value after calling mallocKleber TarcĂ­sio2020-06-221-0/+4
* Update xmlwf to exit with 3 if an output file could not be opened.Joe Orton2020-05-131-1/+1
* xmlwf: Add missing @AM_*FLAGS@Sebastian Pipping2020-03-181-2/+3
* xmlwf: Improve output of "xmlwf -h" by two tiny bitsSebastian Pipping2019-11-262-4/+4
* Fix source comment typosluz.paz2019-11-041-1/+1
* codepage.c: Define functions codepageMap and codepageConvert no more than onceSebastian Pipping2019-10-081-15/+10
* Drop mistaken executable bitsSebastian Pipping2019-09-161-0/+0
* xmlwf: Fix exit code for case without "-d DIRECTORY"Sebastian Pipping2019-09-061-1/+3
* .gitignore: Add missing build results (CMake, qa.sh)Sebastian Pipping2019-09-051-0/+1
* xmlwf: Get -h and -v out of usage summary lineSebastian Pipping2019-09-052-1/+2
* xmlwf: Improve "xmlwf -h" help outputSebastian Pipping2019-09-053-1/+139
* Drop support for Visual Studio <=7.1/2003Sebastian Pipping2019-08-291-5/+1
* win32: Remove MSVC solution and project filesSebastian Pipping2019-08-292-212/+0
* update xmlwf and tests to new UNUSED_P definitionDavid Loffredo2019-08-163-36/+64
* Mass-apply clang-format 9 using ./apply-clang-format.shclang-format2019-08-0311-445/+327
* xmlwf: Drop COM codeSebastian Pipping2019-07-293-480/+1
* xmlwf: Ensure that STDMETHODIMP_ is defined for cppcheck (fixes #285)Sebastian Pipping2019-07-171-0/+5
* Mark disabled code to make it easy to see againSebastian Pipping2018-10-211-0/+2
* change code exclusion style to make sure that the excluded code still compilesMarco Maggi2018-10-211-4/+4
* Address 64bit size_t loss warning for Visual StudioSebastian Pipping2017-12-041-1/+3
* Fix missing posix functions declaration on Visual Studio buildvanklompf2017-12-031-0/+1
* Enable CRT_SECURE_NO_WARNINGS in default VC projectsvanklompf2017-12-031-2/+2
* Auto-upgrade of project files performed by Visual Studio 2017. This should no...Karl Waclawek2017-11-011-4/+5
* xmlwf|tests: Repeat L string prefix to fix compilationSebastian Pipping2017-10-042-3/+9
* xmlwf/xmltchar.h: Make T(..) support T(XML_FMT_INT_MOD)Sebastian Pipping2017-10-041-1/+2
* xmlwf.c: Fix code indentationSebastian Pipping2017-10-041-1/+1
* Make wmain work with MinGWSebastian Pipping2017-09-092-2/+14
* xmlwf: Indent preprocessor codeSebastian Pipping2017-09-095-56/+56
* Fix file access for xmlwf compiled with XML_UNICODE_WCHAR_T on MinGWRhodri James2017-09-043-8/+18
* Make xmlwf build with XML_UNICODE_WCHAR_T on MinGWRhodri James2017-09-044-13/+20
* xmlwf: Address Clang Static Analyzer warningSebastian Pipping2017-08-281-0/+2
* xmlwf/readfilemap.c: Address lack of ssize_t for Visual StudioSebastian Pipping2017-08-231-3/+14
* xmlwf.c: Address unused parameter warningSebastian Pipping2017-08-221-1/+1
* Plug memory leak in xmlwf's end of doctype declaration handlerRhodri James2017-08-221-2/+6
* Fix formatting and message re-useRhodri James2017-08-221-4/+5
* Rename xmlCharDup to xcsdup and tighten up the codeRhodri James2017-08-221-9/+11