summaryrefslogtreecommitdiff
path: root/psi
Commit message (Expand)AuthorAgeFilesLines
* Update msvc.mak to allow for new nmake version.Robin Watts2020-04-241-0/+5
* Update copyright to 2020Chris Liddell2020-04-10282-282/+282
* Bug 702322: fix uninitalized data readsChris Liddell2020-04-091-0/+10
* PostScript interpreter - don't leave A85Decode pdf_rules uninitialisedKen Sharp2020-04-081-0/+4
* Change MaxLocalVM and MaxGlobalVM to be size_t instead of 'long'Ray Johnston2020-04-064-29/+140
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-47/+10
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-1719-237/+244
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-172-5/+15
* Bug 702191. Change Tr modes 2 and 6 to use fill_stroke operation.Ray Johnston2020-03-131-1/+1
* Bring master up to date with 9.51 release branchChris Liddell2020-03-121-1/+1
* More problems with TTF "notdef" glyphsChris Liddell2020-03-111-1/+22
* PS interpreter - another 64-bit integer fixKen Sharp2020-03-091-3/+3
* PS interpreter - fix cvrs with 64-bit integersKen Sharp2020-03-091-1/+7
* PS interpreter some 64-bit integer fixesKen Sharp2020-03-083-2/+21
* Fix 64bit non-console windows build.Robin Watts2020-03-021-2/+2
* Fix for MEMENTO_FAILAT=119928: only call gs_grestoreall_for_restore() if vmsa...Julian Smith2020-02-251-1/+3
* Fix for MEMENTO_FAILAT=115802: make gs_gsave_for_save() call gs_gsave() so it...Julian Smith2020-02-201-3/+0
* Avoid leaks if we get alloc failure when closing down (found by memento).Julian Smith2020-02-201-1/+9
* Revert "Fix leaks after error in gs_main_init_with_args01() (found by memento)."Robin Watts2020-02-141-24/+8
* Fix leaks after error in gs_main_init_with_args01() (found by memento).Julian Smith2020-02-101-8/+24
* Fixed memento leak when squeezed in gs_main_init1().Julian Smith2020-02-072-1/+6
* Memento: Remove MEMENTO_SQUEEZE_BUILD from the code.Robin Watts2020-02-061-4/+3
* Update msvc.mak to cope with new nmake version.Robin Watts2020-02-031-1/+7
* MSVC makefile tweaks for VS2019.Robin Watts2020-01-291-1/+11
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-113-4/+65
* Update Visual Studio solution to VS2019.Robin Watts2020-01-021-39/+58
* Tweak windows Makefiles to know about VS2017 and VS2019.Robin Watts2020-01-021-3/+73
* Further fixes for GPDL TIFF.Robin Watts2019-12-121-1/+1
* Add NDEBUG to the optimised build flagsChris Liddell2019-12-121-0/+4
* Enable jpeg support in libtiff if possibleChris Liddell2019-11-281-1/+1
* Bug 701949: Add 'omitEOD' flag to RLE compressor and use for PXL.Robin Watts2019-11-271-0/+1
* Windows installer: offer to uninstall previous installationsChris Liddell2019-11-251-2/+23
* Coverity 351050: avoid buffer overflow warning.Julian Smith2019-11-221-2/+3
* Windows (un)installer: Fix case for registry key removalChris Liddell2019-11-221-1/+1
* "Promote" gpdl from experimental to actual productChris Liddell2019-11-221-1/+1
* Bug #699331: better support for cross-compilingChris Liddell2019-11-211-1/+10
* Remove gprf device from Windows makefileChris Liddell2019-11-211-1/+1
* Make sure blend mode is passed to tile with pdfiMichael Vrhel2019-11-191-1/+1
* gpdl: Add tiff "interpreter" to gpdl.Robin Watts2019-11-191-0/+1
* Coverity ID 350216 - prevent dangling pointerKen Sharp2019-11-151-1/+9
* img language implementationRobin Watts2019-11-131-0/+10
* Public build changes to accommodate private URF support.Robin Watts2019-11-133-2/+44
* Bug 701894: fix the '--' and co optionsChris Liddell2019-11-121-1/+3
* txtwrite - guard against using GS_NO_GLYPH to retrieve Unicode valuesKen Sharp2019-11-051-1/+1
* Coverity issues: Assignment of overlapping union membersChris Liddell2019-10-252-3/+16
* Bug 701634: Correctly handle file name of "\0"Chris Liddell2019-09-301-0/+3
* Run toolbin/headercompile.pl and update dependencies in Makefiles.Robin Watts2019-09-251-1575/+1578
* Cope with .setsafe(global) being called when already 'SAFER'Chris Liddell2019-09-241-0/+13
* Fix "permit-file-xxxx" handling.Robin Watts2019-09-201-4/+21
* Fix bug 701550, problem with forall on strings.Ray Johnston2019-09-101-2/+2