]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-12-13 Sebastian PippingChanges: Add missing pull request references for 2.2.6
2017-12-13 Sebastian PippingMerge branch 'issue-165-fix-configure' (issue #165...
2017-12-13 Sebastian PippingMerge branch 'bradking-check-symbol-exists' (pull reque...
2017-12-13 Sebastian PippingTravis CI: Cover CMake, at least superficially
2017-12-13 Brad KingCMake: Prefer check_symbol_exists over check_function_e...
2017-12-06 Sebastian PippingMerge branch 'vanklompf-werror' (pull request #174)
2017-12-06 Sebastian PippingChanges: Document new CMake option WARNINGS_AS_ERRORS
2017-12-04 vanklompfCMake option to treat warnings as errors
2017-12-04 Sebastian PippingChanges: Move 2.2.6+ changes where they belong
2017-12-04 Sebastian PippingChanges: Use vanklompf's real name (#173)
2017-12-03 Sebastian PippingMerge branch 'vanklompf-cherry-pick' (issue #131, pr...
2017-12-03 Sebastian PippingChanges: Give credit to vanklompf
2017-12-03 Sebastian PippingAddress 64bit intptr_t loss warning for Visual Studio
2017-12-03 Sebastian PippingAddress 64bit size_t loss warning for Visual Studio
2017-12-03 Sebastian PippingAddress warning about sip_tobin by Visual Studio
2017-12-03 Sebastian Pippingqa.sh: Start using -Werror
2017-12-03 Sebastian PippingAdd Visual Studio const correctness compiler warnings
2017-12-03 vanklompfFix missing posix functions declaration on Visual Studi...
2017-12-03 vanklompfEnable CRT_SECURE_NO_WARNINGS in default VC projects
2017-11-02 Sebastian PippingFix configure syntax error (#165)
2017-11-02 Sebastian PippingChanges: Limit scope of grep -q to autotools build...
2017-11-02 Sebastian PippingMerge branch 'notroj-doc2man' (#167)
2017-11-02 Sebastian PippingChanges: Document #167
2017-11-02 Joe OrtonAllow configure with DOCBOOK_TO_MAN="xmlto man --skip...
2017-11-02 Sebastian PippingAvoid grep option `-q` for Solaris (#166)
2017-11-01 Sebastian PippingChanges: Document upgrade to Visual Studio 2017
2017-11-01 Karl WaclawekImproved Win32 setup file name. R_2_2_5
2017-11-01 Karl WaclawekSimplified version number updating in setup file for...
2017-11-01 Karl WaclawekAuto-upgrade of project files performed by Visual Studi...
2017-10-31 Sebastian PippingPrepare release version 2.2.5 (#133)
2017-10-31 Sebastian PippingExtend .gitignore
2017-10-27 Sebastian PippingBump version info from 7:6:6 to 7:7:6 (#133)
2017-10-27 Sebastian PippingSupport docbook-to-man command, e.g. for openSUSE ...
2017-10-25 Sebastian PippingMerge branch 'zmodem-ErrorString_switch' (pull request...
2017-10-25 Sebastian PippingChanges: Document lack of XML_ERROR_INVALID_ARGUMENT...
2017-10-25 Sebastian Pippingxmlparse.c: Add version information to XML_ErrorString...
2017-10-25 Hans WennborgXML_ErrorString: handle XML_ERROR_INVALID_ARGUMENT
2017-10-25 Hans WennborgRewrite XML_ErrorString to use a switch
2017-10-24 Sebastian Pippingxmlparse.c: Make failproof entropy providers stand...
2017-10-24 Sebastian Pippingxmlparse.c: Address warning about unused functions...
2017-10-24 Sebastian PippingTests: Fix CPPFLAGS=-DNDEBUG ourselves (#160)
2017-10-21 Sebastian PippingMerge branch 'stephengroat-fix-docbook' (pull request...
2017-10-21 Sebastian PippingChanges: Document #153 and #155
2017-10-21 Sebastian Pippingdoc/Makefile.am: Round braces for style
2017-10-21 Sebastian Pippingdoc/Makefile.am: Fix mis-use of variable
2017-10-21 Sebastian Pippingconfigure.ac: Improve documentation of --with(out)...
2017-10-21 Sebastian Pippingconfigure.ac: Allow for custom docbook2x-man command
2017-10-21 Sebastian Pippingdoc/Makefile.am: Improve scope of docbook2man availability
2017-10-21 Stephen GroatFix docbook
2017-10-04 Sebastian PippingMerge branch 'pr-150-pepone-master' (#150, fixes #147)
2017-10-04 Sebastian Pippingxmlwf|tests: Repeat L string prefix to fix compilation
2017-10-04 Sebastian Pippingxmlwf/xmltchar.h: Make T(..) support T(XML_FMT_INT_MOD)
2017-10-04 Sebastian Pippingxmlwf.c: Fix code indentation
2017-10-04 JoseAdd XML_UNICODE_WCHAR_T builds to appveyor build matrix
2017-10-02 Sebastian PippingMerge branch 'tbeu-fix-typos' (pull request #154)
2017-10-02 tbeuFix typos and add ICPSR full name
2017-09-15 Sebastian PippingREADME.md: Use pseudo-organization AppVeyor account
2017-09-11 Sebastian Pippingloadlibrary.c: Exclude line from coverage
2017-09-11 Sebastian PippingFix test suite for --disable-xml-context (#146)
2017-09-09 Sebastian PippingMerge branch 'unicode-xmlwf' (pull request #144 and...
2017-09-09 Sebastian Pippingudiffer.py: Ship with tarballs
2017-09-09 Sebastian Pippingruntests.c: Fix compilation for undefined XML_CONTEXT_BYTES
2017-09-09 Sebastian PippingChanges: Mention #144
2017-09-09 Sebastian Pippingcoverage.sh: Support XML_UNICODE_WCHAR_T with MinGW
2017-09-09 Sebastian PippingMake wmain work with MinGW
2017-09-09 Sebastian Pippingcoverage.sh: Migrate to GNU Automake (#65)
2017-09-09 Sebastian Pippingudiffer.py: Improve overall structure
2017-09-09 Sebastian Pippingudiffer.py: Extract function to resolve code duplication
2017-09-09 Sebastian Pippingudiffer.py: Add license header
2017-09-09 Rhodri JamesMake xmltest.sh script work for UTF-16 builds
2017-09-09 Sebastian Pippingxmlwf: Indent preprocessor code
2017-09-04 Rhodri JamesFix file access for xmlwf compiled with XML_UNICODE_WCH...
2017-09-04 Rhodri JamesMake xmlwf build with XML_UNICODE_WCHAR_T on MinGW
2017-09-03 Sebastian PippingChanges: Document fix to #59
2017-09-03 Sebastian PippingMerge branch 'resolve-parser-hiding-macros'
2017-09-03 Sebastian Pippingxmlparse.c: Stop malloc/realloc/free macros from hiding...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "buffer" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "encoding" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "defaultExpandInternalEntitie...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "unknownEncodingHandlerData...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "internalEntityRefHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "externalEntityRefHandlerArg...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "externalEntityRefHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "startNamespaceDeclHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "unparsedEntityDeclHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "startCdataSectionHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "processingInstructionHandler...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "hash_secret_salt" (issue...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "paramEntityParsing" (issue...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "useForeignDTD" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "isParamEntity" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "ps_finalBuffer" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "ps_parsing" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "parentParser" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "namespaceSeparator" (issue...
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "groupSize" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "groupConnector" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "temp2Pool" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "tempPool" (issue #59)
2017-09-02 Sebastian Pippingxmlparse.c: Resolve macro "attInfo" (issue #59)
next