<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/coreutils, branch manifest</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=manifest</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=manifest'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2018-05-13T07:15:58+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2018-05-13T07:15:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-05-13T07:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3ce461fdf3b7adfd44ea058fa0c5ca6d91a5bc5d'/>
<id>urn:sha1:3ce461fdf3b7adfd44ea058fa0c5ca6d91a5bc5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cat: fix cat -e and cat -v erroneously numbering 1st line</title>
<updated>2018-04-29T12:05:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-29T12:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d80eecb86812c1fbda652f9b995060c26ba0b155'/>
<id>urn:sha1:d80eecb86812c1fbda652f9b995060c26ba0b155</id>
<content type='text'>
function                                             old     new   delta
cat_main                                             418     421      +3

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ls, stat: don't try to read symlinks</title>
<updated>2018-04-10T20:52:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-10T20:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0038f9d39a306c3c7860756f03102de217dc5cd9'/>
<id>urn:sha1:0038f9d39a306c3c7860756f03102de217dc5cd9</id>
<content type='text'>
Currently the WIN32 emulation of readlink(2) fails with ENOSYS.
This causes ugly error messages in ls and stat.

Don't even try calling readlink(2) and skip any code that uses
the name it doesn't return.
</content>
</entry>
<entry>
<title>shell: add comments about [[, no code changes</title>
<updated>2018-04-10T13:25:41+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-10T13:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3632cb15f16a7596a68dccfd66a2ad9496bf9fd9'/>
<id>urn:sha1:3632cb15f16a7596a68dccfd66a2ad9496bf9fd9</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2018-04-09T07:50:34+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-09T07:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=921c1ab66bad54d4ad8591bb74e41ac985248496'/>
<id>urn:sha1:921c1ab66bad54d4ad8591bb74e41ac985248496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bzip2: fix two crashes on corrupted archives</title>
<updated>2018-04-08T18:05:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-08T18:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=38ccd6af8abbafff98d458a1c62909acfc09a514'/>
<id>urn:sha1:38ccd6af8abbafff98d458a1c62909acfc09a514</id>
<content type='text'>
As it turns out, longjmp'ing into freed stack is not healthy...

function                                             old     new   delta
unpack_usage_messages                                  -      97     +97
unpack_bz2_stream                                    369     409     +40
get_next_block                                      1667    1677     +10
get_bits                                             156     155      -1
start_bunzip                                         212     183     -29
bb_show_usage                                        181     120     -61
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/3 up/down: 147/-91)            Total: 56 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb.h: always include sys/resource.h</title>
<updated>2018-04-08T15:23:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-08T15:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e'/>
<id>urn:sha1:7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: rename bb_ask -&gt; bb_ask_noecho, bb_ask_confirmation -&gt; bb_ask_y_confirmation</title>
<updated>2018-04-07T13:08:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-07T13:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=77cb6b99a436c20bb171e6cdad7b8b8b5ce3692c'/>
<id>urn:sha1:77cb6b99a436c20bb171e6cdad7b8b8b5ce3692c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY</title>
<updated>2018-04-06T14:44:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-06T14:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d1d6d9c5d8022bcd8f2e7fbd470d293f73adae58'/>
<id>urn:sha1:d1d6d9c5d8022bcd8f2e7fbd470d293f73adae58</id>
<content type='text'>
function                                             old     new   delta
sort_main                                           1098    1037     -61

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sort: move misplaced comment</title>
<updated>2018-04-04T15:07:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-04T15:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=759ca8a4cb57f797e92e02db84673057ce447125'/>
<id>urn:sha1:759ca8a4cb57f797e92e02db84673057ce447125</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
