summaryrefslogtreecommitdiff
path: root/psi
Commit message (Expand)AuthorAgeFilesLines
* Copyrights, dates etcChris Liddell2016-09-261-1/+1
* Clump has_refs - follow up to commit 63f74ce6Chris Liddell2016-09-261-1/+1
* Bug 697110: Ensure stream 'file_limit' is correctChris Liddell2016-09-122-4/+4
* Soft Mask Matte Entry Bug 697097Ray Johnston2016-09-071-3/+14
* Bug 697064: FAPI: work around compiler bugChris Liddell2016-08-301-7/+17
* Improve bug 696985. Performance issue (and large memory usage).Ray Johnston2016-08-231-0/+1
* Partially revert "Change "GPL Ghostscript" to "Ghostscript""Chris Liddell2016-08-233-21/+21
* Scan converter configuration code.Robin Watts2016-08-192-2/+38
* Change "GPL Ghostscript" to "Ghostscript"Chris Liddell2016-08-173-21/+21
* Preserve the clump has_refs flag.Chris Liddell2016-08-101-1/+1
* Fix global/local VM issue with gstate that b9a265a trips over.Ray Johnston2016-08-091-2/+3
* Fix memory leak due to PDF interpreter DefaultQstate losing scopeRay Johnston2016-08-045-15/+23
* Remove Visual DebuggerRobin Watts2016-07-2916-394/+0
* Fix windows_debug_out.Robin Watts2016-07-261-7/+5
* Fix silly mistake in Windows OutputDebugString code.Robin Watts2016-07-261-1/+1
* Send stdout/stderr to windows debug console too.Robin Watts2016-07-221-0/+44
* Bug 696937: readhexstring handle signed/unsigned charChris Liddell2016-07-201-2/+2
* Fix debug builds.Robin Watts2016-07-191-5/+2
* Bug 696837: Improve performance of memory searches.Robin Watts2016-07-181-20/+12
* URW++ update to base 35 from June 2016.Chris Liddell2016-07-121-35/+35
* remove memcmp() of structures from zfont1.cKen Sharp2016-06-231-4/+19
* Improve splay tree handling in clumps.Robin Watts2016-06-101-1/+1
* Add 'fall through' comments to many switch cases to satisfy CoverityKen Sharp2016-06-066-0/+7
* Fix two makefile typos from the imager_state->gs_gsgstate commitChris Liddell2016-06-061-1/+1
* Make gs_imager_state == gs_state.Chris Liddell2016-06-0630-145/+139
* Coverity 94527: check a return code.Chris Liddell2016-06-031-2/+3
* Coverity ID: 94590 Initialise ref to null object.Chris Liddell2016-06-031-5/+8
* pdfwrite - ToUnicode revampKen Sharp2016-05-262-27/+75
* Change -Z: timing output to use wall clock time rather than CPU time.Ray Johnston2016-05-251-2/+2
* Coverity ID: 125640: check return from clump_locate_ptr()Chris Liddell2016-05-202-3/+9
* Coverity ID: 94516 remove spurious range check code.Chris Liddell2016-05-201-6/+1
* Coverity ID 94563: move the fallback assignment.Chris Liddell2016-05-201-3/+5
* Coverity ID: 94590 initialize ierror ref contents.Chris Liddell2016-05-201-0/+3
* Coverity ID: 94749 check a pointer != NULLChris Liddell2016-05-201-1/+7
* Coverity ID: 95036: ignore return from interp_reclaimChris Liddell2016-05-201-2/+5
* Remove gs_no_glyph, gs_min_cid_glyph and gs_max_glyphChris Liddell2016-05-2010-27/+27
* Coverity ID: 94531Chris Liddell2016-05-201-1/+4
* Build PCL and XPS as shared library and DLLChris Liddell2016-05-121-8/+161
* Remove the (unused) "persistent cache" codeChris Liddell2016-05-101-80/+0
* Change max_components and num_components in dev.color_info to ucharMichael Vrhel2016-05-092-4/+4
* Fix Coverity ID 95026: Code not reachable -- seems to be editing error.Ray Johnston2016-05-041-1/+0
* Coverity ID 94683 - check pointer is not NULL before dereferenceKen Sharp2016-05-041-0/+4
* scan-build warnings in zfapi.c and gxfapi.cChris Liddell2016-05-021-2/+2
* Coverity ID 94546 - correct impossible conditionKen Sharp2016-05-021-1/+1
* Coverity IDs: 94527, 94804, 94888Chris Liddell2016-05-021-5/+11
* Bug #696334 - Don't clean up exec stack after a stackoverflow errorKen Sharp2016-04-301-1/+1
* Coverity ID 94498 - Make size clearerKen Sharp2016-04-291-1/+1
* Coverity ID 94732 - prevent a NULL dereferenceKen Sharp2016-04-291-7/+11
* Fix bug in Commit 117eac07f12948d4c581335a5587c22815ad18ddKen Sharp2016-04-291-2/+2
* Coverity ID 94603 - guard against a NULL pointer dereferenceKen Sharp2016-04-291-2/+6