<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/scripts, branch 0.8.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.8.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2019-02-01T20:51:31+00:00</updated>
<entry>
<title>Fix record-commands and logwrapper.c</title>
<updated>2019-02-01T20:51:31+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-01T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ac617315854d7985105a6cf341a5c0153fe3e35d'/>
<id>urn:sha1:ac617315854d7985105a6cf341a5c0153fe3e35d</id>
<content type='text'>
record-commands: Delete old log, only delete $WRAPDIR at end if path wasn't
externally supplied, don't add the rm at the end to the log.

logwrapper.c: don't skip filename when measuring space for command line malloc,
use argv[0] instead of /proc/self/exe (which is realpath -f).
</content>
</entry>
<entry>
<title>Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config.</title>
<updated>2019-02-01T04:45:54+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-02-01T04:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=46c63ae43a89a340354493ee96a4b2b5fdf87b8d'/>
<id>urn:sha1:46c63ae43a89a340354493ee96a4b2b5fdf87b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Command logging wrapper to help analyze what commands scripts call and how.</title>
<updated>2019-01-30T22:16:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-30T22:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a242b5be0b486fb1137c45c87e2867aef2e1fcb3'/>
<id>urn:sha1:a242b5be0b486fb1137c45c87e2867aef2e1fcb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have test.sh use portability.sh too.</title>
<updated>2019-01-19T23:00:26+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-19T23:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b67a5a07b0c3173922b7f2305f90216375be0bd5'/>
<id>urn:sha1:b67a5a07b0c3173922b7f2305f90216375be0bd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed.</title>
<updated>2019-01-19T22:58:04+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-19T22:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=84ef9083fbb8435031b0f0ff8ac03324ce2d0e6f'/>
<id>urn:sha1:84ef9083fbb8435031b0f0ff8ac03324ce2d0e6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various warnings building on FreeBSD.</title>
<updated>2019-01-19T22:50:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-19T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=81207825c50fa9a4ec1475024543f830dee247fd'/>
<id>urn:sha1:81207825c50fa9a4ec1475024543f830dee247fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test".</title>
<updated>2019-01-18T12:20:02+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-18T12:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d775032eea8056a93a4a2758a112bdb4fd8764bf'/>
<id>urn:sha1:d775032eea8056a93a4a2758a112bdb4fd8764bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach the argument plumbing how to do -@ for mkfs.vfat</title>
<updated>2018-12-26T18:07:14+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-12-26T18:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=831266c06862c1be6195382a02b86cb52ef304dc'/>
<id>urn:sha1:831266c06862c1be6195382a02b86cb52ef304dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the mkflags logic a bit.</title>
<updated>2018-12-26T03:24:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-12-26T03:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5a670c5883a996e7b99f9ca900fd0e2ec53eb583'/>
<id>urn:sha1:5a670c5883a996e7b99f9ca900fd0e2ec53eb583</id>
<content type='text'>
We're not going to USE_BLAH("a")"(longopt)" or similarly crazy corner cases,
so don't try to support them.
</content>
</entry>
<entry>
<title>macOS: iconv(1) needs libiconv on the mac.</title>
<updated>2018-12-05T06:14:56+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-12-05T00:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=71900746fb1e6ec4abe18a23bc26ad0a467355be'/>
<id>urn:sha1:71900746fb1e6ec4abe18a23bc26ad0a467355be</id>
<content type='text'>
</content>
</entry>
</feed>
