summaryrefslogtreecommitdiff
path: root/lib/gslp.ps
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Fix gslp.ps with -p optionKen Sharp2022-01-201-1/+19
| | | | | | | | | | | | | | Commit 8d8e90560bf6bbf0415b28445e7d49c005454f77 added a new option 'encoding' which is intended to specify the font encoding to be used instead of always using ISOLatin1. However, the commit broke the output PostScript produced by use of the -p option, and didn't re-encode the default fonts when -p was used, which meant the re-encoding didn't work with the default fonts, only if a specific font was used (-f command line option). This fixes both problems, it's not as neat as the original code, but the previous commit means that ship has already sailed.
* Fix gslp.ps -c to handle No EOL case.Ray Johnston2021-08-051-18/+19
| | | | The "Truncate" flag handling did not work with a line with no EOL.
* Implement --encoding option for lib/gslp.ps at the request of a customerRay Johnston2021-07-131-10/+23
| | | | | | | | The --encoding option takes effect when the -f or -F options are processed, therefore by having two different --encoding options before to -f or -F, different encodings can be used for the header and body fonts. ISOLatin1Encoding remains the default.
* Fix --detect mode in gslp.ps to handle new-lines in first two charactersRay Johnston2021-06-251-0/+9
| | | | Reported by customer 193
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Change shellarguments to .shellarguments and document it.Nancy Durgin2019-03-071-1/+1
|
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+719
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.