<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.2.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.2.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2012-02-09T12:09:27+00:00</updated>
<entry>
<title>Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer.</title>
<updated>2012-02-09T12:09:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-09T12:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5e6dca62869816709f4f6a16d9c191a9e93522a4'/>
<id>urn:sha1:5e6dca62869816709f4f6a16d9c191a9e93522a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use stpcpy() (posix 2008) for slight code shrink.</title>
<updated>2012-02-09T01:29:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-09T01:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4cd7d19d653eaacff1da3b13eefac3938e888b3d'/>
<id>urn:sha1:4cd7d19d653eaacff1da3b13eefac3938e888b3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing unecessary allocation.</title>
<updated>2012-02-03T13:17:48+00:00</updated>
<author>
<name>Luis Felipe Strano Moraes</name>
<email>luis.strano@gmail.com</email>
</author>
<published>2012-02-03T13:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d387c0183a95f029d1624726b27a3c9094792113'/>
<id>urn:sha1:d387c0183a95f029d1624726b27a3c9094792113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quick and dirty terminal_size() and yesno() functions, both of which need to be improved.</title>
<updated>2012-02-02T13:27:35+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-02T13:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=26e7b5ece4b8b0440048759bc49f3b357a4c4c45'/>
<id>urn:sha1:26e7b5ece4b8b0440048759bc49f3b357a4c4c45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Commit 415 needs the other two files.  (Oops.)</title>
<updated>2012-02-02T13:26:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-02T13:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f01503d18a35c71706edf8b1801af55cfcb19733'/>
<id>urn:sha1:f01503d18a35c71706edf8b1801af55cfcb19733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;&gt;= to lib/args.c, with documentation.</title>
<updated>2012-01-29T19:54:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-01-29T19:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b6063de0382e9145df7fdb63383244f68d355243'/>
<id>urn:sha1:b6063de0382e9145df7fdb63383244f68d355243</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix (spotted by Nathan McSween): xread can't detect &lt;0 if the return type is stored in an unsigned variable.</title>
<updated>2011-12-28T19:01:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2011-12-28T19:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f265d04ab8214f4789a7ff971acba3d97b84a0e0'/>
<id>urn:sha1:f265d04ab8214f4789a7ff971acba3d97b84a0e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot to check in loopfiles_rw changes needed by truncate.</title>
<updated>2011-12-12T21:19:52+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2011-12-12T21:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ad63f4bfd38c3728268983f15345010248614b01'/>
<id>urn:sha1:ad63f4bfd38c3728268983f15345010248614b01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out parse_optflaglist(), and move local variables to optflagstate.</title>
<updated>2011-11-30T13:21:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2011-11-30T13:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=763e42b152a1cb80790c3720faaf3d102a35434c'/>
<id>urn:sha1:763e42b152a1cb80790c3720faaf3d102a35434c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as yet) unsupported multi-function option (ala "x*@").</title>
<updated>2011-11-28T06:22:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2011-11-28T06:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=3e87923575eb224a05e069f9ef2bff60dde9475b'/>
<id>urn:sha1:3e87923575eb224a05e069f9ef2bff60dde9475b</id>
<content type='text'>
</content>
</entry>
</feed>
