<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/eqn, 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>eqn: enlarge errbuf to account for large tokens</title>
<updated>2021-01-29T11:32:41+00:00</updated>
<author>
<name>Xiao-Yong Jin</name>
<email>xjin@anl.gov</email>
</author>
<published>2021-01-29T05:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4e6bb208eb96baae65fd6b1bf99aaa1115b9a9ba'/>
<id>4e6bb208eb96baae65fd6b1bf99aaa1115b9a9ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix or silence various gcc warnings</title>
<updated>2020-01-12T20:07:42+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2020-01-12T20:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fafa622a5bdf71adfbb4334541c3b65f29c89ca9'/>
<id>fafa622a5bdf71adfbb4334541c3b65f29c89ca9</id>
<content type='text'>
As usual, gcc finds some real problems but also reports a ton
of noise. Fix the problems and quiet the noise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As usual, gcc finds some real problems but also reports a ton
of noise. Fix the problems and quiet the noise.
</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>all: remove .cvsignore files</title>
<updated>2017-09-14T15:25:17+00:00</updated>
<author>
<name>Kare Nuorteva</name>
<email>kare.nuorteva@me.com</email>
</author>
<published>2017-09-10T10:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b3336e5cbb82042dfeedab8615022410b74f8520'/>
<id>b3336e5cbb82042dfeedab8615022410b74f8520</id>
<content type='text'>
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
</pre>
</div>
</content>
</entry>
<entry>
<title>all: DragonFly port.</title>
<updated>2014-02-28T04:17:47+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2014-02-28T04:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=20035ed43cfd67cddd01969e155794e1e057d9e6'/>
<id>20035ed43cfd67cddd01969e155794e1e057d9e6</id>
<content type='text'>
Fix compilation problems, libdraw still doesn't work right yet.

LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compilation problems, libdraw still doesn't work right yet.

LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
</pre>
</div>
</content>
</entry>
<entry>
<title>eqn: add working mbtowc and wctomb</title>
<updated>2011-02-04T20:41:39+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2011-02-04T20:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=31bffaba60d1bdce33fcee001f8bfe718871e714'/>
<id>31bffaba60d1bdce33fcee001f8bfe718871e714</id>
<content type='text'>
Fixes UTF-8 input files.

R=rsc
http://codereview.appspot.com/4132042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes UTF-8 input files.

R=rsc
http://codereview.appspot.com/4132042
</pre>
</div>
</content>
</entry>
<entry>
<title>INSTALL: fix build on Snow Leopard</title>
<updated>2009-09-11T17:51:50+00:00</updated>
<author>
<name>Russ Cox</name>
<email>russcox@gmail.com</email>
</author>
<published>2009-09-11T17:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa662c9571e92d5fc4f36414723bbaed1e11b278'/>
<id>fa662c9571e92d5fc4f36414723bbaed1e11b278</id>
<content type='text'>
http://codereview.appspot.com/116073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://codereview.appspot.com/116073
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd: getline now a dirty word (James Toy)</title>
<updated>2009-05-31T22:34:40+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-05-31T22:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=735f014c333161850ac2ab63e52943952fcaa227'/>
<id>735f014c333161850ac2ab63e52943952fcaa227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eqn: silence gcc printf warning</title>
<updated>2008-11-18T03:48:32+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-11-18T03:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=6bf652ed9c56b15821dc0dc805d9023805ab7ed0'/>
<id>6bf652ed9c56b15821dc0dc805d9023805ab7ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: array bounds fixes that gcc finds (John Gosset)</title>
<updated>2008-05-10T17:35:19+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2008-05-10T17:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ada24b4005504a9cc8035987cf5175940ae568a7'/>
<id>ada24b4005504a9cc8035987cf5175940ae568a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
