<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, branch 0.4.4</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.4.4</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.4.4'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2013-03-05T09:06:42+00:00</updated>
<entry>
<title>Call stat "stat" instead of "st" in menuconfig. Use xmalloc() instead of malloc.</title>
<updated>2013-03-05T09:06:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-03-05T09:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f9d7c95149640c25df6837a90c0a8f91caea27ac'/>
<id>urn:sha1:f9d7c95149640c25df6837a90c0a8f91caea27ac</id>
<content type='text'>
perror_msg() sets return code already. Truncate long english messages that
don't get translated. Don't return int from a function hardwired to always
return 0. Don't test for that hardwired return value to change and print an
error message that can never happen and would be a duplicate anyway.
More whitespace cleanup. C does not require typecasting void *.
Remove 404 URL to stat.html that isn't in posix.
</content>
</entry>
<entry>
<title>Fix whitespace in submitted stat command.</title>
<updated>2013-03-05T08:48:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-03-05T08:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=61dacaad14e358bcadc2b18fce94b44a2867f2d6'/>
<id>urn:sha1:61dacaad14e358bcadc2b18fce94b44a2867f2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another allyesconfig build break in the pending directory.</title>
<updated>2013-03-05T08:33:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-03-05T08:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e3f0787a94c1727a4c59bbd46c612bcff298e027'/>
<id>urn:sha1:e3f0787a94c1727a4c59bbd46c612bcff298e027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sed's still just a stub, but clean it up enough so it at least compiles.</title>
<updated>2013-02-24T19:48:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-24T19:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cc99be215388cc3ffce0d8edc552cb344259b45c'/>
<id>urn:sha1:cc99be215388cc3ffce0d8edc552cb344259b45c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add readahead.</title>
<updated>2013-02-24T18:51:40+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-24T18:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=53832006245010487d8d12599ce011d67bf19f94'/>
<id>urn:sha1:53832006245010487d8d12599ce011d67bf19f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a warning when debug code enabled.</title>
<updated>2013-02-22T18:03:17+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-22T18:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=799515eabe6de341393efecf3756b3f80b18c9af'/>
<id>urn:sha1:799515eabe6de341393efecf3756b3f80b18c9af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some unfinished commands to the "pending" directory.</title>
<updated>2013-02-22T17:22:01+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-22T17:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=dd009d622ad7b6094efe073f0974a5e3a523cc32'/>
<id>urn:sha1:dd009d622ad7b6094efe073f0974a5e3a523cc32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement cp -s option.</title>
<updated>2013-02-11T00:04:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-11T00:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=865afc55d04ede07db830c767bec75fb67c3ff6f'/>
<id>urn:sha1:865afc55d04ede07db830c767bec75fb67c3ff6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACITY. Substitute constants so they can get the rest of losetup without a build break.</title>
<updated>2013-02-03T23:04:36+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-02-03T23:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=af0011995826b635658e29b107d33cf9ee7cdd42'/>
<id>urn:sha1:af0011995826b635658e29b107d33cf9ee7cdd42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i.</title>
<updated>2013-01-31T10:13:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-31T10:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=22791083dab2de2b22154dd4e0e593ff6c48e08b'/>
<id>urn:sha1:22791083dab2de2b22154dd4e0e593ff6c48e08b</id>
<content type='text'>
</content>
</entry>
</feed>
