<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slibc/src/string, branch master</title>
<subtitle>Yet another C standard library
</subtitle>
<id>https://git.maandree.se/slibc/atom?h=master</id>
<link rel='self' href='https://git.maandree.se/slibc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/'/>
<updated>2024-10-06T07:15:45Z</updated>
<entry>
<title>Update e-mail</title>
<updated>2024-10-06T07:15:45Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2024-10-06T07:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=a154fb3467c8a1e46e4dc03cf86c26b22d4021af'/>
<id>urn:sha1:a154fb3467c8a1e46e4dc03cf86c26b22d4021af</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n)</title>
<updated>2018-09-01T13:57:03Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-09-01T13:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=8647f020c35bd91904cb67d65168c5b5f2521098'/>
<id>urn:sha1:8647f020c35bd91904cb67d65168c5b5f2521098</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>memcmp: compare unsigned chars</title>
<updated>2018-05-17T05:21:50Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-05-17T05:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=e93bafcb11bf97934840d67c9bca3930473458f6'/>
<id>urn:sha1:e93bafcb11bf97934840d67c9bca3930473458f6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>whoops, wrong type</title>
<updated>2016-03-30T19:53:16Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-30T19:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=ff73894ec8b167a8a82671283c51be3a5dd14321'/>
<id>urn:sha1:ff73894ec8b167a8a82671283c51be3a5dd14321</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>strfry: forgot to declare b</title>
<updated>2016-03-30T19:52:28Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-30T19:52:28Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=9c064871fea47b9c9ed227dc03ba0b2c363ed4a9'/>
<id>urn:sha1:9c064871fea47b9c9ed227dc03ba0b2c363ed4a9</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>strfry: reset n to max when the do..while loop resets</title>
<updated>2016-03-30T19:34:35Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-30T19:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=7b49953b007f99fad8a5d3c7661b120ce96fa074'/>
<id>urn:sha1:7b49953b007f99fad8a5d3c7661b120ce96fa074</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform random</title>
<updated>2016-03-26T15:00:44Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-26T15:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=e43340649f45c865c6ed4d8aad8eb3944aea8057'/>
<id>urn:sha1:e43340649f45c865c6ed4d8aad8eb3944aea8057</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>m</title>
<updated>2016-03-26T12:12:02Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-26T12:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=fedc34128bd8be38190ee70d7e308566f9076ab0'/>
<id>urn:sha1:fedc34128bd8be38190ee70d7e308566f9076ab0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>strfry: fix support for empty strings</title>
<updated>2016-03-26T12:09:47Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-26T12:09:47Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=3b5b6f89026d437b8bcdb9384d053e42095c883a'/>
<id>urn:sha1:3b5b6f89026d437b8bcdb9384d053e42095c883a</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>derp</title>
<updated>2016-03-01T22:19:36Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2016-03-01T22:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/slibc/commit/?id=11225d3b3202cc3a6a04eb92fd6f5f00a8354bbc'/>
<id>urn:sha1:11225d3b3202cc3a6a04eb92fd6f5f00a8354bbc</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
