<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/psxsdk/libpsx/include, branch v0.7.1</title>
<subtitle>Fork of PSXSDK with experimental features.
</subtitle>
<id>https://gitea.privatedns.org/xavi/psxsdk/atom?h=v0.7.1</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/psxsdk/atom?h=v0.7.1'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/'/>
<updated>2022-06-07T22:54:16+00:00</updated>
<entry>
<title>Upgrade to version 0.7.1</title>
<updated>2022-06-07T22:54:16+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-06-07T22:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=ecfc7a127b9be4f5d42e4c244bc8b60ff1074492'/>
<id>urn:sha1:ecfc7a127b9be4f5d42e4c244bc8b60ff1074492</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ssize_t definition from stdlib.h</title>
<updated>2022-02-07T00:32:42+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-02-07T00:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=e207690982677e5a82dd68bdbed4626c9f55c10e'/>
<id>urn:sha1:e207690982677e5a82dd68bdbed4626c9f55c10e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>psx.h: define root counter specs as macros</title>
<updated>2022-02-07T00:31:02+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2022-02-07T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=d13246d52f7ee4eaf90ddc6c30458e853db313d1'/>
<id>urn:sha1:d13246d52f7ee4eaf90ddc6c30458e853db313d1</id>
<content type='text'>
ISO C considers enumerators of int type, so any value larger than
0x7FFFFFFF is considered invalid on platforms where sizeof (int) == 4.
A workaround for this limitation on the language is to use macros
instead.
</content>
</entry>
<entry>
<title>Upgrade to version 0.7.0</title>
<updated>2021-10-24T01:11:31+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T01:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=ca52bfc0454918e69d9a8cc0033b23eb7a755d36'/>
<id>urn:sha1:ca52bfc0454918e69d9a8cc0033b23eb7a755d36</id>
<content type='text'>
Many breaking changes have been introduced by previous commits, so it
might be a good idea to do so.
</content>
</entry>
<entry>
<title>Provide buffered fread(3)</title>
<updated>2021-10-24T01:10:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=a34280dec778b7f6ba1e68450aee1c5b543aeda8'/>
<id>urn:sha1:a34280dec778b7f6ba1e68450aee1c5b543aeda8</id>
<content type='text'>
In order to reduce calls to seek(2) (which are very expensive), this
commit keeps a sector-sized cache for each available FILE instance,
except from the standard streams, of course.

As expected, this allows calls to fread(3) to react much faster when
small, contiguous chunks are read.
</content>
</entry>
<entry>
<title>Provide conforming interface for fwrite(3)</title>
<updated>2021-10-24T01:10:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=7af858caafc4b55535e97833cf21f63828335e2d'/>
<id>urn:sha1:7af858caafc4b55535e97833cf21f63828335e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide implementations for strtoul(3) and strtoull(3)</title>
<updated>2021-10-24T01:10:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=cbd551e8a326c56472f1423b298cd032711578a4'/>
<id>urn:sha1:cbd551e8a326c56472f1423b298cd032711578a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide implementation for perror(3)</title>
<updated>2021-10-24T01:10:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=eaff9ccf1dfe8f9524a1f72d8c3ec9c57a6b8228'/>
<id>urn:sha1:eaff9ccf1dfe8f9524a1f72d8c3ec9c57a6b8228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide implementation for fprintf(3)</title>
<updated>2021-10-24T01:10:03+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=80beba98c7bb968e830d0fe2f737b4e7cf3640d3'/>
<id>urn:sha1:80beba98c7bb968e830d0fe2f737b4e7cf3640d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add conforming interfaces of standard streams</title>
<updated>2021-10-24T01:09:47+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2021-10-24T00:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psxsdk/commit/?id=fdf8c183357a1c2892ab100591e257f46cdadd4c'/>
<id>urn:sha1:fdf8c183357a1c2892ab100591e257f46cdadd4c</id>
<content type='text'>
</content>
</entry>
</feed>
