<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsimple, branch 1.8</title>
<subtitle>[Stable] A bunch of C functions that are useful when writing simple code
</subtitle>
<id>https://git.maandree.se/libsimple/atom?h=1.8</id>
<link rel='self' href='https://git.maandree.se/libsimple/atom?h=1.8'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/'/>
<updated>2026-05-06T19:59:06Z</updated>
<entry>
<title>Fix va_list usage (for real this time)</title>
<updated>2026-05-06T19:59:06Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-05-06T19:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=b1d1158db0b9634a59dc717a7f0622e1da3df6f4'/>
<id>urn:sha1:b1d1158db0b9634a59dc717a7f0622e1da3df6f4</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Fix signness issue</title>
<updated>2026-05-06T19:49:56Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-05-06T19:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=eaac043fa24adc6751a42506425f1da8aa9657a0'/>
<id>urn:sha1:eaac043fa24adc6751a42506425f1da8aa9657a0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Fix va_list usage</title>
<updated>2026-05-04T18:20:37Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-05-04T18:20:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=42fa1e178fcdb5b220c59b2f83385af0a131ce3e'/>
<id>urn:sha1:42fa1e178fcdb5b220c59b2f83385af0a131ce3e</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Remove reliance on CHAR_BIT being 8</title>
<updated>2026-02-22T13:20:06Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-22T13:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=ed82ebe9a6569f70ac292a17bc6baea1cb017669'/>
<id>urn:sha1:ed82ebe9a6569f70ac292a17bc6baea1cb017669</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add todo</title>
<updated>2026-01-27T19:40:48Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-01-27T19:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=7e70c15821b6bdcc38c5e129d6332cc57edb9e0c'/>
<id>urn:sha1:7e70c15821b6bdcc38c5e129d6332cc57edb9e0c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>memmem, memcasemem: use kmp algorithm</title>
<updated>2025-12-28T10:00:41Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2025-12-28T10:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=44b3bb9bcb34fc8ebed0b04f667fecef15d7bc82'/>
<id>urn:sha1:44b3bb9bcb34fc8ebed0b04f667fecef15d7bc82</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>config.mk: move -std=c11 from CFLAGS to CC</title>
<updated>2025-12-28T10:00:12Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2025-12-28T10:00:12Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=26875748fd5a4caac6c9bcc7c4a19fa00972f15f'/>
<id>urn:sha1:26875748fd5a4caac6c9bcc7c4a19fa00972f15f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add some macros</title>
<updated>2025-12-22T18:00:13Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2025-12-22T18:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=a4f399cbf699e53a30ef723031bc17a24a4c5d13'/>
<id>urn:sha1:a4f399cbf699e53a30ef723031bc17a24a4c5d13</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add TODOs</title>
<updated>2025-12-22T17:06:37Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2025-12-22T17:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=affdb0475741cae1e0a1186541f7f7dbd5479ca8'/>
<id>urn:sha1:affdb0475741cae1e0a1186541f7f7dbd5479ca8</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>m</title>
<updated>2025-03-21T15:47:15Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2025-03-21T15:45:05Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=889398f1f8ab762aa8d9ccc3bc0378059f76e86f'/>
<id>urn:sha1:889398f1f8ab762aa8d9ccc3bc0378059f76e86f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
</feed>
