<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/findutils, 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-06-19T19:44:01+00:00</updated>
<entry>
<title>xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary</title>
<updated>2010-06-19T19:44:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-19T19:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4a96617095f40e3cfcf148a8a7d5d83f71079aa1'/>
<id>urn:sha1:4a96617095f40e3cfcf148a8a7d5d83f71079aa1</id>
<content type='text'>
function                                             old     new   delta
xargs_main                                           819     830     +11

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>findutils/*: move usage and applet bits to *.c files</title>
<updated>2010-06-15T13:40:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T13:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f731ce30ec2a9f5e9b231b47aa68f32b75feb35'/>
<id>urn:sha1:4f731ce30ec2a9f5e9b231b47aa68f32b75feb35</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: another code shrink</title>
<updated>2010-06-15T08:18:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T08:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=237aecedabb05abb199018c1e08b645b594bbff9'/>
<id>urn:sha1:237aecedabb05abb199018c1e08b645b594bbff9</id>
<content type='text'>
function                                             old     new   delta
process0_stdin                                       117     103     -14
process_stdin                                        336     314     -22

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: trivial code shrink</title>
<updated>2010-06-15T08:02:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-15T08:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f7e929e795c433014f76e4be808776e6dc968cbc'/>
<id>urn:sha1:f7e929e795c433014f76e4be808776e6dc968cbc</id>
<content type='text'>
function                                             old     new   delta
xargs_main                                           807     787     -20

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: trivial code shrink</title>
<updated>2010-06-14T10:38:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-14T10:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c28cafb18d4ecf079d77f15a7b8d9ba6d4241b5a'/>
<id>urn:sha1:c28cafb18d4ecf079d77f15a7b8d9ba6d4241b5a</id>
<content type='text'>
function                                             old     new   delta
process_stdin                                        343     336      -7
process0_stdin                                       124     117      -7
xargs_main                                           807     787     -20

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: simplify logic</title>
<updated>2010-06-13T22:57:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-13T22:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7a4021debaa1f89c0ee2ad41f446a8234f8261c7'/>
<id>urn:sha1:7a4021debaa1f89c0ee2ad41f446a8234f8261c7</id>
<content type='text'>
Removed double-buffering in a linked list.

function                                             old     new   delta
store_param                                            -      56     +56
xargs_main                                           871     840     -31
process_stdin                                        458     396     -62
process0_stdin                                       267     143    -124
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/3 up/down: 56/-217)          Total: -161 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: fix accounting of -sNUM</title>
<updated>2010-06-13T10:43:54+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-13T10:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aaa24e09f98f2694f25abb08cee1a74d7f114b7f'/>
<id>urn:sha1:aaa24e09f98f2694f25abb08cee1a74d7f114b7f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: make -s NUM accept practically unlimited range</title>
<updated>2010-06-13T01:44:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-13T01:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1613de85d9203fa8628569e8e722899b184b24d8'/>
<id>urn:sha1:1613de85d9203fa8628569e8e722899b184b24d8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>xargs: code shrink -15 bytes</title>
<updated>2010-06-13T01:43:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-13T01:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d5fa1a0f49c4872f614a4674922f4362b114fece'/>
<id>urn:sha1:d5fa1a0f49c4872f614a4674922f4362b114fece</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>
</feed>
