website

My personal website
git clone git://git.ckyln.com/website
Log | Files | Refs

commit 179ba1f42c4e5ed613e1670222d611c24ba05263
parent d6f8d6ab71a5413e57e531adfbf661b6cfec1c21
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 10 Oct 2020 12:59:56 +0300

update

Diffstat:
Mdocs/blog/20201002-reimplementing-sysmgr-in-c.html | 2+-
Mdocs/blog/20201002-reimplementing-sysmgr-in-c.txt | 2+-
Mdocs/index.html | 2+-
Mdocs/index.txt | 2+-
Mdocs/rss.xml | 2+-
Msrc/blog/20201002-reimplementing-sysmgr-in-c.md | 2+-
Msrc/index.md | 2+-
Msrc/rss.xml | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/blog/20201002-reimplementing-sysmgr-in-c.html b/docs/blog/20201002-reimplementing-sysmgr-in-c.html @@ -64,7 +64,7 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p> program. I want it to be C99 and portable (for BSD). It&rsquo;s currently not functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p> -<p>EDIT 2020-10-10:</p> +<p>EDIT Oct 10 2020:</p> <p>I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/docs/blog/20201002-reimplementing-sysmgr-in-c.txt b/docs/blog/20201002-reimplementing-sysmgr-in-c.txt @@ -26,7 +26,7 @@ functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr [here]: https://git.ckyln.com/sm -EDIT 2020-10-10: +EDIT Oct 10 2020: I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/docs/index.html b/docs/index.html @@ -88,7 +88,7 @@ C/POSIX sh hybrid, I decided to implement it all in C.</p> program. I want it to be C99 and portable (for BSD). It&rsquo;s currently not functional at all, but, you can see its current state <a href="https://git.ckyln.com/sm">here</a>.</p> -<p>EDIT 2020-10-10:</p> +<p>EDIT Oct 10 2020:</p> <p>I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/docs/index.txt b/docs/index.txt @@ -54,7 +54,7 @@ functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr [here]: https://git.ckyln.com/sm -EDIT 2020-10-10: +EDIT Oct 10 2020: I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/docs/rss.xml b/docs/rss.xml @@ -39,7 +39,7 @@ C/POSIX sh hybrid, I decided to implement it all in C.&lt;/p&gt; program. I want it to be C99 and portable (for BSD). It&amp;rsquo;s currently not functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; -&lt;p&gt;EDIT 2020-10-10:&lt;/p&gt; +&lt;p&gt;EDIT Oct 10 2020:&lt;/p&gt; &lt;p&gt;I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/src/blog/20201002-reimplementing-sysmgr-in-c.md b/src/blog/20201002-reimplementing-sysmgr-in-c.md @@ -26,7 +26,7 @@ functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr [here]: https://git.ckyln.com/sm -EDIT 2020-10-10: +EDIT Oct 10 2020: I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/src/index.md b/src/index.md @@ -54,7 +54,7 @@ functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr [here]: https://git.ckyln.com/sm -EDIT 2020-10-10: +EDIT Oct 10 2020: I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is diff --git a/src/rss.xml b/src/rss.xml @@ -39,7 +39,7 @@ C/POSIX sh hybrid, I decided to implement it all in C.&lt;/p&gt; program. I want it to be C99 and portable (for BSD). It&amp;rsquo;s currently not functional at all, but, you can see its current state &lt;a href=&quot;https://git.ckyln.com/sm&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; -&lt;p&gt;EDIT 2020-10-10:&lt;/p&gt; +&lt;p&gt;EDIT Oct 10 2020:&lt;/p&gt; &lt;p&gt;I did the initial release of this C version of sysmgr, which is more stable, and performant than the POSIX sh version. It still has rough edges, but is