<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsimple/Makefile, branch 1.4</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.4</id>
<link rel='self' href='https://git.maandree.se/libsimple/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/'/>
<updated>2023-07-04T17:41:37Z</updated>
<entry>
<title>Update VERSION_MINOR</title>
<updated>2023-07-04T17:41:37Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2023-07-04T17:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=49d537dcc675d4fd824469518813a722d29b130b'/>
<id>urn:sha1:49d537dcc675d4fd824469518813a722d29b130b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add bindex and bindex_r</title>
<updated>2023-07-04T17:37:10Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2023-07-04T17:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=aab65f6d1793d2ded2629437afab007ba3db0bf1'/>
<id>urn:sha1:aab65f6d1793d2ded2629437afab007ba3db0bf1</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Improve makefile and fix a bug</title>
<updated>2022-07-19T11:47:08Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-07-19T11:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=3dd9089913623ccfa54ec7a2b5e876d17316c838'/>
<id>urn:sha1:3dd9089913623ccfa54ec7a2b5e876d17316c838</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Replace to last static inline's with line + extern inline, and fix warnings</title>
<updated>2022-06-12T16:48:26Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-06-12T16:48:26Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=9b483673c0c8a52d81127a23788fa4c976f2b10f'/>
<id>urn:sha1:9b483673c0c8a52d81127a23788fa4c976f2b10f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Remove `static` from some `static inline`</title>
<updated>2022-06-11T15:04:35Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-06-11T15:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=c76c12f0d0ea8c2f5fa6853636e3e7c2021ac93c'/>
<id>urn:sha1:c76c12f0d0ea8c2f5fa6853636e3e7c2021ac93c</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix warnings, replace some static inline with inline + extern inline, and fix glibc support</title>
<updated>2022-06-11T14:37:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-06-11T14:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=fcfe59c1f2219408ac2a9cd84b386816ff252221'/>
<id>urn:sha1:fcfe59c1f2219408ac2a9cd84b386816ff252221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `static` from some `static inline`</title>
<updated>2022-06-10T18:34:32Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-06-10T18:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=056c5fe698f194c3187b9eec5378c441930c005b'/>
<id>urn:sha1:056c5fe698f194c3187b9eec5378c441930c005b</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64}</title>
<updated>2022-06-10T17:34:11Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-06-10T17:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=5d2bbca39c79dcc73060ac480a4e229affef0a14'/>
<id>urn:sha1:5d2bbca39c79dcc73060ac480a4e229affef0a14</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix tests and libsimple_arraycpy and libsimple_arraymove</title>
<updated>2021-02-26T17:23:22Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-02-26T17:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=e4dbd976e9522d5fa17139126edf38d654f45b1d'/>
<id>urn:sha1:e4dbd976e9522d5fa17139126edf38d654f45b1d</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add libsimple_[e[n]]{local,gm}time, remove dates from man pages, and add blank lines between sections in man pages</title>
<updated>2021-02-26T16:30:12Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-02-26T16:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=dde83349da01f4b2d6a2e4182fc7a3cc627745f6'/>
<id>urn:sha1:dde83349da01f4b2d6a2e4182fc7a3cc627745f6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
