<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/tests, branch 0.8.4</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.4</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.4'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2020-10-19T23:56:59+00:00</updated>
<entry>
<title>More tests, and a workaround to pass one of them.</title>
<updated>2020-10-19T23:56:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-19T23:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d0d4107534ac1b7c6ebf8d1e194d7c58ed0e5c52'/>
<id>urn:sha1:d0d4107534ac1b7c6ebf8d1e194d7c58ed0e5c52</id>
<content type='text'>
(The bug is that "echo hello \" followed by just enter should end the $PS2
state but it persists when the line is empty because resulting collated line
still ends with \ so it wants another line.)
</content>
</entry>
<entry>
<title>chattr.test: don't fail on f2fs with compression enabled.</title>
<updated>2020-10-16T04:00:02+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2020-10-15T23:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f554ce0a4b592272b9171c7c141480a159fa7194'/>
<id>urn:sha1:f554ce0a4b592272b9171c7c141480a159fa7194</id>
<content type='text'>
f2fs with compression enabled only lets you `chattr +c` on an empty
file.
</content>
</entry>
<entry>
<title>Fix up ${x%y} ${x^y} ${x,y} and add tests.</title>
<updated>2020-10-13T07:20:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-13T07:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=114f415ca15daaf3e491161885513812eba5b2fc'/>
<id>urn:sha1:114f415ca15daaf3e491161885513812eba5b2fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toysh: more variable/wildcard plumbing and tests.</title>
<updated>2020-10-11T07:59:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-11T07:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=67bd0be1a4ed817954c9dcededf9bd9cb8c2f431'/>
<id>urn:sha1:67bd0be1a4ed817954c9dcededf9bd9cb8c2f431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The non-recursive dirtree_path wasn't stripping a trailing / from initial path.</title>
<updated>2020-10-06T20:50:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-06T20:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0f2658c806586190be3aca21826e77fff9e50f1b'/>
<id>urn:sha1:0f2658c806586190be3aca21826e77fff9e50f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement ${x#y} and ${x##y}</title>
<updated>2020-10-04T07:07:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-10-04T07:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ce683cdce2629721339f526c5059af9b3042958e'/>
<id>urn:sha1:ce683cdce2629721339f526c5059af9b3042958e</id>
<content type='text'>
Debug wildcard * match, teach skipslash() to fill out a wildcard deck,
make collect_wildcards() flush remove the parsing-only 0th entry.
</content>
</entry>
<entry>
<title>TEST_HOST with util-linux 2.29.2 was... unhappy.</title>
<updated>2020-09-23T11:20:32+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-09-23T11:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=68de708ac569c060f9234dd3120854cbef513c53'/>
<id>urn:sha1:68de708ac569c060f9234dd3120854cbef513c53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more TEST_HOST version skew.</title>
<updated>2020-09-23T11:12:28+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-09-23T11:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=95d1e298dc068bf0ea5f6a8cc04b367b0a025877'/>
<id>urn:sha1:95d1e298dc068bf0ea5f6a8cc04b367b0a025877</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiline case/esac parsing, make syntax_err() exit non-interactve</title>
<updated>2020-09-14T11:25:50+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-09-14T11:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=79c2d3a08a673328401df6790a092cea1cfe7163'/>
<id>urn:sha1:79c2d3a08a673328401df6790a092cea1cfe7163</id>
<content type='text'>
contexts like scripts, and tweak debug scaffolding.
</content>
</entry>
<entry>
<title>Implement case/esac, add more wildcard tests.</title>
<updated>2020-08-31T07:20:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2020-08-31T07:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=adc863faabf7267b9c853686558d0e4a45a07a72'/>
<id>urn:sha1:adc863faabf7267b9c853686558d0e4a45a07a72</id>
<content type='text'>
</content>
</entry>
</feed>
