summaryrefslogtreecommitdiff
path: root/gs
Commit message (Expand)AuthorAgeFilesLines
* Modify clusterpush.pl to handle build_consolidation directory structure.Marcos H. Woehrmann2015-07-191-1/+8
* pdfwrite - More fiddling with symbolic TrueType fontsKen Sharp2015-07-152-2/+21
* Update TrueType font copying code to handle OpenType 1.7 OS/2 tablesKen Sharp2015-07-132-6/+9
* PDF interpreter - check type of XObject resoruces when scanning for transparencyKen Sharp2015-07-131-9/+15
* graphics library and interpreter changes to allow us to subclass theKen Sharp2015-07-116-35/+106
* Makefile: Add ZI_ macro for zlib includeChris Liddell2015-07-102-4/+5
* Initialise a variable to silence scan-build (it can't actually be used uninit...Ken Sharp2015-07-101-1/+1
* PDF interpreter - alter rebuilding of xref when problems are detectedKen Sharp2015-07-101-3/+14
* Coverity IDs 101838 and 101840Ken Sharp2015-07-101-2/+5
* Coverity ID 101842, checking 'dev' and 'child' before dereferencingKen Sharp2015-07-101-8/+19
* Coverity IDs 101844, 101843, 101839Ken Sharp2015-07-101-4/+4
* Addition of device 'subclassing'Ken Sharp2015-07-0976-308/+5046
* Bug 696041: sanity check for memory allocation.Chris Liddell2015-07-071-1/+1
* Document added lib and examples file to silence regression warnings.Marcos H. Woehrmann2015-07-052-1/+15
* Bug 695475: use gs_snprintf in font serializingChris Liddell2015-07-035-170/+180
* Remove last vestige of TurboC buildChris Liddell2015-07-021-5/+0
* Replace strtok()Chris Liddell2015-07-028-36/+123
* Replace trio for sprintfChris Liddell2015-07-0251-24596/+1489
* Margins resolution units were not correct for the X11 device.Henry Stiles2015-07-021-0/+13
* A little better documentation for "MarginsHWResolution".Henry Stiles2015-07-021-1/+3
* Coverity ID #95048: Use of 'f' file pointer after freed by freopen.Ray Johnston2015-06-301-2/+2
* Coverity ID #95083: Uninitialized variable 'code' used if color is not pureRay Johnston2015-06-291-1/+1
* PDF Interpreter - Don't attempt to draw annotations scaled to 0 sizeKen Sharp2015-06-281-121/+152
* Commit f5444527 inadvertently introduced seg faults, fixed here.Ken Sharp2015-06-231-11/+10
* Coverity ID #94512 copy paste error, x should have been yKen Sharp2015-06-231-1/+1
* Coverity ID #94859 rearrange code to avoid potential NULL pointer dereferenceKen Sharp2015-06-231-2/+3
* Coverity ID #94702 a missing ',' caused two standard CMap names to be concate...Ken Sharp2015-06-231-1/+1
* Coverity ID #94692 the variable 'code1' is pointlessly used to save aKen Sharp2015-06-231-11/+3
* Coverity ID #94854, 94855, 94871, 94928 avoid potential array overrunKen Sharp2015-06-231-5/+5
* Coverity ID #94534 another two ignored returns from gp_fseek_64Ken Sharp2015-06-231-2/+8
* Coverity ID #94521 fix two more cases of ignored return values from gp_fseek_64Ken Sharp2015-06-231-3/+5
* Coverity ID #94509 check and action return value from gp_fessk_64Ken Sharp2015-06-231-3/+5
* Initialise variable to silence compiler warningKen Sharp2015-06-231-1/+1
* Bug 696034: Add the correct updated font filesChris Liddell2015-06-2326-24/+24
* Quash some compiler warnings.Chris Liddell2015-06-231-3/+1
* Coverity #94836: remove dead code.Chris Liddell2015-06-231-5/+0
* Coverity ID #94816: initialise pointer to NULL.Chris Liddell2015-06-231-0/+1
* Coverity ID# 94753: clean up error handling.Chris Liddell2015-06-231-5/+6
* Coverity: ID #94572: NULL pointer dereferenceChris Liddell2015-06-231-1/+4
* Coverity ID #94675, #94731, #94772, #94800Chris Liddell2015-06-231-14/+7
* The default case lacked a break. I suspect this is a hold over from anKen Sharp2015-06-231-0/+1
* Coverity ID #94701 two comparisons against ccs_sRGB. We really wanted toKen Sharp2015-06-231-1/+1
* change missed in previous commitKen Sharp2015-06-221-1/+3
* coverity ID #94518 more checks on return code form gp_fseek_64Ken Sharp2015-06-221-1/+3
* Coverity ID #94510 add some checks to the return from gp_fseek_64Ken Sharp2015-06-221-2/+4
* Coverity ID #94648, ensure a pointer cannot be dereferenced if NULL. InKen Sharp2015-06-221-1/+1
* Coverity ID #94530 check and action a return code.Ken Sharp2015-06-221-1/+2
* Coverity ID #94974, the variable can never be uninitialised, but that'sKen Sharp2015-06-211-0/+2
* Coverity ID #94931 increase buffer to 256 so that array bounds check is correct.Ken Sharp2015-06-211-1/+1
* Coverity ID #94678 guard a potential null pointer dereference with a check.Ken Sharp2015-06-211-3/+5