]> granicus.if.org Git - libexpat/shortlog
libexpat
2016-07-30 Sebastian PippingAddress -Wunused-parameter and -Wunused-function
2016-07-30 Ed SchoutenMake Expat build on CloudABI
2016-07-17 Sebastian PippingChanges: Fix description of (conditions for) bug #539
2016-07-17 Sebastian PippingChanges: Document fix to regression bug #539
2016-07-17 Sebastian PippingFix regression bug #539 (needs -DXML_UNICODE)
2016-06-21 Sebastian PippingMove release date to 2016-06-21 R_2_2_0
2016-06-20 Karl WaclawekFixed versioning comment.
2016-06-20 Sebastian PippingCMakeLists.txt: Exclude soversion config on Windows
2016-06-18 Sebastian PippingHandle XML_ParserCreate* NULL return
2016-06-18 Sebastian PippingFix infinite loop
2016-06-17 Sebastian Pippingdoc/xmlwf.1: Migrate from SGML to XML
2016-06-17 Sebastian PippingExtend .gitignore
2016-06-17 Sebastian PippingSet version 2.2.0/2016-06-18 where missing
2016-06-17 Sebastian Pippinghtdocs/index.html: Fix some HTML issues
2016-06-17 Sebastian Pippinghtdocs/index.html: Sync HTML change log
2016-06-17 Sebastian PippingChanges: Adjust case
2016-06-17 Karl WaclawekUpgraded setup files for Win32.
2016-06-17 Karl WaclawekAdded Visual Studio 2013 solution/project files. Will...
2016-06-16 Sebastian PippingAddress VS2010 compile warning
2016-06-13 Sebastian PippingResolve COMPILING_FOR_WINDOWS (ex COMPILED_FROM_DSP...
2016-06-07 tbeuFix MSVC compiler warning
2016-06-06 Sebastian Pippingqa.sh: "set -e" inside "|| exit 1"-ed subshell did...
2016-06-06 tbeuUpdate copyright year
2016-06-06 tbeuFix typos
2016-06-05 Sebastian PippingBump soversion, skipped one for 2.1.1
2016-06-05 Sebastian PippingCMake: Create .so.1 symlink, too
2016-06-05 Sebastian PippingHave CMake call "$(MAKE) -C doc xmlwf.1"
2016-06-05 Sebastian Pippingdoc/Makefile: Do not leave nullbyte XMLWF.1 on error
2016-06-04 Sebastian PippingExtend change log
2016-06-04 Sebastian PippingEnsure that unistd.h is included on Linux
2016-06-04 Sebastian PippingHandle lack of __func__ with ISO C90
2016-06-04 Sebastian PippingImprove autotools-related entries in upcoming release...
2016-06-04 Sebastian PippingMention recently assigned CVEs CVE-2012-6702 and CVE...
2016-06-03 Sebastian PippingSync plaintext changelog; HTML left to do
2016-05-30 Sebastian Pippingqa.sh: Merge callgraphs into one
2016-05-30 Sebastian Pippingqa.sh: Add egypt support (callgraphs)
2016-05-28 Sebastian PippingSync .gitignore
2016-05-28 Sebastian PippingCMake: Add soversion, support -DNO_SONAME=yes to bypass...
2016-05-25 Sebastian PippingMerge branch 'minbpc'
2016-05-25 Sebastian PippingExtract macros from end-of-input checking
2016-05-25 Sebastian PippingTake into account that CHAR_MATCHES may read >1 bytes
2016-05-25 Sebastian PippingTake into account that BYTE_TYPE may read >1 bytes
2016-05-25 Sebastian Pippingqa.sh: Add ncc/nccnav support
2016-05-25 Sebastian Pippingqa.sh: Polish and make more flexible
2016-05-25 Sebastian PippingFix uninitialized read of size 1 in little2_updatePosition
2016-05-20 Sebastian PippingMerge branch 'improve-partial-utf8-handling'
2016-05-20 Sebastian PippingFix UTF-8 auto alignment
2016-05-20 Sebastian PippingCover UTF-8 limit correction; some tests fail
2016-05-20 Sebastian PippingExtract function align_limit_to_full_utf8_characters
2016-05-17 Sebastian PippingMerge branch 'cve-2016-0718-fix-2-2-1'
2016-05-16 Pascal CuoqDo not compare an out-of-bounds pointer. See https...
2016-05-16 Pascal CuoqAvoid undefined behavior when computing larger blockSiz...
2016-05-16 Pascal CuoqAvoid relying on undefined behavior in CVE-2015-1283...
2016-05-15 Sebastian PippingMakefile.in: Extend target "qa"
2016-05-15 Sebastian PippingFix left shift signed overflow
2016-05-15 Sebastian PippingMakefile.in: Respect CXXFLAGS if given
2016-05-14 Björn LindahlAdded suffix "d" to lib/dll to differentiate Debug...
2016-05-11 Sebastian PippingNever hide official symbols (for -fvisibility=hidden)
2016-05-11 Cristian RodríguezAnnotate memory allocators for GCC
2016-05-07 Sebastian PippingAddress all "unused parameter" warnings
2016-05-06 Sebastian Pippingdoc/Makefile: Resolve use of "$<" for bmake
2016-05-06 Ryo ONODERADo not use GNU make extension
2016-05-06 Sebastian PippingFix "make install" for Git clone
2016-05-06 Sebastian PippingMakefile: Add target "qa"
2016-05-01 Sebastian PippingComplete XmlConvert return value handling
2016-05-01 Sebastian PippingDo not grow pool to out-of-memory for incomplete input
2016-05-01 Sebastian PippingMake converters tell state on termination (v3)
2016-05-01 Sebastian PippingPrevent out-of-bounds access in text conversion
2016-05-01 Gustavo GriecoFix two integer overflows
2016-05-01 Karl WaclawekFix overflow (v2)
2016-05-01 Sebastian PippingHave "make run-xmltest" report on expected output
2016-05-01 Sebastian PippingFix "make run-xmltest" more
2016-04-30 Sebastian PippingFix "make run-xmltest"
2016-03-31 Sebastian PippingTests: Cover CDATA sections
2016-03-31 Sebastian PippingTests: Parse XML one byte at a time
2016-03-28 Sebastian PippingSync change log
2016-03-28 Sebastian PippingAddress warning "missing initializer for field"
2016-03-28 Sebastian PippingAddress "comparison between signed and unsigned integer...
2016-03-28 Sebastian PippingAddress warnings on const correctness
2016-03-28 Sebastian PippingMerge branch 'resolve-srand'
2016-03-28 Sebastian PippingWindows: Handling missing getpid and headers
2016-03-28 Sebastian PippingUse GetSystemTimeAsFileTime on Non-Cygwin-Windows with...
2016-03-28 Sebastian PippingDefine COMPILING_FOR_WINDOWS with CMake on Windows
2016-03-28 Sebastian PippingTurn COMPILED_FROM_DSP into COMPILING_FOR_WINDOWS
2016-03-21 Sebastian PippingUse a prime that fits 32bits on 32bit platforms
2016-03-21 Sebastian PippingExtract entropy from XML_Parser address
2016-03-20 Sebastian PippingExtract method gather_time_entropy
2016-03-20 Sebastian PippingResolve call to srand, use more entropy
2016-03-14 Sebastian PippingMerge branch 'patch-90'
2016-03-13 tbeuFix VS2010 compilation
2016-03-12 Karl WaclawekUpdated copyright year in Win32 setup script.
2016-03-12 Sergei NikulovFix for BUILD_shared=OFF case on MSVC
2016-03-12 Sebastian PippingCMakeLists.txt: Move code for upcoming change
2016-03-12 Sebastian PippingFix source code permissions
2016-03-12 Sebastian PippingFill release date R_2_1_1
2016-03-12 Sebastian Pippingmake-release.sh: Move from gzip to bzip2
2016-03-12 Sebastian Pippinghtdocs/index.html: Mention Git before CVS
2016-03-12 Sebastian Pippinghtdocs/index.html: Fix broken SF.net links
2016-03-12 Sebastian Pippingexamples/elements.c: Address compile warning on sign...
2016-03-12 Sebastian PippingMention issue #502 in 2.1.1 change log
next