<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, branch 0.7.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-02-02T17:12:05+00:00</updated>
<entry>
<title>Release time.</title>
<updated>2016-02-02T17:12:05+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-02T17:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d2893d8173da0729af3c78661a8309bfce3e5ba5'/>
<id>urn:sha1:d2893d8173da0729af3c78661a8309bfce3e5ba5</id>
<content type='text'>
Calling it 0.7.0 because the fullscreen (cursor/utf8) infrasructure is in now.
</content>
</entry>
<entry>
<title>Fix directory test in cp.</title>
<updated>2016-02-02T05:03:35+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2016-01-06T16:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2554243d8872a5083ad2bbd019e2e513000df3c6'/>
<id>urn:sha1:2554243d8872a5083ad2bbd019e2e513000df3c6</id>
<content type='text'>
Commit 3d33dd80f8cb931e293d7f64c44bc357fec11120 fixed a use of S_ISDIR
on st_dev rather than st_mode in find, but there was another instance
of the same error in cp.
</content>
</entry>
<entry>
<title>Add find -delete</title>
<updated>2016-02-01T18:46:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-02-01T18:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8aee3e5b5e774e3d79951d240e08384590811ffc'/>
<id>urn:sha1:8aee3e5b5e774e3d79951d240e08384590811ffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More testsuite tweaks.</title>
<updated>2016-01-31T22:28:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3f3049c2f1b225f244fe3c1205935c48c542a055'/>
<id>urn:sha1:3f3049c2f1b225f244fe3c1205935c48c542a055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chmod.test had umask assumptions which broke, so set explicit umask.</title>
<updated>2016-01-31T21:37:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=324a4a018a4e949d2262ca622722948712ec4a4d'/>
<id>urn:sha1:324a4a018a4e949d2262ca622722948712ec4a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken test in cat.test.</title>
<updated>2016-01-31T21:30:48+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T21:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e5e286bf3cd8544ab161c508cbc810a104a7b186'/>
<id>urn:sha1:e5e286bf3cd8544ab161c508cbc810a104a7b186</id>
<content type='text'>
"cat /proc/self/exe &amp;&amp; cmp /proc/self/exe" won't see the same file if cat
and cmp aren't both in a toybox multiplexer binary, so snapshot and pick one.
</content>
</entry>
<entry>
<title>Fix blkid typo (label wasn't detected in murderfs).</title>
<updated>2016-01-31T20:33:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T20:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=acf34f524d28fc51ac06dae6a1a6948d3e26bb68'/>
<id>urn:sha1:acf34f524d28fc51ac06dae6a1a6948d3e26bb68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak to "find" tests.</title>
<updated>2016-01-31T18:42:16+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T18:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8b847943dea4da31d5235c9bf7d73ce34e371fd0'/>
<id>urn:sha1:8b847943dea4da31d5235c9bf7d73ce34e371fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add grep -B -C</title>
<updated>2016-01-31T04:07:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T04:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=36aed25f3f54f7871d5810adfe99d96944e0afb4'/>
<id>urn:sha1:36aed25f3f54f7871d5810adfe99d96944e0afb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add grep -A</title>
<updated>2016-01-31T00:28:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-31T00:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b97d8211fa5c382f32e9a9f606a8566bd2ec09fb'/>
<id>urn:sha1:b97d8211fa5c382f32e9a9f606a8566bd2ec09fb</id>
<content type='text'>
</content>
</entry>
</feed>
