aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/page
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross10-79/+78
2019-12-08page: fix pdf prolog for ghostscript >= 9.27 (#296)Fazlul Shahriar2-4/+2
2019-11-14page: fix hang for forward-only postscript filesFazlul Shahriar2-1/+7
2019-02-25page: handle EPS without showpageRuss Cox2-1/+6
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-4/+1
2011-10-25page: check for gs failureRuss Cox1-0/+8
2010-02-04R=rscMathieu Lonjaret7-53/+138
2009-08-20page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro3-5/+16
2009-08-15page: add missing delayfreeimage callsFazlul Shahriar1-2/+14
2009-08-10page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox1-0/+196
2009-08-09page: add caching from Plan 9Fazlul Shahriar4-56/+16
2009-05-25page: fix for newer versions of ghostscript.Kris Maglione1-3/+3
2008-12-06page: remove lingering ref to ccitt-g4Russ Cox1-2/+0
2008-12-06page: reorder cvt[] array to match enumRuss Cox2-4/+1
2008-12-01src/cmd/page/gfx.c: use C89 array initialiserAlbert Lee1-13/+13
2008-07-10lib9: add mode parameter to opentempRuss Cox4-4/+3
2008-07-09page: add canonical -W optionRuss Cox1-0/+3
2007-05-05fix troff input (Colin DeVilbiss)rsc1-2/+3
2007-04-03finish conversion to libthread; avoids extra page proc sticking around (Tim W...rsc1-12/+12
2007-03-26add page (Kris Maglione)rsc14-479/+447
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc5-19/+19
2006-03-20update lucidarsc12-79/+133
2005-01-04forgot thisrsc1-0/+29
2005-01-04placeholder; does not yet buildrsc13-0/+3661