<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/findutils, branch 0_60_4</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_60_4</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_60_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2002-09-16T10:44:24+00:00</updated>
<entry>
<title>last_patch55 from vodz:</title>
<updated>2002-09-16T10:44:24+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-09-16T10:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d4ee98940bf2a2b2a2220dbcc8cbfd413fc83c60'/>
<id>urn:sha1:d4ee98940bf2a2b2a2220dbcc8cbfd413fc83c60</id>
<content type='text'>
    I found overflow problem in xargs applet
    (allocated not space for trailing '\0').
    Last patch also reduce 22 bytes size. ;)
</content>
</entry>
<entry>
<title>Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and</title>
<updated>2002-08-03T14:49:03+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-08-03T14:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0d833ca7fdf8500956191947dee4eb9bda49e86d'/>
<id>urn:sha1:0d833ca7fdf8500956191947dee4eb9bda49e86d</id>
<content type='text'>
malloc does not clear memory by default (somehow this worked on x86, but
not on arm)
</content>
</entry>
<entry>
<title>Patch for bug #1183: Added a -xdev option to find (configurable)</title>
<updated>2002-07-24T00:34:48+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-07-24T00:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=41369af3f2bd415c58266618aa3fd1fe6badacfa'/>
<id>urn:sha1:41369af3f2bd415c58266618aa3fd1fe6badacfa</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>* findutils/grep.c (grep_main): Remove unnecessary use of junk.</title>
<updated>2002-02-22T22:08:16+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2002-02-22T22:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eed9451cf6076a07b1768c3ca5ef21618b00b38d'/>
<id>urn:sha1:eed9451cf6076a07b1768c3ca5ef21618b00b38d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not segfault if PATH is unset.</title>
<updated>2002-01-14T18:30:10+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2002-01-14T18:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a3181dd833970b1aa99087c3e3647387116547f0'/>
<id>urn:sha1:a3181dd833970b1aa99087c3e3647387116547f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.</title>
<updated>2001-12-20T23:13:26+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2001-12-20T23:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1f0c43668ac332cbcf61cbdf71844799327cc8b9'/>
<id>urn:sha1:1f0c43668ac332cbcf61cbdf71844799327cc8b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix undeclared variable error.</title>
<updated>2001-11-20T16:00:44+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2001-11-20T16:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=585f657e2dc79acfa4e758933886786c8edefbdf'/>
<id>urn:sha1:585f657e2dc79acfa4e758933886786c8edefbdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Usr get_last_path_component() name basename()</title>
<updated>2001-11-20T00:23:48+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-11-20T00:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=81ee96fe62916e9bd571cf3456d87cb1bba4c210'/>
<id>urn:sha1:81ee96fe62916e9bd571cf3456d87cb1bba4c210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oops</title>
<updated>2001-11-19T11:45:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-11-19T11:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6f8b7ea452656faf0183e378cb9fd457ffd9b8d6'/>
<id>urn:sha1:6f8b7ea452656faf0183e378cb9fd457ffd9b8d6</id>
<content type='text'>
</content>
</entry>
</feed>
