<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/ash_test, branch TIG</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=TIG</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=TIG'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-10-29T09:46:52+00:00</updated>
<entry>
<title>whitespace cleanup</title>
<updated>2010-10-29T09:46:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-10-29T09:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fb132e47370378474c68ad22c1c0cb2ccee178de'/>
<id>urn:sha1:fb132e47370378474c68ad22c1c0cb2ccee178de</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>ash: fix signal and "set -e" interaction</title>
<updated>2010-09-25T15:15:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-09-25T15:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b563f62bbb1c9a6d931924f8fd7c3e52bb3d5875'/>
<id>urn:sha1:b563f62bbb1c9a6d931924f8fd7c3e52bb3d5875</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>shell/math: deconvolute and explain ?: handling. Give better error message</title>
<updated>2010-09-16T09:50:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-16T09:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bed7c81ea24e9e9ba2a897e233de2abefe611e8b'/>
<id>urn:sha1:bed7c81ea24e9e9ba2a897e233de2abefe611e8b</id>
<content type='text'>
function                                             old     new   delta
arith_apply                                         1271    1283     +12

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>shell/math: return string error indicator, not integer</title>
<updated>2010-09-15T11:33:02+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-15T11:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=063847d6bd23e184c409f37645ba90fa4d039ada'/>
<id>urn:sha1:063847d6bd23e184c409f37645ba90fa4d039ada</id>
<content type='text'>
function                                             old     new   delta
expand_and_evaluate_arith                             87     106     +19
expand_one_var                                      1563    1570      +7
arith                                                 12      18      +6
evaluate_string                                      678     680      +2
arith_apply                                         1269    1271      +2
builtin_umask                                        133     132      -1
ash_arith                                            118      75     -43
expand_vars_to_list                                 1094    1038     -56
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/3 up/down: 36/-100)           Total: -64 bytes

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: add support for ${var/pattern/repl}, conditional on bash compat</title>
<updated>2010-09-05T12:47:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-05T12:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=36f774a0cd2bf8dd72b192aab93831c5ac0c58f0'/>
<id>urn:sha1:36f774a0cd2bf8dd72b192aab93831c5ac0c58f0</id>
<content type='text'>
function                                             old     new   delta
expand_vars_to_list                                 2386    2833    +447
expand_string_to_string                               69     110     +41
parse_dollar                                         681     721     +40
hush_main                                            963     945     -18
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/1 up/down: 528/-18)           Total: 510 bytes

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: fix handling of backslashes in variable assignment</title>
<updated>2010-09-04T17:52:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-04T17:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e298ce69baef029f3951dd1d5ed50fdbc6c55c80'/>
<id>urn:sha1:e298ce69baef029f3951dd1d5ed50fdbc6c55c80</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>ash: add another ${v/a/b} test we currently fail</title>
<updated>2010-08-30T11:54:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-08-30T11:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f7a8433535b7072b61acf31d97dab7da1d4b140b'/>
<id>urn:sha1:f7a8433535b7072b61acf31d97dab7da1d4b140b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>ash: fix another bit of var_bash4 bug</title>
<updated>2010-08-07T20:24:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-07T20:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=33bbb27e45c7c6a0fecb40b3a5aa36aef69825f9'/>
<id>urn:sha1:33bbb27e45c7c6a0fecb40b3a5aa36aef69825f9</id>
<content type='text'>
But it _still_ doesn't pass! quoted case is a tough nut to crack

function                                             old     new   delta
redirect                                            1281    1286      +5
subevalvar                                          1141    1142      +1

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>var_bash4.tests: better wording in comment</title>
<updated>2010-08-06T17:28:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-06T17:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c8d305d89f06e0d6612b7acdc91cb8775f5667b1'/>
<id>urn:sha1:c8d305d89f06e0d6612b7acdc91cb8775f5667b1</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>update var_bash4 test. one more bug revealed by it now...</title>
<updated>2010-08-06T15:21:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-06T15:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f56fe8254274cea34d2550870c2dfc010bdfa7e8'/>
<id>urn:sha1:f56fe8254274cea34d2550870c2dfc010bdfa7e8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
