<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimisewi.c/CMakeLists.txt, branch v0.4.0</title>
<subtitle>simple random toki pona phrase generator</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/'/>
<entry>
<title>added ability to specify max amount of words generated by nimisewi</title>
<updated>2021-11-20T19:00:28+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-11-20T19:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=a09dfac1ad042d49ced01d79866878b6ce0a4045'/>
<id>a09dfac1ad042d49ced01d79866878b6ce0a4045</id>
<content type='text'>
added new flag to main program, that displays sad version of prompt

removed unnecessary function that sets up random seed for systems where
arc4random is not available

updated readme

FossilOrigin-Name: 1195601f8a81524006e8d3c9014abb26cf613ad995b60455d9553fd7bb50d337</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added new flag to main program, that displays sad version of prompt

removed unnecessary function that sets up random seed for systems where
arc4random is not available

updated readme

FossilOrigin-Name: 1195601f8a81524006e8d3c9014abb26cf613ad995b60455d9553fd7bb50d337</pre>
</div>
</content>
</entry>
<entry>
<title>fixed error in CMakeLists.txt</title>
<updated>2021-09-11T10:27:15+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-11T10:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=6cf69cbaacfa8c509cbe541a26dfa119d68845b9'/>
<id>6cf69cbaacfa8c509cbe541a26dfa119d68845b9</id>
<content type='text'>
and in this case i'm really unsure about version bump.

FossilOrigin-Name: 151c415c947559fc2c8889286a988ce9ec05a56d6720b5ba92cbde53ccfea20e</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and in this case i'm really unsure about version bump.

FossilOrigin-Name: 151c415c947559fc2c8889286a988ce9ec05a56d6720b5ba92cbde53ccfea20e</pre>
</div>
</content>
</entry>
<entry>
<title>fixed compiler warning about integer type</title>
<updated>2021-09-11T10:22:39+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-11T10:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=b9307275555b201aecaca213003e14da142909bf'/>
<id>b9307275555b201aecaca213003e14da142909bf</id>
<content type='text'>
also added NIMISEWI_STATIC_BUILD option.

anyway, i'm curious, if such changes require a version bump or not.

FossilOrigin-Name: ae170493ce2c0aef31cb81ff7c448134862967ad8a7918d1fde94f05542c6466</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also added NIMISEWI_STATIC_BUILD option.

anyway, i'm curious, if such changes require a version bump or not.

FossilOrigin-Name: ae170493ce2c0aef31cb81ff7c448134862967ad8a7918d1fde94f05542c6466</pre>
</div>
</content>
</entry>
<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>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>
</feed>
