<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.7.5</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.5</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.5'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2017-10-03T08:29:38+00:00</updated>
<entry>
<title>Workaround from Patrick Oppenlander for a bug in config2help.h that resulted</title>
<updated>2017-10-03T08:29:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-10-03T08:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=78289203031afc23585035c362beec10db54958d'/>
<id>urn:sha1:78289203031afc23585035c362beec10db54958d</id>
<content type='text'>
in segfaults on newer toolchains. (That entire section is due for a rewrite.)
</content>
</entry>
<entry>
<title>Check for .git before setting GITHASH.</title>
<updated>2017-08-07T01:42:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-08-07T01:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9bde24520215737f8706e911fcc7283f04185b66'/>
<id>urn:sha1:9bde24520215737f8706e911fcc7283f04185b66</id>
<content type='text'>
The GITHASH problem was building a tarball version under an existing git repo,
where git describe found ../../../../.git so only call git if we have a .git
directory in the source.
</content>
</entry>
<entry>
<title>Allow GITHASH to be set on the command line, to work around a yocto bug.</title>
<updated>2017-08-06T01:12:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-08-06T01:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ec306e9244ffb5b6dfc82c0ef8a10be52d0e21e8'/>
<id>urn:sha1:ec306e9244ffb5b6dfc82c0ef8a10be52d0e21e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testcmd should only use absolute path to command when not doing TEST_HOST.</title>
<updated>2017-07-22T22:00:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-07-22T22:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6e2ef60264d99022ed2a435b09e1fcf4f6bac178'/>
<id>urn:sha1:6e2ef60264d99022ed2a435b09e1fcf4f6bac178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit.</title>
<updated>2017-06-13T21:33:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-06-13T21:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e59d2e49efd187bc8f0e67f1e9fb018903ce6e0a'/>
<id>urn:sha1:e59d2e49efd187bc8f0e67f1e9fb018903ce6e0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweaks to install.sh.</title>
<updated>2017-05-14T20:10:29+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-05-14T20:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cf6a235279e84028e8edd3e75f585cd6dbfa40d5'/>
<id>urn:sha1:cf6a235279e84028e8edd3e75f585cd6dbfa40d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol.</title>
<updated>2017-04-30T07:46:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-04-30T07:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=be3e318a591be62e8f670b8d78a0a2716eb78510'/>
<id>urn:sha1:be3e318a591be62e8f670b8d78a0a2716eb78510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android needs -llog to link.</title>
<updated>2017-04-30T07:11:26+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-04-28T22:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=333b4d37e23a94392c7610d7a503b3c3ede1d21d'/>
<id>urn:sha1:333b4d37e23a94392c7610d7a503b3c3ede1d21d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement zlib-based gzip/gunzip/zcat.</title>
<updated>2017-04-30T07:08:59+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-04-26T22:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=de3e5ea4fe9c42f27d442aa87b7d16e090e72485'/>
<id>urn:sha1:de3e5ea4fe9c42f27d442aa87b7d16e090e72485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The kernel needs bc to build because</title>
<updated>2017-04-18T18:19:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-04-18T18:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9be140ebb29f92be2b3924eb1442b38a9e062966'/>
<id>urn:sha1:9be140ebb29f92be2b3924eb1442b38a9e062966</id>
<content type='text'>
https://landley.net/notes-2013.html#28-03-2013 so add it to the airlock install.
</content>
</entry>
</feed>
