<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimisewi.c, branch v0.3.2</title>
<subtitle>simple random toki pona phrase generator</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/'/>
<entry>
<title>fixed link flags on linux</title>
<updated>2021-09-10T17:59:04+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T17:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=19f698803f5f7d1a212fe4df872b7cd53055451c'/>
<id>19f698803f5f7d1a212fe4df872b7cd53055451c</id>
<content type='text'>
and added comments to all endifs to not confuse this again.

FossilOrigin-Name: d284c4b7ba8baf2fcf9f6bdaa6b072beb8f8f3b67dee848a009445332f0ac198</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and added comments to all endifs to not confuse this again.

FossilOrigin-Name: d284c4b7ba8baf2fcf9f6bdaa6b072beb8f8f3b67dee848a009445332f0ac198</pre>
</div>
</content>
</entry>
<entry>
<title>updated changelog in readme</title>
<updated>2021-09-10T17:30:29+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T17:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=bdcc9d24189821bfe47521f439430164ede92302'/>
<id>bdcc9d24189821bfe47521f439430164ede92302</id>
<content type='text'>
whoops, forgot about it.

FossilOrigin-Name: f0cb4750d0594afda0e62da9f1f642735bd4da140c31a73cca6983e38518916a</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whoops, forgot about it.

FossilOrigin-Name: f0cb4750d0594afda0e62da9f1f642735bd4da140c31a73cca6983e38518916a</pre>
</div>
</content>
</entry>
<entry>
<title>added compiler info to nimisewi</title>
<updated>2021-09-10T17:08:07+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T17:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=2d542a6c14625efa1b2c6249972bd36e117e3fa8'/>
<id>2d542a6c14625efa1b2c6249972bd36e117e3fa8</id>
<content type='text'>
also removed error checks from nimisewi, nimisewi.cgi and nimisewi_gemini.cgi
because this error check has to happen inside nimi_sewi() and not in those
programs.

FossilOrigin-Name: 2fd4c9495753569c904132ee83cd5f14662389c69399c27f289e0e3ae35aa0cb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also removed error checks from nimisewi, nimisewi.cgi and nimisewi_gemini.cgi
because this error check has to happen inside nimi_sewi() and not in those
programs.

FossilOrigin-Name: 2fd4c9495753569c904132ee83cd5f14662389c69399c27f289e0e3ae35aa0cb</pre>
</div>
</content>
</entry>
<entry>
<title>fixed build on android</title>
<updated>2021-09-10T14:54:42+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=00981834d98546471e30441979a36dac52a76ecd'/>
<id>00981834d98546471e30441979a36dac52a76ecd</id>
<content type='text'>
there's no need in libmd and libpthread on android when statically linking
libbsd (for arc4random family of functions).

FossilOrigin-Name: d8166f4ed14ce7e28ee6093c135cc3e3851273ebc494973b992f980091bb1881</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there's no need in libmd and libpthread on android when statically linking
libbsd (for arc4random family of functions).

FossilOrigin-Name: d8166f4ed14ce7e28ee6093c135cc3e3851273ebc494973b992f980091bb1881</pre>
</div>
</content>
</entry>
<entry>
<title>fixed CPACK_PACKAGE_FILE_NAME</title>
<updated>2021-09-10T14:19:52+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=1b1a637e4514029702216a2768adad2e43eebb8c'/>
<id>1b1a637e4514029702216a2768adad2e43eebb8c</id>
<content type='text'>
FossilOrigin-Name: 36e0e40dbb0ea51298e1c763b3e78fea7953fea4927d3eb24d44c2a6486ae922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: 36e0e40dbb0ea51298e1c763b3e78fea7953fea4927d3eb24d44c2a6486ae922</pre>
</div>
</content>
</entry>
<entry>
<title>added support for arc4random_uniform function</title>
<updated>2021-09-10T14:06:29+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=60d1b0c720c58dc08b070dd9d39d72f93a07b028'/>
<id>60d1b0c720c58dc08b070dd9d39d72f93a07b028</id>
<content type='text'>
i know that it's probably an overkill for such stupid little program, but
why not :D

also refactored strlcat support a bit, to make sure that strncat function is
used if strlcat could not be found.

FossilOrigin-Name: 1b72489c7f0f5b72bac65f1469c9bec650d7ffdabfa4f88409e15c630ac5a52d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i know that it's probably an overkill for such stupid little program, but
why not :D

also refactored strlcat support a bit, to make sure that strncat function is
used if strlcat could not be found.

FossilOrigin-Name: 1b72489c7f0f5b72bac65f1469c9bec650d7ffdabfa4f88409e15c630ac5a52d</pre>
</div>
</content>
</entry>
<entry>
<title>added strip directive to cpack, so that binary archives aren't consuming</title>
<updated>2021-09-04T17:31:17+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-04T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=e6e5718516d6258696287e24c1303898510ff091'/>
<id>e6e5718516d6258696287e24c1303898510ff091</id>
<content type='text'>
too much space

FossilOrigin-Name: 1ec2b419547f6ee90f5ba8c3310d99018932c5cb06966b9d96dadd3dbd82ac11</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
too much space

FossilOrigin-Name: 1ec2b419547f6ee90f5ba8c3310d99018932c5cb06966b9d96dadd3dbd82ac11</pre>
</div>
</content>
</entry>
<entry>
<title>tweaked packaging, now it's only tar.gz and zip.</title>
<updated>2021-09-02T10:08:44+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-02T10:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=a436adbb522ae7127d459189220d45ce4523c9e9'/>
<id>a436adbb522ae7127d459189220d45ce4523c9e9</id>
<content type='text'>
FossilOrigin-Name: 115b13edec123de8245cdb89c6a088ccef291e0bc69ed62cdfdbb751209c24b0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: 115b13edec123de8245cdb89c6a088ccef291e0bc69ed62cdfdbb751209c24b0</pre>
</div>
</content>
</entry>
<entry>
<title>replaced quotes with backticks in readme</title>
<updated>2021-09-01T23:34:35+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-01T23:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=4b3585f934062f1d2928a9a47c5bab64362698f8'/>
<id>4b3585f934062f1d2928a9a47c5bab64362698f8</id>
<content type='text'>
FossilOrigin-Name: 09ab465ffce40c8ee6d4f4ce4ce8f559aafd83ec1d4d5d1d2e4929f92b4d5d78</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: 09ab465ffce40c8ee6d4f4ce4ce8f559aafd83ec1d4d5d1d2e4929f92b4d5d78</pre>
</div>
</content>
</entry>
<entry>
<title>updated readme</title>
<updated>2021-09-01T23:31:06+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-01T23:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=961ebbeaf7100a60522b0048f43d33f8771c4dbb'/>
<id>961ebbeaf7100a60522b0048f43d33f8771c4dbb</id>
<content type='text'>
FossilOrigin-Name: aa798387d14b3056ce23fc479bafc89a1704a0bf57c009f3e1ecd0ca3009d2a9</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: aa798387d14b3056ce23fc479bafc89a1704a0bf57c009f3e1ecd0ca3009d2a9</pre>
</div>
</content>
</entry>
</feed>
