<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/hush_test/hush-misc, branch FRP</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=FRP</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=FRP'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2014-08-13T07:57:44+00:00</updated>
<entry>
<title>hush: make ${#var} unicode-aware</title>
<updated>2014-08-13T07:57:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-08-13T07:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c538d5bcc304d1ac99783de2337937c70a7013c7'/>
<id>urn:sha1:c538d5bcc304d1ac99783de2337937c70a7013c7</id>
<content type='text'>
This mimics bash

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix for "while false &amp;&amp; true; do echo BUG; break; done". closes 6170</title>
<updated>2013-04-07T16:16:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-04-07T16:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3beab83e4f7f4213c185737e95dc4895f0059dd6'/>
<id>urn:sha1:3beab83e4f7f4213c185737e95dc4895f0059dd6</id>
<content type='text'>
function                                             old     new   delta
run_list                                             959     941     -18

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: source builtin should override $N only if it has args</title>
<updated>2013-03-17T13:11:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-03-17T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=88b532d59af81f3b788864b2d6d42e1f86bc8de0'/>
<id>urn:sha1:88b532d59af81f3b788864b2d6d42e1f86bc8de0</id>
<content type='text'>
function                                             old     new   delta
builtin_source                                       174     184     +10

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix a corner case of empty "do \n done" structure</title>
<updated>2011-05-31T15:35:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-05-31T15:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=00ae989ee5b57593362405288b5e977551cafb0b'/>
<id>urn:sha1:00ae989ee5b57593362405288b5e977551cafb0b</id>
<content type='text'>
The structure is:

    while cmd; do
    done

bash doesn't accept it at all. We were accepting it but execution
was buggy.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix misparsing of "... do eval a= ...". Closes 3721</title>
<updated>2011-05-14T09:27:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-05-14T09:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=29f9b7268a820505c2d9386f3271b9365dcf7e23'/>
<id>urn:sha1:29f9b7268a820505c2d9386f3271b9365dcf7e23</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: document a bug about aborting on sourced file error when non-interactive</title>
<updated>2011-03-24T04:38:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-03-24T04:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c162bcdcd1c5cb000a8ceaf4413d4abdfa6e3dfc'/>
<id>urn:sha1:c162bcdcd1c5cb000a8ceaf4413d4abdfa6e3dfc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix a case where return in sourced file has no effect</title>
<updated>2011-03-24T01:50:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-03-24T01:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=68d5cb5dacbc80347119ac9cff365e5f04105ef1'/>
<id>urn:sha1:68d5cb5dacbc80347119ac9cff365e5f04105ef1</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>slightly better wording in comments</title>
<updated>2011-02-21T02:47:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-21T02:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bac0a25f72cdf59f34638aa3fd95bb14b103c286'/>
<id>urn:sha1:bac0a25f72cdf59f34638aa3fd95bb14b103c286</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ash: fix ash-signals/signal8 testcase failure</title>
<updated>2011-02-21T02:22:20+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-21T02:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b12553faa8991e11c11f70a81f1d9d44078c7645'/>
<id>urn:sha1:b12553faa8991e11c11f70a81f1d9d44078c7645</id>
<content type='text'>
function                                             old     new   delta
killcmd                                              109     224    +115
kill_main                                            882     910     +28
changepath                                           194     195      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 144/0)             Total: 144 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>echo: do not retry on write errors</title>
<updated>2011-02-07T01:03:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-07T01:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8ee2adab21328761b80e0cbc513eda7eaa880b24'/>
<id>urn:sha1:8ee2adab21328761b80e0cbc513eda7eaa880b24</id>
<content type='text'>
function                                             old     new   delta
echo_main                                            297     336     +39
stpcpy                                                 -      22     +22
run_pipe                                            1561    1566      +5
pseudo_exec_argv                                     187     192      +5
hush_exit                                             75      80      +5
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 4/0 up/down: 98/0)               Total: 76 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
