summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
* Add a way to record the selected cmapChris Liddell2019-08-021-0/+1
* Bug 697545 : Prevent memory leaks in transfer_raster_row.Shailesh Mistry2019-07-111-0/+3
* Bug 697545 : Prevent SEGV in check_pattern_rendering.Shailesh Mistry2019-07-021-1/+2
* Bug 697545 : Prevent SEGV due to double freeing.Shailesh Mistry2019-07-022-4/+2
* Add gsapi call to introduce new 'Filing Systems' to gs.Robin Watts2019-07-022-0/+70
* Bug 697545 : Prevent memory leaks in pcl_define_symbol_set.Shailesh Mistry2019-06-302-3/+11
* Fix Indexed 'install' procedureKen Sharp2019-06-201-1/+11
* Fix up some coverity issues, and other warningsChris Liddell2019-06-182-5/+9
* Fix gpdl SAFER operation.Robin Watts2019-06-101-1/+1
* Update gpdl with new file access permissions.Robin Watts2019-06-031-0/+35
* Add use of new file access permissions to PS interpChris Liddell2019-05-292-14/+12
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-298-48/+120
* Remove unnecessary but harmless conditional from the last commit.Henry Stiles2019-05-221-3/+0
* Fix bug 701045 - infinite loop in pcl parser.Henry Stiles2019-05-227-52/+61
* Fix bug #700844, crash with very long font path.Henry Stiles2019-05-222-168/+142
* Remove unnecessary include file left from a test.Henry Stiles2019-05-221-2/+0
* Fix warnings in pjparse.cRobin Watts2019-05-202-0/+2
* Add gsapi_set_param to gpdl gsapi.Robin Watts2019-05-205-0/+73
* PJL GSSET and GSSETSTRINGRobin Watts2019-05-203-215/+343
* Fix sefault with 'so' build.Chris Liddell2019-03-282-2/+2
* Tweak the pcl/LICENSE to make a little more senseChris Liddell2019-03-261-11/+6
* Fix (non-PostScript) processing of -d switch with radixKen Sharp2019-03-131-2/+2
* Fix Bug #700575 valgrind problem with decode_char.Henry Stiles2019-03-113-6/+7
* Bug #700671 - error code not propagated back.Henry Stiles2019-03-061-2/+5
* Bug #700671 fix file mode.Henry Stiles2019-03-061-3/+3
* Avoid buffer overread in pcl ccittfax decompression.Robin Watts2019-02-131-1/+1
* Improve function naming and simplify initialization and destructor.Henry Stiles2019-02-101-18/+15
* Ensure that gs_matrix_invert always has its return checked.Robin Watts2019-02-081-1/+3
* Bug 697545 : Prevent numerous memory leaks.Shailesh Mistry2019-02-071-19/+35
* Fix 700565 - SetHalftoneMethod parsing is wrong.Henry Stiles2019-02-041-6/+6
* Bug 697545 : Prevent numerous memory leaks.Shailesh Mistry2019-01-301-1/+1
* Bug 700492 - xl readImage IllegalAttributeValue.Henry Stiles2019-01-281-47/+56
* Update source/header file copyright notice to 2019Chris Liddell2019-01-16200-200/+200
* gpdl: Tweak stdin operation to respect gsapi set stdio functions.Robin Watts2019-01-141-34/+6
* Fix stdin operation for gpdl/gpcl etc.Robin Watts2019-01-091-6/+48
* gpdl: Add -c operation to gpdl.Robin Watts2019-01-096-32/+194
* Remove some blah_DEFINED cruft.Robin Watts2019-01-079-72/+10
* Add -I handling to gpdl.Robin Watts2019-01-046-0/+51
* Fix header inclusions.Robin Watts2018-12-147-34/+6
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-0712-417/+1125
* Squash warnings.Robin Watts2018-11-221-9/+2
* Remove pl_top_cursor_t and move to using streams.Robin Watts2018-11-204-208/+28
* Remove needless macros in plmain.cRobin Watts2018-11-201-27/+22
* Update language recognition mechanism.Robin Watts2018-11-167-53/+88
* Fix PCL handling of slightly malformed PJL.Robin Watts2018-11-141-6/+18
* Add nasty workaround for PXL stroking.Robin Watts2018-11-071-1/+5
* Add gs_font_dir_free.Robin Watts2018-10-292-29/+2
* Fix bug# 699969 - inverted colors and misplaced graphics.Henry Stiles2018-10-181-4/+6
* Remove unnecessary gs_opendevice() callsHenry Stiles2018-10-182-7/+0
* Bug 697545 : Prevent SEGV by propagating error code in tt_find_table.Shailesh Mistry2018-10-115-23/+68