summaryrefslogtreecommitdiffstats
path: root/src/cmd/page
Commit message (Collapse)AuthorAgeFilesLines
* page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro2009-08-203-5/+16
| | | | http://codereview.appspot.com/105097
* page: add missing delayfreeimage callsFazlul Shahriar2009-08-151-2/+14
| | | | | | fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
* page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox2009-08-101-0/+196
| | | | not sure how the codebot screwed that up.
* page: add caching from Plan 9Fazlul Shahriar2009-08-094-56/+16
| | | | http://codereview.appspot.com/105070
* page: fix for newer versions of ghostscript.Kris Maglione2009-05-251-3/+3
|
* page: remove lingering ref to ccitt-g4Russ Cox2008-12-061-2/+0
|
* page: reorder cvt[] array to match enumRuss Cox2008-12-062-4/+1
|
* src/cmd/page/gfx.c: use C89 array initialiserAlbert Lee2008-12-011-13/+13
|
* lib9: add mode parameter to opentempRuss Cox2008-07-104-4/+3
|
* page: add canonical -W optionRuss Cox2008-07-091-0/+3
|
* fix troff input (Colin DeVilbiss)rsc2007-05-051-2/+3
|
* finish conversion to libthread; avoids extra page proc sticking around (Tim ↵rsc2007-04-031-12/+12
| | | | Wiess)
* add page (Kris Maglione)rsc2007-03-2614-479/+447
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-015-19/+19
|
* update lucidarsc2006-03-2012-79/+133
|
* forgot thisrsc2005-01-041-0/+29
|
* placeholder; does not yet buildrsc2005-01-0413-0/+3661