summaryrefslogtreecommitdiff
path: root/sys/src/cmd/postscript
AgeCommit message (Collapse)Author
2023-02-19mkfiles: add 'mk test' supportOri Bernstein
9front has several tests scattered throughout the source, as well as more tests in an external 'regress' repository. Many of these tests are broken, because there is no easy way to build and track all of them. This pulls in several tests from different sources, deletes the broken tests, tests with missing data, and adds a single command that can be run from the root of the src directory to test our system. The hope is that as we develop new code, we add more tests, and eventually start running the tests on every commit. Please enter the commit message for your changes. Lines starting
2021-06-15troff: fix mangled fonts and character filesAnthony Martin
All of these files appear to have been imported from sources in a case-insensitive manner and consequently lost their original content. - Hx, Hb, and Hi fonts should be narrow versions of Helvetica - c[1-3] fonts should be condensed versions of Century Old Style - the lH character should be a filled left hand symbol - the rh character should be a stroked right hand symbol - the rc character should be the right ceiling symbol I've verified that these are the only files that collide with others when ignoring case (aside from rc/bin/[Kk]ill but those are correct).
2021-04-09printfont: load all fonts for `printfont all`Humm
2021-04-09trofftable.rc: make workHumm
2020-12-28text2post: check font index for out of rangeSigrid
2019-02-13postscript: use PIBurnZeZ
2013-04-10postscript: remove private copy of utf8 implementation (from sources)cinap_lenrek
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-07-30import updated compilers from sourcescinap_lenrek
2011-05-05fix manual (book) build, add files/permissions for lp, compile postscriptcinap_lenrek
2011-05-04more manpagescinap_lenrek
2011-04-18boot(8): changed tread to read, other: fix permscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen