<feed xmlns='http://www.w3.org/2005/Atom'>
<title>execline/src, branch main</title>
<subtitle>The skarnet.org scripting language</subtitle>
<id>https://git.skarnet.org/cgit/execline/atom/src?h=main</id>
<link rel='self' href='https://git.skarnet.org/cgit/execline/atom/src?h=main'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/'/>
<updated>2026-05-09T19:04:32Z</updated>
<entry>
<title> Prepare for 2.9.9.1. Correctly include locale.h when necessary.</title>
<updated>2026-05-09T19:04:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-05-09T19:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=f851b268c586329731b9a213e20360d2ef0f108a'/>
<id>urn:sha1:f851b268c586329731b9a213e20360d2ef0f108a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Change redirfd -v to redirfd -f, for less cognitive load</title>
<updated>2026-05-05T14:15:22Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-05-05T14:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=724d0a049f46f68f24d3eca6c7975d12d37d6062'/>
<id>urn:sha1:724d0a049f46f68f24d3eca6c7975d12d37d6062</id>
<content type='text'>
 No matter how much I tried to use -v, it kept coming out as -f.
So, work with the brain, not against it.
</content>
</entry>
<entry>
<title> Minor code cleanups</title>
<updated>2026-04-11T13:49:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-11T13:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=520c7f76ff740daaeba5718ce724a4ca2c3bb221'/>
<id>urn:sha1:520c7f76ff740daaeba5718ce724a4ca2c3bb221</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add -v option to redirfd</title>
<updated>2026-04-01T00:56:53Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-01T00:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=c867dad6b9ad48f85cf1ca9182ac4d55c2d1acf7'/>
<id>urn:sha1:c867dad6b9ad48f85cf1ca9182ac4d55c2d1acf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix wait command interaction with EXECLINE_STRICT</title>
<updated>2026-03-09T19:03:37Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-09T19:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=6c756905574a019df52ad865a81cf97b6e2b6c58'/>
<id>urn:sha1:6c756905574a019df52ad865a81cf97b6e2b6c58</id>
<content type='text'>
 el_semicolon() hardcodes failure on EXECLINE_STRICT=2, but we
want to accept a no-block interface for wait, so write a separate
el_semicolon_nostrict() function and use it in wait.
 Also use gol in wait, and prepare deprecation of quote chars
other than space and null (we can hardcode this np)
</content>
</entry>
<entry>
<title> Credit Josiah, remove extra parens</title>
<updated>2026-01-13T04:47:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-01-13T04:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=83fd98a810f2ed95f1045da384442fc2fc33cc76'/>
<id>urn:sha1:83fd98a810f2ed95f1045da384442fc2fc33cc76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>backtick, withstdinas: Don't try to chomp an empty string</title>
<updated>2026-01-13T04:43:48Z</updated>
<author>
<name>Josiah Frentsos via skaware</name>
<email>skaware@list.skarnet.org</email>
</author>
<published>2026-01-12T23:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=3a9389b8f7ba7030fb078d460963dc5e51e0cf0f'/>
<id>urn:sha1:3a9389b8f7ba7030fb078d460963dc5e51e0cf0f</id>
<content type='text'>
Signed-off-by: Josiah Frentsos &lt;jfrent@tilde.team&gt;
</content>
</entry>
<entry>
<title> Prepare for 2.9.8.1; signal handlers must save/restore errno</title>
<updated>2026-01-01T12:07:54Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-01-01T12:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=2631aaccbc57388450403520e585d4440fec10fc'/>
<id>urn:sha1:2631aaccbc57388450403520e585d4440fec10fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bugfix: case: remove REG_NEWLINE handling</title>
<updated>2025-12-06T15:32:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2025-12-06T15:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=cc6e37dbf6e95c394166aca90836eb87fe307ad0'/>
<id>urn:sha1:cc6e37dbf6e95c394166aca90836eb87fe307ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix export-array; update deps</title>
<updated>2025-11-13T14:11:14Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2025-11-13T14:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/execline/commit/?id=66021a091a2b1f8aa31debf119f141e3b64fd3ca'/>
<id>urn:sha1:66021a091a2b1f8aa31debf119f141e3b64fd3ca</id>
<content type='text'>
</content>
</entry>
</feed>
