<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/ls.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<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>Make formatting match GNU ls (we were including a spare ' ')</title>
<updated>2001-07-31T22:43:50+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-07-31T22:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bb9579ffc3fd9d188bf6aaf592e78305c12c2944'/>
<id>urn:sha1:bb9579ffc3fd9d188bf6aaf592e78305c12c2944</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Some patches to make dietlibc work...</title>
<updated>2001-07-22T23:00:15+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-07-22T23:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8d79ce832062873e6328f616ebb0c80db32020e3'/>
<id>urn:sha1:8d79ce832062873e6328f616ebb0c80db32020e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some adjustments, mostly from David McCullough &lt;davidm@lineo.com&gt; to</title>
<updated>2001-07-19T22:28:02+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-07-19T22:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=20aab260e2f7011523402464fb079f48e5899890'/>
<id>urn:sha1:20aab260e2f7011523402464fb079f48e5899890</id>
<content type='text'>
make busybox be more uClinux friendly.  I also adjusted Config.h for
uClinux so it will automagically disable apps the arn't going to
work without fork() and such.
 -Erik
</content>
</entry>
<entry>
<title>Pad the human readable output for 'ls -sh' to 6 chars, since we will</title>
<updated>2001-06-30T18:00:26+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-30T18:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7e516797f973fdf8535284606af101339f2e6be4'/>
<id>urn:sha1:7e516797f973fdf8535284606af101339f2e6be4</id>
<content type='text'>
have numbers printed as XXX.YU, so we need 6 digits not 4.
 -Erik
</content>
</entry>
<entry>
<title>ls -s was reporting bytes instead of blocks.</title>
<updated>2001-06-30T07:46:50+00:00</updated>
<author>
<name>Manuel Novoa III</name>
<email>mjn3@codepoet.org</email>
</author>
<published>2001-06-30T07:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a77cfbfd0cbc6dbed2b22e8d8f47d28346a3179a'/>
<id>urn:sha1:a77cfbfd0cbc6dbed2b22e8d8f47d28346a3179a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up some warnings that show up on ppc</title>
<updated>2001-06-25T19:31:48+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-25T19:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=24982c589bcd53a3f38b868ca17fa12d4922e5ed'/>
<id>urn:sha1:24982c589bcd53a3f38b868ca17fa12d4922e5ed</id>
<content type='text'>
</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>Patch from larry to fix some grammar errors.</title>
<updated>2001-05-23T20:32:09+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-23T20:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=77d9268892b0d9624ab95bb551cbfe7a745d2666'/>
<id>urn:sha1:77d9268892b0d9624ab95bb551cbfe7a745d2666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made new xreadlink function for libbb and changed applets to use it instead of</title>
<updated>2001-04-30T18:17:00+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-04-30T18:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8a633268ef478a31bd649d582ce07e9c26a4a03a'/>
<id>urn:sha1:8a633268ef478a31bd649d582ce07e9c26a4a03a</id>
<content type='text'>
readlink(2).
</content>
</entry>
</feed>
