<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/du.c, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2001-10-24T05:00:29+00:00</updated>
<entry>
<title>Major rework of the directory structure and the entire build system.</title>
<updated>2001-10-24T05:00:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-10-24T05:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bdfd0d78bc44e73d693510e70087857785b3b521'/>
<id>urn:sha1:bdfd0d78bc44e73d693510e70087857785b3b521</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Fix a silly logic error which caused symlinks to be printed twice, and</title>
<updated>2001-06-30T17:54:20+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-30T17:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8fa1bf7cd6fefc5ac3fb13eb85569d874e84f88e'/>
<id>urn:sha1:8fa1bf7cd6fefc5ac3fb13eb85569d874e84f88e</id>
<content type='text'>
wrongly caused the return code to be an error.
 -Erik
</content>
</entry>
<entry>
<title>I reworked make_human_readable_str so it now has a sane interface,</title>
<updated>2001-06-13T08:02:45+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-13T08:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f429baca868b7f62ffdeefbfce41abd677f97876'/>
<id>urn:sha1:f429baca868b7f62ffdeefbfce41abd677f97876</id>
<content type='text'>
and then fixed up df, du, and ls to use the new interface.  I also
fixed up some formatting issues in ls while I was in there.
 -Erik
</content>
</entry>
<entry>
<title>Vladimir's last_patch13, containing several bugfixes.</title>
<updated>2001-06-01T21:47:15+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-01T21:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8b113f93b9b9157ea1e013667eaaf00aed97a251'/>
<id>urn:sha1:8b113f93b9b9157ea1e013667eaaf00aed97a251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Vladimir to use last_char_is to simplify du.c</title>
<updated>2001-05-07T22:49:43+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-07T22:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=04b0354d8e0b09ed2af80f590e2203137114819b'/>
<id>urn:sha1:04b0354d8e0b09ed2af80f590e2203137114819b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove summary header.  Not present in GNU or SUSv2.</title>
<updated>2001-05-03T04:45:40+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2001-05-03T04:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6689140597d1060fb4a152bec229edc66ef3d469'/>
<id>urn:sha1:6689140597d1060fb4a152bec229edc66ef3d469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move messages.c to libbb.  Make each string in messages.c be its own .o file.</title>
<updated>2001-04-25T05:39:18+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-04-25T05:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=04095e58fb4d3a083f77962714080ffe8139b39c'/>
<id>urn:sha1:04095e58fb4d3a083f77962714080ffe8139b39c</id>
<content type='text'>
This way, we can new get rid of all that tedious #define rubbish we used to
need to enable specific messages.  This way is enormously simpler, and as a
bonus also ends up saving us 96 bytes.
 -Erik
</content>
</entry>
<entry>
<title>Apply Vladimir's latest cleanup patch.</title>
<updated>2001-04-09T22:48:12+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-04-09T22:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e5dfced23a904d08afa5dcee190c3c3d845d9f50'/>
<id>urn:sha1:e5dfced23a904d08afa5dcee190c3c3d845d9f50</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Patchs from Jeff Garzik &lt;jgarzik@mandrakesoft.com&gt; to cleanup</title>
<updated>2001-03-09T14:36:42+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-09T14:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eba8ed71f08f334bc94ac8eeedcd998fcdd05897'/>
<id>urn:sha1:eba8ed71f08f334bc94ac8eeedcd998fcdd05897</id>
<content type='text'>
warnings with glibc 2.2 and use always use xfopen
 -Erik
</content>
</entry>
<entry>
<title>Some minor cleanups to df.c. Also, with Erik's blessing, changed name of</title>
<updated>2001-03-07T17:42:07+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-03-07T17:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ae5612ca6e74ba251cd10fc853dcf9694c0fecf1'/>
<id>urn:sha1:ae5612ca6e74ba251cd10fc853dcf9694c0fecf1</id>
<content type='text'>
'format' function to 'make_human_readable_str'.
</content>
</entry>
</feed>
