summaryrefslogtreecommitdiff
path: root/psi/imain.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706465: Avoid zero-page access in swift interpreter exit.Robin Watts2023-03-091-12/+15
* Fix having to "quit" twice from the PS executiveChris Liddell2023-02-141-1/+3
* oss-fuzz 55443: Dangling reference in extreme out-of-memory conditionChris Liddell2023-02-101-1/+11
* LGTM warning suppressions and fixes.Robin Watts2021-10-011-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Fix gs_main_set_language_param to escape encapsulation.Robin Watts2020-08-241-0/+18
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-181-1/+1
* Coverity 361222: Add missing break.Robin Watts2020-08-041-0/+1
* gsapi_set_param improvements.Robin Watts2020-08-031-0/+129
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-251-3/+3
* lgtm.com fixes: Avoid shadowing params with local vars.Robin Watts2020-05-181-5/+5
* lgtm.com fixes: Fix cases where comparisons are constant.Robin Watts2020-05-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-7/+13
* Avoid leaks if we get alloc failure when closing down (found by memento).Julian Smith2020-02-201-1/+9
* Fixed memento leak when squeezed in gs_main_init1().Julian Smith2020-02-071-0/+4
* Memento: Remove MEMENTO_SQUEEZE_BUILD from the code.Robin Watts2020-02-061-4/+3
* Add use of new file access permissions to PS interpChris Liddell2019-05-291-1/+18
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-5/+5
* Fix a couple more compiler warnings.Chris Liddell2019-05-271-7/+4
* Fix a trivial (probably benign) compiler warningChris Liddell2019-05-241-1/+1
* Improve test for PS resources in romfsChris Liddell2019-05-101-2/+8
* GPDL: Tweak PS device init for subclassing.Robin Watts2019-01-161-1/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Valgrind fixes.Robin Watts2019-01-161-2/+0
* Improve -Z: output messages at startup.Robin Watts2019-01-141-50/+82
* Bug 699688: Saving pointer into arg_list string invalid (next arg overwrites)Ray Johnston2019-01-071-0/+4
* Avoid leak of lib path blocks.Robin Watts2019-01-041-53/+123
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-16/+149
* Coverity ID 94865Ken Sharp2018-11-171-3/+8
* Bug 699962: Ensure device survives Postscript "callout"Chris Liddell2018-10-161-0/+11
* Bug 699793: Fix handling of .needinput if used from interpreterNancy Durgin2018-09-201-1/+8
* Fix arg_copy leaks.Robin Watts2018-09-051-3/+3
* Bug 699664: Ensure the correct is in place before cleanupChris Liddell2018-08-231-0/+10
* Squash more scan build warningsKen Sharp2018-01-311-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Fix segfault with "all devices" test.Chris Liddell2018-01-161-2/+3
* Bug 698842: cleanup the io_dev table and contentsChris Liddell2018-01-151-1/+1
* Fix bug 696845 SEGV with --saved-pages-test and transparencyRay Johnston2017-11-201-2/+2
* Remove shared device psi implementation and improve documentation.Henry Stiles2017-05-191-24/+8
* Bug 697545: Memory Squeezing fix i_register_root leaks.Shailesh Mistry2017-03-271-1/+1
* Bug 697545: Memory Squeezing fix events 244 to 267Shailesh Mistry2017-03-231-5/+2
* Bug 697545: Memory Squeezing updated fix for events 10 to 33Shailesh Mistry2017-03-221-0/+6
* Bug 697545: Memory Squeezing updated fix for events 10 to 33Shailesh Mistry2017-03-121-1/+6
* Bug 697545: Memory Squeezing fix events 10 to 33Shailesh Mistry2017-03-081-2/+5
* Bug 697545: Memory Squeezing fix.Shailesh Mistry2017-02-281-10/+15
* Bug 697545: Memory Squeezing fix.Shailesh Mistry2017-02-221-0/+1
* Fix memory leak in psi/imain.cShailesh Mistry2017-02-061-7/+0
* Segfault in low memory configurationsRay Johnston2017-01-261-5/+4