<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/userland/libc/string, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kling.gg/sbos.git/atom?h=master</id>
<link rel='self' href='https://git.kling.gg/sbos.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/'/>
<updated>2024-12-15T18:21:46+00:00</updated>
<entry>
<title>libc: Fix undefined behavior for non positive VLA</title>
<updated>2024-12-15T18:21:46+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-15T18:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=3f8324fde2128c3308f957891262d3372fb57ebf'/>
<id>urn:sha1:3f8324fde2128c3308f957891262d3372fb57ebf</id>
<content type='text'>
Apparently a VLA of zero size is undefined behavior.
</content>
</entry>
<entry>
<title>formatting: Use clang-format on all projects</title>
<updated>2024-12-12T15:03:08+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-12T15:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=b033314bf1901d436dc71d41d5e1f37dda47e511'/>
<id>urn:sha1:b033314bf1901d436dc71d41d5e1f37dda47e511</id>
<content type='text'>
This commit also add braces to all `if` statements.
</content>
</entry>
<entry>
<title>libc: small changes</title>
<updated>2024-10-03T13:08:45+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-03T13:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=226d861c9ebb7f09f95665d07d9ab5c6b7ed7d6f'/>
<id>urn:sha1:226d861c9ebb7f09f95665d07d9ab5c6b7ed7d6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Fix bugs relating to fseek</title>
<updated>2024-06-22T19:41:46+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-22T19:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=5fbd9b519e082fc235a8a57c6cf761e6cefbfb62'/>
<id>urn:sha1:5fbd9b519e082fc235a8a57c6cf761e6cefbfb62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Add memchr()</title>
<updated>2024-04-17T14:20:21+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-17T14:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=d3f8196eb2cd57fec5f6e2691fdbc802c4d92fc8'/>
<id>urn:sha1:d3f8196eb2cd57fec5f6e2691fdbc802c4d92fc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Reduce warnings in code</title>
<updated>2023-11-22T23:52:35+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-22T23:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=81819f711e6d1f9216f688da8ecbbc682d106d9c'/>
<id>urn:sha1:81819f711e6d1f9216f688da8ecbbc682d106d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Optimize memcpy function</title>
<updated>2023-10-30T20:49:48+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-10-27T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8eede5fd642db2c56a1f5185973815fbd2b0afa4'/>
<id>urn:sha1:8eede5fd642db2c56a1f5185973815fbd2b0afa4</id>
<content type='text'>
Instead of copying byte by byte it now copies in 64, 32, 16, 8 bit
chunks.
</content>
</entry>
<entry>
<title>Move everything into a new repo.</title>
<updated>2023-10-22T17:50:38+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-10-22T17:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=4e09bca9e34c226b6d7e34b4fa11248405fd988e'/>
<id>urn:sha1:4e09bca9e34c226b6d7e34b4fa11248405fd988e</id>
<content type='text'>
</content>
</entry>
</feed>
