Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make implicit int return types explicit | Runxi Yu | 2024-07-30 | 5 | -12/+13 |
| | |||||
* | pic: use troff drawing commands for filling objects | Ali Gholami Rudi | 2021-05-08 | 2 | -85/+120 |
| | |||||
* | pic: remove ERROR macro | Ali Gholami Rudi | 2019-06-13 | 12 | -53/+72 |
| | | | | | LLVM complains about the ERROR macro and does not compile. Reported by Ricky Morse. | ||||
* | pic: remove fabs() definition from pltroff.c | Ali Gholami Rudi | 2019-04-23 | 1 | -5/+0 |
| | | | | Suggested by Daniel Cegiełka <daniel.cegielka@gmail.com>. | ||||
* | pic: do not call postscript setgray when fillval is invalid | Ali Gholami Rudi | 2015-02-09 | 1 | -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 compliant | Ali Gholami Rudi | 2014-10-15 | 1 | -5/+7 |
| | | | | Reported by Carsten Kunze <carsten.kunze@arcor.de>. | ||||
* | pic: clean up parsing files | Ali Gholami Rudi | 2012-01-13 | 4 | -3792/+1229 |
| | | | | Now picy.c is created using p9 version of yacc. | ||||
* | initial port of plan9 troff to linux | Ali Gholami Rudi | 2011-07-27 | 22 | -0/+11110 |