summaryrefslogtreecommitdiff
path: root/base/gsparaml.c
Commit message (Expand)AuthorAgeFilesLines
* Graphics library - add missing type check in parameter parsingKen Sharp2023-04-131-1/+1
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706462: Fix heap overflow bug in command line dict parsing.Robin Watts2023-03-091-2/+8
* Move base files away from gs_sprintf to gs_snprintf.Robin Watts2022-02-161-8/+8
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Squashed commit of pdfwrite_ocr branch.Ken Sharp2020-11-121-0/+28
* Fix stray error during param to string conversions.Robin Watts2020-08-141-1/+3
* Improve gs_param to string functions.Robin Watts2020-08-081-5/+24
* Tidy printing of floating point numbers in get_params.Robin Watts2020-08-061-2/+34
* Parse #xx in param names correctly (for gsapi_set_param).Robin Watts2020-08-061-7/+33
* Support arrays of names in the param passing code.Robin Watts2020-08-061-3/+24
* Add gsapi_get_paramRobin Watts2020-08-051-0/+258
* gsapi_set_param improvements.Robin Watts2020-08-031-356/+299
* Add gs_param list parsing functions.Robin Watts2020-07-291-0/+747