summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703294: Fix Ghostscript build for AndroidPeter Cherepanov2021-02-152-1/+1
* Bug 701804: Fix for device that causes buffer overflowsMichael Vrhel2020-11-111-34/+45
* Strip trailing whitespace from makefiles.Robin Watts2020-09-091-4/+4
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-092-2/+2
* Remove the dmprt deviceChris Liddell2020-07-077-4514/+1
* lgtm.com issue: Add some missing "repeat include" guards.Robin Watts2020-05-082-0/+10
* lgtm.com fixes for ghostscript.Robin Watts2020-05-061-3/+3
* Bug 702364: Fix missing echogs dependenciesChris Liddell2020-04-271-142/+147
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix trailing white spaces in a number of places.Ken Sharp2020-01-301-2/+2
* Coverity 350947: check return from gdev_prn_get_bits().Julian Smith2020-01-201-11/+34
* Coverity 94984: disabled code that had no affect other than to cause a coveri...Julian Smith2020-01-101-0/+6
* Coverity 94740: added /* Fall through. */ comment.Julian Smith2020-01-091-0/+1
* Coverity 94747: removed 'if' with duplicate code.Julian Smith2020-01-091-12/+4
* Coverity 94809: added /* Fall through. */ comment.Julian Smith2020-01-091-0/+1
* Coverity 121439: use gx_color_index instead of uint, to avoid overflow when s...Julian Smith2020-01-091-1/+1
* Coverity 94905: disabled code that had no affect other than to cause a coveri...Julian Smith2020-01-091-0/+6
* Coverity 95087: use cast to indicate intermediate integer division is expected.Julian Smith2020-01-091-1/+1
* Coverity 95007: propogate error from eprn_check_colour_info().Julian Smith2020-01-083-6/+13
* Coverity 94665: removed unnecessary if and refactored expression.Julian Smith2020-01-081-6/+6
* Coverity 94713: added {...} to match indentation.Julian Smith2020-01-081-1/+2
* Coverity 94729: oki4w_print_page()'s compress_code is always 2.Julian Smith2020-01-081-83/+3
* Coverity 94757: avoid 'if (foo) return code; return code;' construct.Julian Smith2020-01-081-4/+5
* Coverity 94778: added missing {...}.Julian Smith2020-01-081-1/+2
* Coverity 94811: added break in switch block.Julian Smith2020-01-081-0/+1
* Coverity 94846: don't dereference <data> without checking it isn't NULL.Julian Smith2020-01-081-1/+1
* Coverity 95006: improved use preprocessor to hopefully fix this warning.Julian Smith2020-01-081-6/+3
* Coverity 121439: avoid overflow when shifting.Julian Smith2020-01-081-1/+1
* Coverity 121442: avoid overflow when shifting.Julian Smith2020-01-081-1/+5
* Coverity 94659: removed cp_num - was allocated but never actually used.Julian Smith2019-11-291-8/+0
* Coverity 94653: fixed incorrect if() that was logically dead code.Julian Smith2019-11-291-3/+3
* Coverity 94652: return error from opvp_image_plane_data() rather than segv.Julian Smith2019-11-291-3/+8
* Coverity 94645: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+1
* Coverity 94638: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+2
* Coverity 94616: added '/* Fall through. */ comments to switch statementsJulian Smith2019-11-291-0/+6
* Coverity 94608: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+7
* Coverity 94601: avoid out-of-bounds access of gendata->dev->hoffset[] if newh...Julian Smith2019-11-291-3/+10
* Coverity 94490: check return codes in opvp_fill_mask().Julian Smith2019-11-291-4/+8
* Coverity 94511: Use full range of frac when source is 8-bit.Julian Smith2019-11-281-16/+8
* Coverity 94505: converted macros into static fns.Julian Smith2019-11-281-7/+9
* Coverity 94553: fixed possible copy&paste error in lips4_image_out().Julian Smith2019-11-281-2/+4
* Coverity 95077: fixed various scan-build issues with contrib/japanese/gdevmjc.c.Julian Smith2019-11-281-11/+2
* Coverity 95077: removed unused assignment to <H> variable.Julian Smith2019-11-281-2/+0
* Coverity 95034: avoid warnings about ignoring return from gs_note_error().Julian Smith2019-11-281-7/+7
* Coverity 95034: move code so that we have one less call to pcl_cm_is_differen...Julian Smith2019-11-271-9/+8
* Coverity 95034: removed use of guard() macro.Julian Smith2019-11-271-21/+43
* Coverity 95034: refactor pcl3_print_page() to avoid leaks.Julian Smith2019-11-271-46/+77
* Coverity 95027: fix off-by-one when bounds-checking against LIPS_MEDIACHAR_MAX.Julian Smith2019-11-271-1/+1
* Coverity 94957: Call dlclose() to avoid leaks of handles from dlopen().Julian Smith2019-11-271-0/+1