<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/archival, branch ansi</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=ansi</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=ansi'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-04-04T15:22:54+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-04-04T15:22:54+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-04T15:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=253dbd612b2d2f041f4263e15a3b94df70f41e36'/>
<id>urn:sha1:253dbd612b2d2f041f4263e15a3b94df70f41e36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)</title>
<updated>2016-04-01T20:12:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-01T20:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c4199f22d0f7793b70db51c01783f0d45afce3d4'/>
<id>urn:sha1:c4199f22d0f7793b70db51c01783f0d45afce3d4</id>
<content type='text'>
Bartosz Golaszewski proposed xfchdir()

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2015-10-31T17:13:47+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-10-31T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4432dbba6559d3d88e18ecf2c33d9e5a39e82074'/>
<id>urn:sha1:4432dbba6559d3d88e18ecf2c33d9e5a39e82074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[g]unzip: fix recent breakage.</title>
<updated>2015-10-30T22:41:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-30T22:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6bd3fff51aa74e2ee2d87887b12182a3b09792ef'/>
<id>urn:sha1:6bd3fff51aa74e2ee2d87887b12182a3b09792ef</id>
<content type='text'>
Also, do emit error message we so painstakingly pass from gzip internals

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lzop: eliminate variable, use "int" as return type</title>
<updated>2015-10-28T14:33:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-28T14:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4840325351911780a02f953f17b2eee919a36340'/>
<id>urn:sha1:4840325351911780a02f953f17b2eee919a36340</id>
<content type='text'>
Based on patch by Maxin B. John &lt;maxin.john@intel.com&gt;

function                                             old     new   delta
pack_lzop                                            870     859     -11

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>gzip: add support for --no-name long option</title>
<updated>2015-10-27T20:30:43+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2015-10-26T21:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cddc98eab7d770427941db4abae2da4ae68f1e68'/>
<id>urn:sha1:cddc98eab7d770427941db4abae2da4ae68f1e68</id>
<content type='text'>
Add support for --no-name long option. Just silently ignore it
like the short -n option.

This allows to use busybox gzip with Lynx browser.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>gunzip: add support for long options</title>
<updated>2015-10-27T20:28:50+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2015-10-26T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fbe50cf6bc685f7cf4fbcb9c0c425fc93575a085'/>
<id>urn:sha1:fbe50cf6bc685f7cf4fbcb9c0c425fc93575a085</id>
<content type='text'>
Add support for long options.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>unzip: test for bad archive SEGVing</title>
<updated>2015-10-26T18:33:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-26T18:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1de25a6e87e0e627aa34298105a3d17c60a1f44e'/>
<id>urn:sha1:1de25a6e87e0e627aa34298105a3d17c60a1f44e</id>
<content type='text'>
function                                             old     new   delta
huft_build                                          1296    1300      +4

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tweak defconfig</title>
<updated>2015-10-25T19:36:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-25T19:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db700330d8951d96ea70102797041730c925eeeb'/>
<id>urn:sha1:db700330d8951d96ea70102797041730c925eeeb</id>
<content type='text'>
MONOTONIC_SYSCALL=y by default

FEATURE_LAST_SMALL is gone: now FEATURE_LAST_FANCY is a "bool", not a "choice".

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>inetd: make FEATURE_INETD_RPC off by default</title>
<updated>2015-10-25T19:10:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-25T19:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0269789537c0c16de948e100ea331fdba54008e4'/>
<id>urn:sha1:0269789537c0c16de948e100ea331fdba54008e4</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
