<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/include/libc/stddef.h, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Ocarina of Time</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/'/>
<entry>
<title>[iQue] Build some C files with EGCS (#2396)</title>
<updated>2025-01-02T08:35:22+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2025-01-02T08:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=9dafc2f2e4cecff745be05b7003f4e5b2e9f2ba9'/>
<id>9dafc2f2e4cecff745be05b7003f4e5b2e9f2ba9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libc cleanup (#1568)</title>
<updated>2023-10-27T14:06:44+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2023-10-27T14:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=3475651701f991b636a74e0254ef1b9682fa1126'/>
<id>3475651701f991b636a74e0254ef1b9682fa1126</id>
<content type='text'>
* libc cleanup

* Suggested changes, small alloca tweak

* Remove printf include</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* libc cleanup

* Suggested changes, small alloca tweak

* Remove printf include</pre>
</div>
</content>
</entry>
<entry>
<title>Use `long` over `int` for s32/u32 types (#1546)</title>
<updated>2023-10-17T19:16:31+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2023-10-17T19:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=a20163c6abf7700c432c711b03532cc4ad8d198a'/>
<id>a20163c6abf7700c432c711b03532cc4ad8d198a</id>
<content type='text'>
* long s32

* Suggested changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* long s32

* Suggested changes</pre>
</div>
</content>
</entry>
<entry>
<title>Use intptr types in a few specific boot files (#1301)</title>
<updated>2022-07-12T16:47:25+00:00</updated>
<author>
<name>Roman971</name>
<email>32455037+Roman971@users.noreply.github.com</email>
</author>
<published>2022-07-12T16:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7564502b0bd065e7133350e3c9eebc23b9585ff6'/>
<id>7564502b0bd065e7133350e3c9eebc23b9585ff6</id>
<content type='text'>
* Add stdint.h with intptr_t and uinptr_t

* Use intptr types in dmamgr and yaz0

* Use intptr types in stackcheck

* Use intptr types in idle

* Run formatter

* Use pointers for StackEntry (+ minor type fix)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add stdint.h with intptr_t and uinptr_t

* Use intptr types in dmamgr and yaz0

* Use intptr types in stackcheck

* Use intptr types in idle

* Run formatter

* Use pointers for StackEntry (+ minor type fix)</pre>
</div>
</content>
</entry>
<entry>
<title>Use `__builtin_offsetof` for non IDO builds (#1140)</title>
<updated>2022-02-13T05:05:11+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2022-02-13T05:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2191c8b0a073cf58a5106bd3055fb276eead8b83'/>
<id>2191c8b0a073cf58a5106bd3055fb276eead8b83</id>
<content type='text'>
* Add offsetof macro

* Change old uses of OFFSETOF with offsetof</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add offsetof macro

* Change old uses of OFFSETOF with offsetof</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation for fault.c and fault_drawer.c (#1106)</title>
<updated>2022-02-02T21:43:34+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2022-02-02T21:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c8f4d66b009ad400f54538d6293afd5971c87776'/>
<id>c8f4d66b009ad400f54538d6293afd5971c87776</id>
<content type='text'>
* Mostly document fault and fault_drawer

* FaultDrawer printf functions return s32

* Review Suggestions for comments

Co-authored-by: EllipticEllipsis &lt;73679967+EllipticEllipsis@users.noreply.github.com&gt;

* Some further review suggestions

* Further changes from suggestions

* Fix Fault_AddClient doc comment

* Bug comment for memdump overrun, add more to Fault_PadCallback bug comment

* mb -&gt; MB, comment about bss above externs

* Fix color codes

Co-authored-by: EllipticEllipsis &lt;73679967+EllipticEllipsis@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Mostly document fault and fault_drawer

* FaultDrawer printf functions return s32

* Review Suggestions for comments

Co-authored-by: EllipticEllipsis &lt;73679967+EllipticEllipsis@users.noreply.github.com&gt;

* Some further review suggestions

* Further changes from suggestions

* Fix Fault_AddClient doc comment

* Bug comment for memdump overrun, add more to Fault_PadCallback bug comment

* mb -&gt; MB, comment about bss above externs

* Fix color codes

Co-authored-by: EllipticEllipsis &lt;73679967+EllipticEllipsis@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>libultra files and directories restructure (#1038)</title>
<updated>2021-12-01T00:08:57+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2021-12-01T00:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=f1d183d6feac23275306bfa2dee939d123702765'/>
<id>f1d183d6feac23275306bfa2dee939d123702765</id>
<content type='text'>
* Restructure files, begin header restructure

* Format

* us2dex

* Fix parallel spelling

Co-authored-by: JoshDuMan &lt;40190173+JoshDuMan@users.noreply.github.com&gt;

* Use OS_K0_TO_PHYSICAL in place of VIRTUAL_TO_PHYSICAL in osAiSetNextBuffer

* Uppercase hex, exception vector address defines

* Interrupt flags 1

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Interrupt flags 2

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

Co-authored-by: JoshDuMan &lt;40190173+JoshDuMan@users.noreply.github.com&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Restructure files, begin header restructure

* Format

* us2dex

* Fix parallel spelling

Co-authored-by: JoshDuMan &lt;40190173+JoshDuMan@users.noreply.github.com&gt;

* Use OS_K0_TO_PHYSICAL in place of VIRTUAL_TO_PHYSICAL in osAiSetNextBuffer

* Uppercase hex, exception vector address defines

* Interrupt flags 1

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Interrupt flags 2

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

Co-authored-by: JoshDuMan &lt;40190173+JoshDuMan@users.noreply.github.com&gt;
Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
