summaryrefslogtreecommitdiff
path: root/pcl
Commit message (Expand)AuthorAgeFilesLines
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-171-6/+6
* Fix for bug 702150: make pl_main_run_file_utf8() check for error from s_proce...Julian Smith2020-02-261-0/+2
* Fix MEMENTO_FAILAT=115867 - segv in i_unregister_root() after failure in i_re...Julian Smith2020-02-211-3/+7
* GPDL PNG supportRobin Watts2019-11-271-0/+5
* Coverity 351088: check for errors in px_begin_error_page().Julian Smith2019-11-263-8/+18
* Add Jpeg2000 "language" interpreter for gpdl.Robin Watts2019-11-251-0/+5
* Coverity 350209: fix bad return path in handle_dash_c().Julian Smith2019-11-221-10/+16
* Bug 701932: fixed up head dependencies for pxstate_h.Julian Smith2019-11-221-1/+1
* Coverity 350195: check return from process_row().Julian Smith2019-11-221-1/+5
* Coverity 350189: explicitly ignore return from hpgl_arg_c_int().Julian Smith2019-11-221-1/+1
* Bug 701932: moved more global_* into px_state_s.Julian Smith2019-11-222-27/+26
* Bug 701932: moved more global_* into px_state_s.Julian Smith2019-11-225-30/+34
* Bug 701932: moved global_pcs into px_state_s.Julian Smith2019-11-225-73/+76
* Coverity 350170: cope with -ve from gs_vsprintf().Julian Smith2019-11-221-2/+5
* gpdl: Add 'jbig2' language implementation.Robin Watts2019-11-211-0/+5
* Bug #699331: better support for cross-compilingChris Liddell2019-11-211-0/+8
* Remove trailing whitespaceKen Sharp2019-11-202-2/+2
* Coverity 102214: stop coverity worrying about pl_get_int16() etc.Julian Smith2019-11-201-0/+8
* gpdl: Add tiff "interpreter" to gpdl.Robin Watts2019-11-191-0/+5
* Slight reorganisation of gpdl interpreter files.Robin Watts2019-11-191-3/+3
* Coverity 341025: removed unreachable line of code.Julian Smith2019-11-181-1/+0
* Coverity 331894: check return from gs_bbox_transform().Julian Smith2019-11-181-1/+3
* Coverity 261213: make pxPassthrough_pcl_state_nonpage_exceptions() check retu...Julian Smith2019-11-182-10/+26
* Coverity 261210: wrap call of pcl_mark_page_for_path() in hpgl_call().Julian Smith2019-11-181-1/+1
* Coverity 135902: remove support for USE_MAP_TYPE_IN_SPECIFICATION.Julian Smith2019-11-181-13/+7
* Coverity 135902: Fixed indentation in char_is_printable().Julian Smith2019-11-181-30/+30
* Coverity 102254: avoid integer division when calculating double value.Julian Smith2019-11-181-2/+2
* Coverity 126570: build_foreground(): return error if pindexed is NULL.Julian Smith2019-11-181-2/+5
* Add simple PWG "interpreter" for gpdl.Robin Watts2019-11-151-0/+5
* Coverity 102206: use snprintf() to avoid unsafe strcpy() and strcat().Julian Smith2019-11-151-2/+1
* Coverity 102205: cast ushort to final expression type (long) before bit-shift...Julian Smith2019-11-151-1/+1
* Coverity 102204: cast byte to long to avoid possible sign extension.Julian Smith2019-11-151-1/+2
* Coverity 102189: removed less-than-zero comparison of unsigned.Julian Smith2019-11-151-2/+2
* Coverity 102173: removed unnecessary comparisons against hpgl_rm_character.Julian Smith2019-11-151-2/+1
* img language implementationRobin Watts2019-11-131-1/+5
* Public build changes to accommodate private URF support.Robin Watts2019-11-131-0/+5
* Coverity p11408:350217: avoid memcpy() with same buffers.Julian Smith2019-11-111-1/+6
* Coverity p11408:350164: only call memcpy() if buffers are different.Julian Smith2019-11-081-1/+6
* Coverity p11408:350160: attempt to avoid coverity issues when calling pl_dict...Julian Smith2019-11-081-4/+6
* Ensure strncpy() terminates when called from pjl_parsed_filename_to_string().Julian Smith2019-11-051-3/+4
* Bug #701803, fix missing Greek symbols.Henry Stiles2019-10-281-0/+57
* Coverity issues: Assignment of overlapping union membersChris Liddell2019-10-251-1/+8
* Bug 697545 (Memory Squeezing): fixed hpgl_polyfill_using_current_line_type() ...Julian Smith2019-10-251-6/+12
* Bug 697545 : Prevent memory leaks in hpgl_LB.Shailesh Mistry2019-10-231-2/+8
* Bug 697545 : Prevent memory leaks in hpgl_EP.Shailesh Mistry2019-10-231-5/+16
* Bug 697545 (Memory Squeezing): fixed owl.pcl leak in hpgl_draw_current_path().Julian Smith2019-10-231-2/+8
* Fix hpgl_call_and_check() macro to not define <code> local variable.Julian Smith2019-10-231-6/+6
* Bug 697545 : Prevent memory leaks and SEGV in pcl_font_header.Shailesh Mistry2019-09-231-7/+12
* Bug 697545 : Prevent memory leaks in pcl_execute_macro.Shailesh Mistry2019-09-231-5/+5
* Squash some "const" warnings.Robin Watts2019-09-201-3/+3