<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.7.6</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.6</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.6'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-01-21T21:48:41+00:00</updated>
<entry>
<title>Fix variables in help.txt</title>
<updated>2018-01-21T21:48:41+00:00</updated>
<author>
<name>Reverend Homer</name>
<email>mk.43.ecko@gmail.com</email>
</author>
<published>2018-01-21T20:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c26d631f7b385859ba4e76f6b1e6789e105f42b3'/>
<id>urn:sha1:c26d631f7b385859ba4e76f6b1e6789e105f42b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move make help text out of Makefile.</title>
<updated>2018-01-10T16:54:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-01-10T16:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e1d68f5006f553669a64a225d0f6b92a76c90179'/>
<id>urn:sha1:e1d68f5006f553669a64a225d0f6b92a76c90179</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
