<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/lib, branch 0.3.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.3.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2012-06-10T03:25:49+00:00</updated>
<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>
<entry>
<title>Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way.</title>
<updated>2012-05-27T05:56:17+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-05-27T05:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=6cd8ae641e136ce090afad900954b586c474df01'/>
<id>urn:sha1:6cd8ae641e136ce090afad900954b586c474df01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE.</title>
<updated>2012-05-20T20:00:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-05-20T20:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=8c4ae8a78eae279db5d5be25f7b4618427844a92'/>
<id>urn:sha1:8c4ae8a78eae279db5d5be25f7b4618427844a92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First pass at a complete rewrite of string_to_mode().  (It compiled!)</title>
<updated>2012-05-17T02:11:43+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-05-17T02:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b6f601e5e6935bed3b15ff8680303ddb7a76fb4f'/>
<id>urn:sha1:b6f601e5e6935bed3b15ff8680303ddb7a76fb4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace (tabs vs spaces) cleanup.</title>
<updated>2012-05-09T11:11:23+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-05-09T11:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=4d0f02f30b8ecf207cfb812af83f6ab4e26f5497'/>
<id>urn:sha1:4d0f02f30b8ecf207cfb812af83f6ab4e26f5497</id>
<content type='text'>
</content>
</entry>
</feed>
