<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb, branch 0_60_3</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_60_3</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_60_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2002-04-13T14:44:42+00:00</updated>
<entry>
<title>Silly me</title>
<updated>2002-04-13T14:44:42+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-04-13T14:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c8459a5a8f692faead7f26a6905b056805767bab'/>
<id>urn:sha1:c8459a5a8f692faead7f26a6905b056805767bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stupid gcc always includes its own builtin strlen()...</title>
<updated>2002-04-13T13:02:03+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-04-13T13:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db7d5fca5f6a98a68a16bbea7cd71593791c43dc'/>
<id>urn:sha1:db7d5fca5f6a98a68a16bbea7cd71593791c43dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completely rework the config system so that it no longer annoys me to work on</title>
<updated>2002-04-12T12:05:57+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-04-12T12:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=85208e2ab94ddd60cc97dd7ae4a3b2a588281398'/>
<id>urn:sha1:85208e2ab94ddd60cc97dd7ae4a3b2a588281398</id>
<content type='text'>
the busybox development tree.  This eliminates the use of recursive make, and
once again allows us to run 'make' in a subdirectory with the expected result.
And things are now much faster too.  Greatly improved IMHO...
 -Erik
</content>
</entry>
<entry>
<title>Fix devfs loop device support</title>
<updated>2002-03-20T15:25:25+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-03-20T15:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c7a3fb96d0936bbbedc428eafd3701edd219f70a'/>
<id>urn:sha1:c7a3fb96d0936bbbedc428eafd3701edd219f70a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reinitialize initial shift register value for on each pass.</title>
<updated>2002-03-20T13:30:40+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-03-20T13:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=89de1e7930a752e0a444d30172ca508f58f02365'/>
<id>urn:sha1:89de1e7930a752e0a444d30172ca508f58f02365</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Cleanup a libc5 compatibility hack</title>
<updated>2002-03-12T00:35:40+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-03-12T00:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=806c74fe19e7c316fa0715ad82d598c8e216fb13'/>
<id>urn:sha1:806c74fe19e7c316fa0715ad82d598c8e216fb13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is</title>
<updated>2002-02-26T15:28:22+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2002-02-26T15:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a99b1943360e3efaa60b83ee9b54c8077fee5212'/>
<id>urn:sha1:a99b1943360e3efaa60b83ee9b54c8077fee5212</id>
<content type='text'>
  requested.
  (xrealloc): Simplify.
</content>
</entry>
<entry>
<title>chomp should only remove the newline if it occurs at the end of the input.</title>
<updated>2002-01-02T18:51:23+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2002-01-02T18:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0733e840bd1f94eee6a07f2a1986e29c9ddfe20c'/>
<id>urn:sha1:0733e840bd1f94eee6a07f2a1986e29c9ddfe20c</id>
<content type='text'>
This was caught by the test suite (in sed/sed-aic-commands).

* libbb/chomp.c: Revert to revision 1.5.
</content>
</entry>
<entry>
<title>unzip applet by Laurence Anderson</title>
<updated>2002-01-02T13:52:26+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2002-01-02T13:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b'/>
<id>urn:sha1:87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b</id>
<content type='text'>
----------------------------------------------------------------------
</content>
</entry>
<entry>
<title>optimize this a little bit.</title>
<updated>2001-12-29T07:26:33+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-12-29T07:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=79a466f1285509853b2fa37351219d58506c58c4'/>
<id>urn:sha1:79a466f1285509853b2fa37351219d58506c58c4</id>
<content type='text'>
</content>
</entry>
</feed>
