<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.5.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.5.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.5.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2014-11-20T03:38:00+00:00</updated>
<entry>
<title>Make md5sum and sha1sum work on big endian systems.</title>
<updated>2014-11-20T03:38:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-20T03:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=29e5e24c6d7ea08fc84895eb48de3a5f2250a547'/>
<id>urn:sha1:29e5e24c6d7ea08fc84895eb48de3a5f2250a547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixups for the android/bionic build probes patch.</title>
<updated>2014-11-19T22:55:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-19T22:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=561478541dbeb92e2c82c2fda7b43461293938e9'/>
<id>urn:sha1:561478541dbeb92e2c82c2fda7b43461293938e9</id>
<content type='text'>
The CFG_* symbols are always defined so if() can use them as compile-time
constants, so don't if defined() them.

Doing USE_BLAH() around variable definitions opens up the same potential for
config-dependent build breaks as #ifdefs do, just make the whole command
depend on the symbol for now, factor out the utmpx infrastructure later.

The PTY probe was always failing because it used NULL without #including
the header that defines it. Substitute 0 instead.
</content>
</entry>
<entry>
<title>probe for getspnam(), forkpty(), utmpx, replace sethostname()</title>
<updated>2014-11-19T22:38:46+00:00</updated>
<author>
<name>Isaac Dunham</name>
<email>ibid.ag@gmail.com</email>
</author>
<published>2014-11-19T22:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=46ddf0e34b03f7711a9c80f7a70dc8cbf732f782'/>
<id>urn:sha1:46ddf0e34b03f7711a9c80f7a70dc8cbf732f782</id>
<content type='text'>
Android is missing all of these; we need to probe for some so we have
a config symbol to depend on.
sethostname() is easily replaced.
We got termios.h via pty.h; now it's not included in configure-step tools,
so we need termios.h to generate globals.
</content>
</entry>
<entry>
<title>Fix "tail -c 10" segfault spotted by Lukasz Szpakowski.</title>
<updated>2014-11-19T20:29:53+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-19T20:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=159a7f1621eecf6cf3c2824ffb762a19bf5f7667'/>
<id>urn:sha1:159a7f1621eecf6cf3c2824ffb762a19bf5f7667</id>
<content type='text'>
Once we've read through the initial TT.bytes backlog we discard the extra data,
meaning we adjust the remaining amount each time so the overflow is zero bytes.
We were doing the adjustment right, but not zeroing out the overflow counter
after we did so.
</content>
</entry>
<entry>
<title>More sed bugfixes.</title>
<updated>2014-11-18T10:25:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-18T10:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=45bd6a2cd43ebd27e2696852959617704a8faafd'/>
<id>urn:sha1:45bd6a2cd43ebd27e2696852959617704a8faafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sed: fix 'q', and { }, and } after s/// with no semicolon.</title>
<updated>2014-11-18T03:21:04+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-18T03:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e9b1a61f81f500f7f3bb57082f8b1c53f61313dd'/>
<id>urn:sha1:e9b1a61f81f500f7f3bb57082f8b1c53f61313dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.)</title>
<updated>2014-11-17T09:14:05+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-17T09:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4a94ed0967ec27bb8976803191340aa575f32a19'/>
<id>urn:sha1:4a94ed0967ec27bb8976803191340aa575f32a19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more sed bugs.</title>
<updated>2014-11-17T00:58:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-17T00:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4a6eb58382c38274193d029f58c94da6f67daca5'/>
<id>urn:sha1:4a6eb58382c38274193d029f58c94da6f67daca5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sed 'b' with no label and 'N' in general.</title>
<updated>2014-11-16T20:21:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-16T20:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7928b0d28b7e8fe8b7cb7eeb5ddde4d4840db9e4'/>
<id>urn:sha1:7928b0d28b7e8fe8b7cb7eeb5ddde4d4840db9e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More sed bugfixes. (Did you know s/[/]// is a valid sed expression?)</title>
<updated>2014-11-15T23:19:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-11-15T23:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2814e457ed53f14bc333c79beaa19741a35f1d82'/>
<id>urn:sha1:2814e457ed53f14bc333c79beaa19741a35f1d82</id>
<content type='text'>
</content>
</entry>
</feed>
