<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.3.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.3.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.3.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2012-06-24T23:35:49+00:00</updated>
<entry>
<title>Unify chown and chgrp, add support for -hHLP flags.</title>
<updated>2012-06-24T23:35:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-24T23:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=78aaef2a7ac9e852258e385ff3923353d78b8781'/>
<id>urn:sha1:78aaef2a7ac9e852258e385ff3923353d78b8781</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor code refactoring.</title>
<updated>2012-06-23T03:14:13+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-23T03:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=285019a129c0dd8f5f9f0f4a6ecda74da961a449'/>
<id>urn:sha1:285019a129c0dd8f5f9f0f4a6ecda74da961a449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dirtree_parentfd()</title>
<updated>2012-06-16T20:16:08+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-16T20:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6ec2178fafa44b2e9d710218db1e9827c1c81857'/>
<id>urn:sha1:6ec2178fafa44b2e9d710218db1e9827c1c81857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyped in unistd.h. The fact glibc refuses to do so without a wacky #define is a glibc bug, treat it as such.</title>
<updated>2012-06-16T19:19:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-16T19:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=628eb9b22032fb0f2e343f43efa60ec52b01d345'/>
<id>urn:sha1:628eb9b22032fb0f2e343f43efa60ec52b01d345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement DIRTREE_SYMFOLLOW and ls -cSHL.</title>
<updated>2012-06-10T03:25:49+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-10T03:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4af1e1d784fa757e1d50b3fa42bd27f0a9b7782c'/>
<id>urn:sha1:4af1e1d784fa757e1d50b3fa42bd27f0a9b7782c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feeding -1 to xdup() isn't an error.</title>
<updated>2012-06-10T00:49:37+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-10T00:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=98356226c81109227faa89b721674e5fabf04b42'/>
<id>urn:sha1:98356226c81109227faa89b721674e5fabf04b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update chmod to work with new dirtree, and fix bugs in string_to_mode().</title>
<updated>2012-06-03T05:32:12+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-03T05:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=67a069d62c11abc3ed709a1fd3c39a1aa43570e3'/>
<id>urn:sha1:67a069d62c11abc3ed709a1fd3c39a1aa43570e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags.</title>
<updated>2012-06-02T01:27:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-02T01:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=38d3cfb8a38c32111e4bc713396f78ddbb0e5f50'/>
<id>urn:sha1:38d3cfb8a38c32111e4bc713396f78ddbb0e5f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor out dirtree_comeagain() callback, setting up depth-first search with open filehandle in node-&gt;extra.</title>
<updated>2012-06-02T01:04:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-02T01:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4fa1b32871f661a7e11898b274ec162d52c23ee9'/>
<id>urn:sha1:4fa1b32871f661a7e11898b274ec162d52c23ee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add xrealpath() at suggestion of Ashish Briggers.</title>
<updated>2012-06-01T18:50:41+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-01T18:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=eec463764dbc2e83325695583a1b73bebc492a9e'/>
<id>urn:sha1:eec463764dbc2e83325695583a1b73bebc492a9e</id>
<content type='text'>
</content>
</entry>
</feed>
