<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch 1.6.1</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Replace escape sequence '\e' with '\x1b' (portable)</title>
<updated>2026-05-12T16:38:00+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9e4a3f4471cfc50d778b50d6999cd957bff62ec0'/>
<id>9e4a3f4471cfc50d778b50d6999cd957bff62ec0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace __FUNCTION__ with __func__ (portable)</title>
<updated>2026-05-12T16:37:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=96bc699d269ff79bf31dad182f1a2b96226e8ce5'/>
<id>96bc699d269ff79bf31dad182f1a2b96226e8ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace void pointer with pointer to tplfunc_frame structure</title>
<updated>2026-05-12T16:36:50+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9b7a784099f11fa20312a118c74d08a2c25572fc'/>
<id>9b7a784099f11fa20312a118c74d08a2c25572fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant __FUNCTION__</title>
<updated>2026-05-12T16:32:44+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d89f776c1d55fa6ad41b5dcf870d03256a4f54a7'/>
<id>d89f776c1d55fa6ad41b5dcf870d03256a4f54a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Placate FORTIFY_SOURCE warning</title>
<updated>2026-05-12T16:02:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=0c23437108bc5c7c00104345f2a22bd9da607e20'/>
<id>0c23437108bc5c7c00104345f2a22bd9da607e20</id>
<content type='text'>
* The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The log_root in almost every circumstance will be able to handle the extra slash chracter. It complains because log_file and log_path are both sizeof PATH_MAX
</pre>
</div>
</content>
</entry>
<entry>
<title>Usable lines denote the number of entries</title>
<updated>2026-05-12T15:01:37+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T15:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2dbf196d3147fd87e0539a45e01a98e4d719389f'/>
<id>2dbf196d3147fd87e0539a45e01a98e4d719389f</id>
<content type='text'>
* reduce complexity
* 'x' should not overflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reduce complexity
* 'x' should not overflow
</pre>
</div>
</content>
</entry>
<entry>
<title>One argument for error message string</title>
<updated>2026-05-12T14:53:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=77aedfe62eba8e2d3beca7a3ada7c29aa8d09e09'/>
<id>77aedfe62eba8e2d3beca7a3ada7c29aa8d09e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove linefeed from debug message</title>
<updated>2026-05-12T14:53:21+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=858e86c9140cee951496e0a2ae16c7f323ca8a25'/>
<id>858e86c9140cee951496e0a2ae16c7f323ca8a25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing temp file is a warning, not an error</title>
<updated>2026-05-12T14:53:10+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=13bf2ddac70aa3a5da51fa410d9d93e6a24a54b5'/>
<id>13bf2ddac70aa3a5da51fa410d9d93e6a24a54b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>free result on error</title>
<updated>2026-05-12T14:51:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=99d7e7c5fd5030cd901afe276d73831f734f1428'/>
<id>99d7e7c5fd5030cd901afe276d73831f734f1428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
