<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/findutils, branch 1_14_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_14_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_14_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-04-01T11:24:04+00:00</updated>
<entry>
<title>trailing whitespace removal</title>
<updated>2009-04-01T11:24:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-01T11:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3266aa9ec285dbcf254daa17c103bf69dc755967'/>
<id>urn:sha1:3266aa9ec285dbcf254daa17c103bf69dc755967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compatibility fixes:</title>
<updated>2009-03-20T22:17:13+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-20T22:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=83518d18a34a3ddfcaac1739930d8469f5bc2442'/>
<id>urn:sha1:83518d18a34a3ddfcaac1739930d8469f5bc2442</id>
<content type='text'>
grep: support -z
find: support --mindepth
  together +45 bytes
cpio: support -p (configurable, +230 bytes)
libbb: tweaks for cpio

</content>
</entry>
<entry>
<title>timeout: new applet. 370 bytes. by Roberto Foglietta.</title>
<updated>2008-11-24T13:25:20+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-24T13:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a9acbe6caddc59e7e25f4e469322e5c210e17775'/>
<id>urn:sha1:a9acbe6caddc59e7e25f4e469322e5c210e17775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- typo in documentation</title>
<updated>2008-10-27T21:30:39+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-10-27T21:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d498850e02861ac4422f9a1e88deb8dec2c34887'/>
<id>urn:sha1:d498850e02861ac4422f9a1e88deb8dec2c34887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case</title>
<updated>2008-09-30T22:37:29+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-09-30T22:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f60719cd4967c6abf92c47737641ba4a33cd7d61'/>
<id>urn:sha1:f60719cd4967c6abf92c47737641ba4a33cd7d61</id>
<content type='text'>
 by Natanael Copa

</content>
</entry>
<entry>
<title>grep: yet another fixlet for EXTRA_COMPAT</title>
<updated>2008-09-19T21:32:51+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-09-19T21:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9ac706b7a6074186eaaafd5a2ecfd84b5ddc80dc'/>
<id>urn:sha1:9ac706b7a6074186eaaafd5a2ecfd84b5ddc80dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grep: fix EXTRA_COMPAT grep to honor -E and -i</title>
<updated>2008-09-19T21:29:21+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-09-19T21:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c110b7d61f33169d8aee348801fe32c86fef4c55'/>
<id>urn:sha1:c110b7d61f33169d8aee348801fe32c86fef4c55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grep: option to use GNU regex matching instead of POSIX one.</title>
<updated>2008-08-09T16:15:14+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-08-09T16:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3fd15e197e21aa313ce56126ee814f0ebc884dee'/>
<id>urn:sha1:3fd15e197e21aa313ce56126ee814f0ebc884dee</id>
<content type='text'>
 This fixes problems with NULs in files being scanned, but
 costs +800 bytes. The same can be done to sed (TODO).

</content>
</entry>
<entry>
<title>xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.</title>
<updated>2008-08-04T21:30:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-08-04T21:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=82ad032e263de5d69a70cc9b169aab393f5a2b50'/>
<id>urn:sha1:82ad032e263de5d69a70cc9b169aab393f5a2b50</id>
<content type='text'>
 closes bug 4414

</content>
</entry>
<entry>
<title>xargs: fix xargs -e; added test for that</title>
<updated>2008-08-03T19:12:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-08-03T19:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cc08ad26fe371e0b0bdbc58343c1f33a8840d2a0'/>
<id>urn:sha1:cc08ad26fe371e0b0bdbc58343c1f33a8840d2a0</id>
<content type='text'>
</content>
</entry>
</feed>
