aboutsummaryrefslogtreecommitdiff
path: root/pic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make implicit int return types explicitRunxi Yu2024-07-305-12/+13
|
* pic: use troff drawing commands for filling objectsAli Gholami Rudi2021-05-082-85/+120
|
* pic: remove ERROR macroAli Gholami Rudi2019-06-1312-53/+72
| | | | | LLVM complains about the ERROR macro and does not compile. Reported by Ricky Morse.
* pic: remove fabs() definition from pltroff.cAli Gholami Rudi2019-04-231-5/+0
| | | | Suggested by Daniel Cegiełka <daniel.cegielka@gmail.com>.
* pic: do not call postscript setgray when fillval is invalidAli Gholami Rudi2015-02-091-4/+11
| | | | | | | | | | | | Now pic allows filling objects with the current colour in neatroff: .PS fillval = 2 # filled with gray circle fill .5 # filled with neatroff's colour circle fill .PE
* pic: make the makefile bsd compliantAli Gholami Rudi2014-10-151-5/+7
| | | | Reported by Carsten Kunze <carsten.kunze@arcor.de>.
* pic: clean up parsing filesAli Gholami Rudi2012-01-134-3792/+1229
| | | | Now picy.c is created using p9 version of yacc.
* initial port of plan9 troff to linuxAli Gholami Rudi2011-07-2722-0/+11110