<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts, branch 1_15_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_15_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_15_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-08-22T16:00:39+00:00</updated>
<entry>
<title>beep: optimize</title>
<updated>2009-08-22T16:00:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-22T16:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0da1c0a73298087def5f42be61913b79fd2d9193'/>
<id>urn:sha1:0da1c0a73298087def5f42be61913b79fd2d9193</id>
<content type='text'>
function                                             old     new   delta
beep_main                                            394     276    -118

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add config knob for default freq and length</title>
<updated>2009-08-21T12:40:29+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-08-21T12:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=00ea82e846de6ef6e613effce7f30308cf85c22c'/>
<id>urn:sha1:00ea82e846de6ef6e613effce7f30308cf85c22c</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>update defconfig</title>
<updated>2009-08-20T22:16:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-20T22:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e10db56aa3e069388e84f7166e05032ba5b89295'/>
<id>urn:sha1:e10db56aa3e069388e84f7166e05032ba5b89295</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2009-08-08T01:20:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-08T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0568b6e45aa59c72815378134715232fd11d9100'/>
<id>urn:sha1:0568b6e45aa59c72815378134715232fd11d9100</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>trylink: don't use ld --gc-sections if ld doesn't support it</title>
<updated>2009-06-26T22:24:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-06-26T22:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eb1cda2f2d6236baf36986d2da07cc564617fa88'/>
<id>urn:sha1:eb1cda2f2d6236baf36986d2da07cc564617fa88</id>
<content type='text'>
Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mkswap: remove configuration for v0 support</title>
<updated>2009-06-19T11:45:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-06-19T11:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8e5d83b6c1d91e4e61d340656338597ab1dea3f9'/>
<id>urn:sha1:8e5d83b6c1d91e4e61d340656338597ab1dea3f9</id>
<content type='text'>
mkswap hasn't had v0 support since commit
d893b120bae5a9bdef4cfda2df5e62867d6b1cd0; it doesn't seem to make sense
to offer it for configuration.

Signed-off-by: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS</title>
<updated>2009-06-19T10:10:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-06-19T10:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f3b92d385695aecefd93d5f199be1f64270c2687'/>
<id>urn:sha1:f3b92d385695aecefd93d5f199be1f64270c2687</id>
<content type='text'>
Signed-off-by: Colin Watson &lt;cjwatson@ubuntu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: touchup argv handling</title>
<updated>2009-06-01T20:37:27+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-06-01T20:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98f74034cd23e708686bda38975fa0691e5be971'/>
<id>urn:sha1:98f74034cd23e708686bda38975fa0691e5be971</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Reported-by: Matt Mackall &lt;mpm@selenic.com&gt;
</content>
</entry>
<entry>
<title>bloat-o-meter: fix tab/space mixing</title>
<updated>2009-06-01T20:34:11+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-06-01T20:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5177e28e9c8d1d0453f906abbf198d0b13c01bfb'/>
<id>urn:sha1:5177e28e9c8d1d0453f906abbf198d0b13c01bfb</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>add .gitignore files</title>
<updated>2009-05-05T13:05:30+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-05T13:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3322351724be7e094dfe82a496fd0bbc1626ffff'/>
<id>urn:sha1:3322351724be7e094dfe82a496fd0bbc1626ffff</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
