<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libsimple/envputenvf.c, 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>2022-06-12T16:48:26Z</updated>
<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-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 tests</title>
<updated>2018-08-29T10:55:52Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-29T10:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=280258050d3c129614d60bca4d6df31288dc2573'/>
<id>urn:sha1:280258050d3c129614d60bca4d6df31288dc2573</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add tests</title>
<updated>2018-08-28T22:35:12Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-28T22:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=ac15d5da43275997dc871fc1128c6d01c3c5a4cc'/>
<id>urn:sha1:ac15d5da43275997dc871fc1128c6d01c3c5a4cc</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Make it possible to force all memory allocation functions to fail in tests</title>
<updated>2018-08-28T11:45:34Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-28T11:45:34Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=f27708ce206f97896bcf001d00d126f91ff7a5c8'/>
<id>urn:sha1:f27708ce206f97896bcf001d00d126f91ff7a5c8</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Simplify en* functions, and handle argv0 == NULL correct</title>
<updated>2018-08-28T11:24:00Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-28T11:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=34c0fd8f36269699b75e0aaf841911b5ae06246e'/>
<id>urn:sha1:34c0fd8f36269699b75e0aaf841911b5ae06246e</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add test function to all .c files</title>
<updated>2018-08-28T08:41:36Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-28T08:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=60513cb5508a8197f5219dc3d06c0331c99863a6'/>
<id>urn:sha1:60513cb5508a8197f5219dc3d06c0331c99863a6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Tests and minor improvements</title>
<updated>2018-08-25T21:30:50Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-25T21:30:50Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=22aa70eb6fdee109316ea0d81c39e1257b93f009'/>
<id>urn:sha1:22aa70eb6fdee109316ea0d81c39e1257b93f009</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add tests</title>
<updated>2018-08-12T19:35:12Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2018-08-12T19:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=93b8428b5812191177c790ea9ffb9158d5a296b4'/>
<id>urn:sha1:93b8428b5812191177c790ea9ffb9158d5a296b4</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Split into multiple units</title>
<updated>2017-11-12T13:54:29Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-11-12T13:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libsimple/commit/?id=67a395794b678d7da053c3daf61eb12d3f9437f2'/>
<id>urn:sha1:67a395794b678d7da053c3daf61eb12d3f9437f2</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
