summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-1120-92/+116
* lgtm.com fix: Use | not || when combining bitflags.Robin Watts2020-05-101-1/+1
* lgtm.com tweak: Make it clear that something isn't a typo.Robin Watts2020-05-101-1/+1
* Bug 697545 : Prevent numerous memory leaks.Shailesh Mistry2020-05-093-7/+18
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-081-0/+5
* lgtm.com fixes: Fix comparison of narrow loop var with wider limit.Robin Watts2020-05-082-5/+5
* Tweak stream.h to avoid the use of "template".Robin Watts2020-05-081-1/+1
* Bug 697545 : Prevent memory leak in gx_path_assign_free.Shailesh Mistry2020-05-061-5/+3
* Coverity 957905Michael Vrhel2020-05-041-25/+3
* Coverity 357907Michael Vrhel2020-05-021-1/+0
* Fix mistake in debug print variable countMichael Vrhel2020-05-021-1/+1
* Coverity 357906Michael Vrhel2020-05-021-3/+0
* Squashed commit of the page_group branchghostpdl-9.52-test-base-4Michael Vrhel2020-05-0110-1132/+1663
* Rename devices/contrib.mak to devices/dcontrib.makChris Liddell2020-04-272-3/+3
* Bug 702349: Fix symbol clash between lcms2mt and lcms2Chris Liddell2020-04-271-1/+1
* PDF interpreter - reject insane Tc values earlyKen Sharp2020-04-151-0/+7
* Bug 702320: Valgrind complains about UMR.ray2020-04-112-4/+3
* Update/augment ETS source copyrightsChris Liddell2020-04-103-30/+59
* Update copyright to 2020Chris Liddell2020-04-10780-781/+781
* PostScript interpreter - don't leave A85Decode pdf_rules uninitialisedKen Sharp2020-04-081-1/+8
* Change MaxLocalVM and MaxGlobalVM to be size_t instead of 'long'Ray Johnston2020-04-063-8/+25
* Speed up gx_get_bits_std_to_native.Robin Watts2020-04-011-3/+3
* Remove pgs->alphaMichael Vrhel2020-04-018-129/+13
* Squash some compiler warnings.Robin Watts2020-03-312-6/+4
* Coverity 355259: Avoid "Failure to restore" warning from coverity.Robin Watts2020-03-311-3/+2
* Coverity 94826 Add missing offset to buffer size used for clist cmd.Michael Vrhel2020-03-301-1/+2
* Coverity 141130 Initialize shape and alpha of group for image.Michael Vrhel2020-03-301-0/+2
* Coverity 355259: Fix precedence of assignment/comparison.Robin Watts2020-03-301-1/+1
* Fix Bug 702177: VMerrors with some BufferSpace and/or -K limits.Ray Johnston2020-03-271-5/+6
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-2711-233/+248
* Fix CID 355224. Non-zero return code not possible, but Coverity doesn't get it.Ray Johnston2020-03-261-0/+2
* Rejig "fast" stroking of miter joins.Robin Watts2020-03-261-230/+290
* Bug 702196: Fix incorrect detection of "thin" lines while stroking.Robin Watts2020-03-261-5/+47
* Fix bug 702182: VMerror due to leaks in pattern cache due to locking.ray2020-03-241-0/+12
* Don't delete copied libjpeg source files after useghostpdl-9.52-test-base-1Chris Liddell2020-03-241-34/+34
* Remove unused base/gsalphac.[ch]Chris Liddell2020-03-242-905/+0
* Fix Bug 702181: SEGV when BufferSpace is at or above -K alloc limitray2020-03-232-7/+18
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-2/+2
* Propagate errors when closing pipe.Sebastian Rasmussen2020-03-201-5/+12
* Bump version prior to 9.52 releaseChris Liddell2020-03-191-3/+3
* CID: 355082. Fix comparison of size_t < 0.Robin Watts2020-03-181-1/+1
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-1749-405/+432
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-1713-58/+291
* Fix bug 702142: SMask profile 'swap' could cause clist to use wrong profileRay Johnston2020-03-161-4/+3
* Repair device subclassing after fill+stroke commitKen Sharp2020-03-162-2/+13
* Bug 702191. Change Tr modes 2 and 6 to use fill_stroke operation.Ray Johnston2020-03-131-2/+32
* Bring master up to date with 9.51 release branchChris Liddell2020-03-121-1/+1
* Improve debugging error messages in fontconfig code.Chris Liddell2020-03-111-9/+12
* (fontconfig) Don't stop enumerating fonts on error.Chris Liddell2020-03-111-31/+35
* Fix Raspbian build failure with mm_constant_zeros.Julian Smith2020-03-061-4/+2