<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/debianutils, branch 1_17_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_17_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_17_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-07-24T22:13:27+00:00</updated>
<entry>
<title>Apply post-1.17.0 fixes</title>
<updated>2010-07-24T22:13:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-24T22:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=503a07cab24a1e58099a04970babd2b761469449'/>
<id>urn:sha1:503a07cab24a1e58099a04970babd2b761469449</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: introduce and use xfork() and xvfork()</title>
<updated>2010-07-04T13:32:38+00:00</updated>
<author>
<name>Pascal Bellard</name>
<email>pascal.bellard@ads-lu.com</email>
</author>
<published>2010-07-04T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=926031b7640bf5aad2ffcd54b096911743a47d97'/>
<id>urn:sha1:926031b7640bf5aad2ffcd54b096911743a47d97</id>
<content type='text'>
function                                             old     new   delta
launch_helper                                        170     169      -1
setup_heredoc                                        312     302     -10
handle_dir_common                                    367     354     -13
expand_vars_to_list                                 2456    2443     -13
open_transformer                                      89      74     -15
data_extract_to_command                              439     423     -16
do_ipaddr                                           1406    1389     -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/7 up/down: 0/-85)             Total: -85 bytes

Signed-off-by: Pascal Bellard &lt;pascal.bellard@ads-lu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: make exec failure message more consistent</title>
<updated>2010-06-24T23:46:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-24T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=41ddd9f60604cd994eeb37eb5708e9d3d5c8484b'/>
<id>urn:sha1:41ddd9f60604cd994eeb37eb5708e9d3d5c8484b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd</title>
<updated>2010-06-18T01:16:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-18T01:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b814ca6335806a6eb47e22805620ec81d5d849d'/>
<id>urn:sha1:9b814ca6335806a6eb47e22805620ec81d5d849d</id>
<content type='text'>
function                                             old     new   delta
mktemp_main                                          171     152     -19

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: add INSERTs to *.src files where appropriate</title>
<updated>2010-06-08T10:15:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-08T10:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d70e0e995e41dc422442acd1eb4b086ff81b1961'/>
<id>urn:sha1:d70e0e995e41dc422442acd1eb4b086ff81b1961</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>pipe_progress: make it independent of printf machinery</title>
<updated>2010-06-06T19:53:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-06T19:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=19ced5c4253bc154aa499a72b6343e01245c92c0'/>
<id>urn:sha1:19ced5c4253bc154aa499a72b6343e01245c92c0</id>
<content type='text'>
function                                             old     new   delta
bb_putchar_stderr                                      -      24     +24
ParseField                                           494     471     -23
progress_meter                                       212     188     -24
xargs_main                                           888     842     -46
pipe_progress_main                                   151     105     -46
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/4 up/down: 24/-139)          Total: -115 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>pipe_progress: shrink</title>
<updated>2010-06-06T16:19:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-06T16:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f3303712ef483d270097cae4ba0a559b1056121'/>
<id>urn:sha1:5f3303712ef483d270097cae4ba0a559b1056121</id>
<content type='text'>
function                                             old     new   delta
pipe_progress_main                                   163     151     -12

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove defconfig. Now "make defconfig" simply uses defaults from Config.in</title>
<updated>2010-06-06T02:14:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-06T02:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f32bf8be63f70125049402ba43101d8c6083d46'/>
<id>urn:sha1:2f32bf8be63f70125049402ba43101d8c6083d46</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mass renaming Kbuild -&gt; Kbuild.src, Config.in -&gt; Config.src</title>
<updated>2010-06-04T18:10:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-04T18:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=da929a95aace0e79fbc621af2ab03c76d74d5fcb'/>
<id>urn:sha1:da929a95aace0e79fbc621af2ab03c76d74d5fcb</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove duplicate comment</title>
<updated>2010-05-10T10:25:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-10T10:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6334390aef2eb52cc827a6d18f942b2b8a04ef59'/>
<id>urn:sha1:6334390aef2eb52cc827a6d18f942b2b8a04ef59</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
