<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox, 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-13T00:04:15+00:00</updated>
<entry>
<title>Add clear (wrapper).</title>
<updated>2012-02-13T00:04:15+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-13T00:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a62df5f6da8e52fca695cff0bdbc3dd2e5228238'/>
<id>urn:sha1:a62df5f6da8e52fca695cff0bdbc3dd2e5228238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for head</title>
<updated>2012-02-11T05:59:57+00:00</updated>
<author>
<name>Timothy Elliott</name>
<email>tle@holymonkey.com</email>
</author>
<published>2012-02-11T05:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=270366f582fdf4fc704c4896b15efa0e84eb77a0'/>
<id>urn:sha1:270366f582fdf4fc704c4896b15efa0e84eb77a0</id>
<content type='text'>
This exposed one issue in head.c -- printf was not flushing and
file names could appear after file contents instead of before.

The issue is fixed by calling xflush after xprintf.
</content>
</entry>
<entry>
<title>Minor cleanups to echo: collapse together three tolower() calls, make indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C).</title>
<updated>2012-02-11T19:42:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-11T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=365bda87f40d0a2d410ebfe025d43ee13444058f'/>
<id>urn:sha1:365bda87f40d0a2d410ebfe025d43ee13444058f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting</title>
<updated>2012-02-11T13:58:50+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-02-11T13:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ef3e5284bf078ef3cb0bd21c4883b341f8a2cb96'/>
<id>urn:sha1:ef3e5284bf078ef3cb0bd21c4883b341f8a2cb96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for cksum</title>
<updated>2012-02-11T12:46:49+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-02-11T12:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d2ad17b2e50924233b589fa04fbf0462b9998ed0'/>
<id>urn:sha1:d2ad17b2e50924233b589fa04fbf0462b9998ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct cksum parameters and clarify -N option</title>
<updated>2012-02-11T12:48:04+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-02-11T12:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2f9b215b313016e703c558cca1e12e3dcb563a06'/>
<id>urn:sha1:2f9b215b313016e703c558cca1e12e3dcb563a06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct description of nice levels in help of nice</title>
<updated>2012-02-10T12:36:48+00:00</updated>
<author>
<name>Elie De Brauwer</name>
<email>eliedebrauwer@gmail.com</email>
</author>
<published>2012-02-10T12:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=dc44e709bdb678c20d2b579f77662934f0a2c533'/>
<id>urn:sha1:dc44e709bdb678c20d2b579f77662934f0a2c533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanups for head.</title>
<updated>2012-02-09T12:36:42+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-09T12:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0d3961f2d3cfe3eeecdd4ffb5e601b5058537570'/>
<id>urn:sha1:0d3961f2d3cfe3eeecdd4ffb5e601b5058537570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement head</title>
<updated>2012-02-07T01:35:59+00:00</updated>
<author>
<name>Timothy Elliott</name>
<email>tle@holymonkey.com</email>
</author>
<published>2012-02-07T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=41a2130487e6096ec9f3cecbfc90f4c2d0169ec1'/>
<id>urn:sha1:41a2130487e6096ec9f3cecbfc90f4c2d0169ec1</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
