<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/toys, 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-11T05:59:57+00:00</updated>
<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>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>More cmp.c shrinkage.</title>
<updated>2012-02-08T04:25:59+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-08T04:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=f7c1de35882f1f6eddada222efd798f0b66b6dcf'/>
<id>urn:sha1:f7c1de35882f1f6eddada222efd798f0b66b6dcf</id>
<content type='text'>
Abuse loopfiles() to handle both arguments, caching the first pass in globals.
That eliminates get_fd() since loopfiles already knows how to handle "-" arg.
Chop toybuf in half and use half for each file, eliminating malloc/free.
main() becomes just a call to loopfiles(), which does all open/close.
</content>
</entry>
<entry>
<title>Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets.</title>
<updated>2012-02-08T03:32:32+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-02-08T03:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e0bd691bdf3f1ce19dcebfe46d830a0fc408e3d5'/>
<id>urn:sha1:e0bd691bdf3f1ce19dcebfe46d830a0fc408e3d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switching who default to 'n' since it's not yet fully implemented.</title>
<updated>2012-02-07T20:13:41+00:00</updated>
<author>
<name>Luis Felipe Strano Moraes</name>
<email>lfelipe@profusion.mobi</email>
</author>
<published>2012-02-07T20:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=790310882b62495826d306e998a64a646fb74c68'/>
<id>urn:sha1:790310882b62495826d306e998a64a646fb74c68</id>
<content type='text'>
</content>
</entry>
</feed>
