<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/page, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>page: fix viewing of graphics</title>
<updated>2023-09-13T14:48:18+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2023-09-13T14:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=984c2824e3569479bace65bdaf9e78a2eb36dd58'/>
<id>984c2824e3569479bace65bdaf9e78a2eb36dd58</id>
<content type='text'>
940f1fd6af broke page on non-PDF files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
940f1fd6af broke page on non-PDF files.
</pre>
</div>
</content>
</entry>
<entry>
<title>page: scale ppi on high-res displays</title>
<updated>2023-01-06T17:04:17+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2023-01-06T17:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=940f1fd6af2c144d0db087fefa8478d2a36633d5'/>
<id>940f1fd6af2c144d0db087fefa8478d2a36633d5</id>
<content type='text'>
Also fix wording of -w warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix wording of -w warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
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 &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>page: fix pdf prolog for ghostscript &gt;= 9.27 (#296)</title>
<updated>2019-12-09T01:20:22+00:00</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2019-12-09T01:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=01a29ffe9dec8f11afa6db22a6ed0218bdbe5c5c'/>
<id>01a29ffe9dec8f11afa6db22a6ed0218bdbe5c5c</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
<entry>
<title>page: fix hang for forward-only postscript files</title>
<updated>2019-11-14T06:26:39+00:00</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2019-11-14T05:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=46606276c3fe20fa81597cf87378e18f7baf88a7'/>
<id>46606276c3fe20fa81597cf87378e18f7baf88a7</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>page: handle EPS without showpage</title>
<updated>2019-02-25T14:45:53+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2019-02-25T14:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=047fd921744f39a82a86d9370e03f7af511e6e84'/>
<id>047fd921744f39a82a86d9370e03f7af511e6e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix gcc 4.7 warnings (thanks Tuncer Ayaz)</title>
<updated>2012-10-20T17:36:52+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-10-20T17:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=220c15d2b746878a943f311e6f66b1480e46491d'/>
<id>220c15d2b746878a943f311e6f66b1480e46491d</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6744053
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6744053
</pre>
</div>
</content>
</entry>
<entry>
<title>page: check for gs failure</title>
<updated>2011-10-25T16:55:09+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2011-10-25T16:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c383979b0128640f4c658acdd0a383430b49f1da'/>
<id>c383979b0128640f4c658acdd0a383430b49f1da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>R=rsc</title>
<updated>2010-02-04T10:05:03+00:00</updated>
<author>
<name>Mathieu Lonjaret</name>
<email>mathieu.lonjaret@gmail.com</email>
</author>
<published>2010-02-04T10:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d9e047e5d5560912da6d2860fa25e427322f08bb'/>
<id>d9e047e5d5560912da6d2860fa25e427322f08bb</id>
<content type='text'>
CC=codebot
http://codereview.appspot.com/193069
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CC=codebot
http://codereview.appspot.com/193069
</pre>
</div>
</content>
</entry>
<entry>
<title>page: remove temporary file at program exit; fixes reading from stdin</title>
<updated>2009-08-20T18:38:31+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2009-08-20T18:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2fb0c4447ef493da81703dd20090676ed8cae834'/>
<id>2fb0c4447ef493da81703dd20090676ed8cae834</id>
<content type='text'>
http://codereview.appspot.com/105097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://codereview.appspot.com/105097
</pre>
</div>
</content>
</entry>
</feed>
