<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/ash_test, branch 1_28_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_28_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_28_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2017-11-03T13:16:25+00:00</updated>
<entry>
<title>ash: fix nofork bug where environment is not properly passed to a command</title>
<updated>2017-11-03T13:16:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-11-03T13:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a5060b8364faa7c677c8950f1315c451403b0660'/>
<id>urn:sha1:a5060b8364faa7c677c8950f1315c451403b0660</id>
<content type='text'>
function                                             old     new   delta
listvars                                             144     252    +108
evalcommand                                         1500    1546     +46
showvars                                             142     147      +5
shellexec                                            242     245      +3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/0 up/down: 162/0)             Total: 162 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix comment parsing in `cmd`, closes 10421</title>
<updated>2017-10-22T13:55:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-10-22T13:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=25f3b737dc04bb84fb593ace33a5c360163bd4e4'/>
<id>urn:sha1:25f3b737dc04bb84fb593ace33a5c360163bd4e4</id>
<content type='text'>
function                                             old     new   delta
parse_stream                                        2692    2690      -2

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix "getopts" builtin to not be upset by other builtins calling getopt()</title>
<updated>2017-08-29T11:38:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-29T11:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=238ff98bb85adfb5563d10b37ea4c33fef3af2f2'/>
<id>urn:sha1:238ff98bb85adfb5563d10b37ea4c33fef3af2f2</id>
<content type='text'>
function                                             old     new   delta
builtin_getopts                                      363     403     +40
unset_local_var_len                                  185     215     +30
set_local_var                                        440     466     +26
reset_traps_to_defaults                              151     157      +6
pseudo_exec_argv                                     320     326      +6
install_special_sighandlers                           52      58      +6
pick_sighandler                                       62      65      +3
execvp_or_die                                         85      88      +3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 8/0 up/down: 120/0)             Total: 120 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ash: update testsuite (we now error out on ${#=})</title>
<updated>2017-08-14T13:01:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-14T13:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c2aea025bba33323b7a35dd33428277f21121251'/>
<id>urn:sha1:c2aea025bba33323b7a35dd33428277f21121251</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>shell: tweak getopts tests, no code changes</title>
<updated>2017-08-13T00:59:00+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-13T00:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=007ce9f807c99e14799c6579c8d06f422eccfcb2'/>
<id>urn:sha1:007ce9f807c99e14799c6579c8d06f422eccfcb2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: implement "silent" optstrings of ":opts"</title>
<updated>2017-08-11T15:21:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-11T15:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=419db0391e47444dd12fb052613fd415694d04f0'/>
<id>urn:sha1:419db0391e47444dd12fb052613fd415694d04f0</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: add a test which fails due to uclibc bug in getopt()</title>
<updated>2017-08-11T15:00:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-11T15:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=129e1ce72c28ec14aee459cceffc25ed9d5cae85'/>
<id>urn:sha1:129e1ce72c28ec14aee459cceffc25ed9d5cae85</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>shell: add OPTARG poisoning to getopt_optarg.tests</title>
<updated>2017-08-11T00:37:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-11T00:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9a7d0a01918df5a963b6c90177b321ff743282b2'/>
<id>urn:sha1:9a7d0a01918df5a963b6c90177b321ff743282b2</id>
<content type='text'>
ash fails this!

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: teach getopts to set/unset OPTARG</title>
<updated>2017-08-11T00:05:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-11T00:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=81f962f3df0d7194b7a52c6f83259727759094c4'/>
<id>urn:sha1:81f962f3df0d7194b7a52c6f83259727759094c4</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: getopts builtin</title>
<updated>2017-08-10T23:32:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-10T23:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=74d40589288890fffea437ed2f38ad1f2dc740e5'/>
<id>urn:sha1:74d40589288890fffea437ed2f38ad1f2dc740e5</id>
<content type='text'>
function                                             old     new   delta
builtin_getopts                                        -     271    +271
bltins1                                              372     384     +12
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 283/0)             Total: 283 bytes

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