<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9front.git/arm, branch etheriwl</title>
<subtitle>my patches for 9front; forked from http://git.9front.org/plan9front/plan9front/HEAD/info.html
</subtitle>
<id>https://git.vlhl.dev/lizzy/sys/plan9front.git/atom?h=etheriwl</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/atom?h=etheriwl'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/'/>
<updated>2021-02-08T23:45:11+00:00</updated>
<entry>
<title>ape: sync flaot.h macros with u.h</title>
<updated>2021-02-08T23:45:11+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2021-02-08T23:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=566c3ca2de98761f9039e49ca5f68ee1a9ad73c4'/>
<id>urn:sha1:566c3ca2de98761f9039e49ca5f68ee1a9ad73c4</id>
<content type='text'>
The float.h macros got out of sync with u.h,
some of them missing and some of them being
incorrect. This change brings them back in
line.
</content>
</entry>
<entry>
<title>ape: unify math.h copies</title>
<updated>2021-01-02T05:40:00+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2021-01-02T05:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=92d3abd8184097dee3b6d24fed05d66e9e99d597'/>
<id>urn:sha1:92d3abd8184097dee3b6d24fed05d66e9e99d597</id>
<content type='text'>
/$objtype/include/ape/math.h contained an almost
identical copy of math.h for each architecture.

The only difference between them architectures
was that some had an incorrect version of isinf
defined.

This change picks one of the versions of math.h
with a correct definition, moves it to /sys/include,
and removes the redundant versions.
</content>
</entry>
<entry>
<title>add va_copy macro, conforming to c99 7.15.1.2</title>
<updated>2020-03-23T00:31:39+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2020-03-23T00:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=a654b94db8a3574b7a774edfd77b8612c0b642cd'/>
<id>urn:sha1:a654b94db8a3574b7a774edfd77b8612c0b642cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ape: floating point improvements (thanks spew)</title>
<updated>2018-05-24T12:40:44+00:00</updated>
<author>
<name>aiju</name>
<email>devnull@localhost</email>
</author>
<published>2018-05-24T12:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=be3809866ce89d2dcac0b02f2ec7b49b5393cb56'/>
<id>urn:sha1:be3809866ce89d2dcac0b02f2ec7b49b5393cb56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add signed fixed size integer typedefs</title>
<updated>2018-05-12T17:19:52+00:00</updated>
<author>
<name>qwx</name>
<email>devnull@localhost</email>
</author>
<published>2018-05-12T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=70c7a9eb07516843da083b6231d55a07d28b9350'/>
<id>urn:sha1:70c7a9eb07516843da083b6231d55a07d28b9350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce signed intptr and %z format modifier for formating uintptr and intptr</title>
<updated>2016-01-07T03:39:09+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2016-01-07T03:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=3e38194d72b2b017b85bf85f11ef4e580d44be4f'/>
<id>urn:sha1:3e38194d72b2b017b85bf85f11ef4e580d44be4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getfcr: change getfcr/setfcr to use VFP</title>
<updated>2014-12-25T16:44:49+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2014-12-25T16:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=2ab042f11e5848089b343cc565acb65d4a5bc64a'/>
<id>urn:sha1:2ab042f11e5848089b343cc565acb65d4a5bc64a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change Rune from ushort to uint for to 21 bit runes (thanks mischief!)</title>
<updated>2013-10-17T10:02:45+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@gmx.de</email>
</author>
<published>2013-10-17T10:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=a5e964190697f7367e92628620baaee370c32f88'/>
<id>urn:sha1:a5e964190697f7367e92628620baaee370c32f88</id>
<content type='text'>
big big change. requires rebuilding 8c first and then rebuild
everything.
</content>
</entry>
<entry>
<title>remove .dummy files and replace it by sys/lib/rootstub script</title>
<updated>2011-05-03T04:42:16+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@centraldogma</email>
</author>
<published>2011-05-03T04:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=4e919b23a1041e8d45d1e50b265b2b86f3a9b00c'/>
<id>urn:sha1:4e919b23a1041e8d45d1e50b265b2b86f3a9b00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fill /acme</title>
<updated>2011-04-14T17:27:24+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@localhost</email>
</author>
<published>2011-04-14T17:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=a150899221a5badff9740703b754f901b4f52762'/>
<id>urn:sha1:a150899221a5badff9740703b754f901b4f52762</id>
<content type='text'>
</content>
</entry>
</feed>
