Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 10 | -79/+78 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2019-12-08 | page: fix pdf prolog for ghostscript >= 9.27 (#296) | Fazlul Shahriar | 2 | -4/+2 | |
Ghostscript 9.27 removed GS_PDF_ProcSet and pdfdict due to a security issue (see https://security-tracker.debian.org/tracker/CVE-2019-3839). This fix was contributed by @onyxperidot (see #279). Fixes #279 | |||||
2019-11-14 | page: fix hang for forward-only postscript files | Fazlul Shahriar | 2 | -1/+7 | |
Page was hanging because ghostscript never closes the fd from which we're reading BMP data. We close our end of the pipe so that ghostscript will close its end. Tested with ghostscript version 9.50. Fixes #124 | |||||
2019-02-25 | page: handle EPS without showpage | Russ Cox | 2 | -1/+6 | |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -4/+1 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2011-10-25 | page: check for gs failure | Russ Cox | 1 | -0/+8 | |
2010-02-04 | R=rsc | Mathieu Lonjaret | 7 | -53/+138 | |
CC=codebot http://codereview.appspot.com/193069 | |||||
2009-08-20 | page: remove temporary file at program exit; fixes reading from stdin | J.R. Mauro | 3 | -5/+16 | |
http://codereview.appspot.com/105097 | |||||
2009-08-15 | page: add missing delayfreeimage calls | Fazlul Shahriar | 1 | -2/+14 | |
fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041 | |||||
2009-08-10 | page: move cmd/page/cache.c to src/cmd/page/cache.c | Russ Cox | 1 | -0/+196 | |
not sure how the codebot screwed that up. | |||||
2009-08-09 | page: add caching from Plan 9 | Fazlul Shahriar | 4 | -56/+16 | |
http://codereview.appspot.com/105070 | |||||
2009-05-25 | page: fix for newer versions of ghostscript. | Kris Maglione | 1 | -3/+3 | |
2008-12-06 | page: remove lingering ref to ccitt-g4 | Russ Cox | 1 | -2/+0 | |
2008-12-06 | page: reorder cvt[] array to match enum | Russ Cox | 2 | -4/+1 | |
2008-12-01 | src/cmd/page/gfx.c: use C89 array initialiser | Albert Lee | 1 | -13/+13 | |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 4 | -4/+3 | |
2008-07-09 | page: add canonical -W option | Russ Cox | 1 | -0/+3 | |
2007-05-05 | fix troff input (Colin DeVilbiss) | rsc | 1 | -2/+3 | |
2007-04-03 | finish conversion to libthread; avoids extra page proc sticking around (Tim ↵ | rsc | 1 | -12/+12 | |
Wiess) | |||||
2007-03-26 | add page (Kris Maglione) | rsc | 14 | -479/+447 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 5 | -19/+19 | |
2006-03-20 | update lucida | rsc | 12 | -79/+133 | |
2005-01-04 | forgot this | rsc | 1 | -0/+29 | |
2005-01-04 | placeholder; does not yet build | rsc | 13 | -0/+3661 | |