<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.6.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.6.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.6.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2015-07-06T10:08:48+00:00</updated>
<entry>
<title>Save failure reason for each make change .bad file.</title>
<updated>2015-07-06T10:08:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-07-06T10:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cc585db6949917ef8d9d72d88e2fdbb8d6c63df0'/>
<id>urn:sha1:cc585db6949917ef8d9d72d88e2fdbb8d6c63df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Probe for fork() instead of relying on a distro-specific #define.</title>
<updated>2015-07-03T20:17:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-07-03T20:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9933273c5b7b6e0471d9195e8c2facb795b795ae'/>
<id>urn:sha1:9933273c5b7b6e0471d9195e8c2facb795b795ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggestion from Elliott Hughes: tweak test infrastructure to notice if</title>
<updated>2015-06-25T22:55:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-06-25T22:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=325e02ec918246242e89a32c053bf5f767fc37d3'/>
<id>urn:sha1:325e02ec918246242e89a32c053bf5f767fc37d3</id>
<content type='text'>
command exits with high errno and assume it segfaulted.
</content>
</entry>
<entry>
<title>Redo mkstatus.py to grep pending for pending data and trust toybox</title>
<updated>2015-05-31T17:12:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-05-31T10:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0bd81ca4dd04b4eb9020b2e05976417f556349da'/>
<id>urn:sha1:0bd81ca4dd04b4eb9020b2e05976417f556349da</id>
<content type='text'>
defconfig output for ready command list, to reduce manual updating.
</content>
</entry>
<entry>
<title>Probe for -Wno-string-plus-int.</title>
<updated>2015-05-09T22:07:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-05-09T22:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a913d92bad6550e005a3ffac71a82586042171b5'/>
<id>urn:sha1:a913d92bad6550e005a3ffac71a82586042171b5</id>
<content type='text'>
LLVM has its own nuts warnings about things that aren't wrong, but disabling
them with the relevant -Wno-* warning disabling command line option drives
gcc nuts because it's a command line option it doesn't recognize. (gcc 4.2.1
dies with an error. gcc 4.6 warns about it _only_ if it's warning about
something else. (PICK ONE, either you warn about this or you don't, distract
people from actual problems with noise about something clearly unrelated to
what just changed is extra-stupid.)

So just probe for it, and add the flag only if it doesn't complain about it
while we're producing an unrelated warning.
</content>
</entry>
<entry>
<title>Yank smack from singleconfig.</title>
<updated>2015-05-04T01:15:52+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-05-04T01:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8b6bff527b7684c009e3a817d993818b075c590c'/>
<id>urn:sha1:8b6bff527b7684c009e3a817d993818b075c590c</id>
<content type='text'>
Need to come up with a better solution to this, but the problem is that
single.sh's symbol enabling isn't dependency aware, and "silentoldconfig"
prompts. I suspect the better solution is "write a kconfig replacement".
</content>
</entry>
<entry>
<title>If a shortopt is configured out right before a bare longopt, the option parsing infrastructure segfaults because there's no next shortopt but the list isn't empty. (There was a test for this, but we're simultaneously traversing two lists and it was testing the wrong one.)</title>
<updated>2015-05-03T17:43:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-05-03T17:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5640acb50da707b404e00e9a20ba3fb3ec334a91'/>
<id>urn:sha1:5640acb50da707b404e00e9a20ba3fb3ec334a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke</title>
<updated>2015-04-20T02:50:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-04-20T02:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5b493dc48db03c7e27c8ce002fe216bcd778fe92'/>
<id>urn:sha1:5b493dc48db03c7e27c8ce002fe216bcd778fe92</id>
<content type='text'>
alphasort), add compile-time probe for config symbol TOYBOX_ON_ANDROID.
</content>
</entry>
<entry>
<title>Link against libattr and libsmack.</title>
<updated>2015-04-18T01:18:30+00:00</updated>
<author>
<name>Xavier Roche</name>
<email>xavier.roche@open.eurogiciel.org</email>
</author>
<published>2015-04-18T01:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=58c326901827e1b54a7d82fb38633eafc448874d'/>
<id>urn:sha1:58c326901827e1b54a7d82fb38633eafc448874d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make toybox --version use the "git describe" info if it's available.</title>
<updated>2015-04-17T07:46:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-04-17T07:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=90afbad4c1f115d5363fe99eb797d2458cd298a0'/>
<id>urn:sha1:90afbad4c1f115d5363fe99eb797d2458cd298a0</id>
<content type='text'>
</content>
</entry>
</feed>
