<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/kernel/libc/ctype, 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-12T15:03:08+00:00</updated>
<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>kernel: Add string view and string builder</title>
<updated>2024-12-10T11:24:07+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-10T11:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=916aa42260290e9e864304bc7d9395b6aa693c27'/>
<id>urn:sha1:916aa42260290e9e864304bc7d9395b6aa693c27</id>
<content type='text'>
This makes write/read calls that use strings to communicate much
simpler and less error prone.
</content>
</entry>
<entry>
<title>kernel: Add a way to parse numbers from C strings</title>
<updated>2024-12-09T22:27:48+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-09T22:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=4bd8a81cca44285402af2a5e26db267c44abe4f4'/>
<id>urn:sha1:4bd8a81cca44285402af2a5e26db267c44abe4f4</id>
<content type='text'>
After making this change I am now actually doubting if using
C strings is a good idea and maybe it should just always just the
string view library that userland makes use of.

But old code and the upcoming commits rely upon this so it is a change my
future less lazy self will do.
</content>
</entry>
<entry>
<title>kernel/libc: Add isdigit()</title>
<updated>2024-12-08T17:56:47+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-08T17:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=46f101dcef6c4e4495f8d187e5c31bd10e0eb370'/>
<id>urn:sha1:46f101dcef6c4e4495f8d187e5c31bd10e0eb370</id>
<content type='text'>
</content>
</entry>
</feed>
