<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/hush_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-11-22T16:58:14+00:00</updated>
<entry>
<title>hush: fix improper handling of newline and hash chars in few corner cases</title>
<updated>2010-11-22T16:58:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-11-22T16:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7b4c0fd5f4df4541a1659de04823326cd22c254e'/>
<id>urn:sha1:7b4c0fd5f4df4541a1659de04823326cd22c254e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: add support for "set -o pipefail"</title>
<updated>2010-11-14T01:01:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-11-14T01:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6696eac274b5dcf5932b211fe9ee748d8268a39c'/>
<id>urn:sha1:6696eac274b5dcf5932b211fe9ee748d8268a39c</id>
<content type='text'>
function                                             old     new   delta
checkjobs                                            467     517     +50
builtin_set                                          259     286     +27
o_opt_strings                                          -      10     +10
hush_main                                           1011    1013      +2
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/0 up/down: 89/0)               Total: 89 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: add brace expansion testcase</title>
<updated>2010-10-03T15:07:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-10-03T15:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2bcba5cc53a171fba2d9d0b5185f45d8026a2657'/>
<id>urn:sha1:2bcba5cc53a171fba2d9d0b5185f45d8026a2657</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: fix EXIT trap display inside exit trap handler</title>
<updated>2010-09-12T13:38:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-12T13:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a110c90de2f56bf38de30972813f012d44042cb9'/>
<id>urn:sha1:a110c90de2f56bf38de30972813f012d44042cb9</id>
<content type='text'>
function                                             old     new   delta
hush_exit                                             84      78      -6

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: fix handling of \" in quoted/unquoted `cmd`</title>
<updated>2010-09-12T13:05:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-12T13:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=acd5bc8f649fad335d80c5289512b404f08ac8e2'/>
<id>urn:sha1:acd5bc8f649fad335d80c5289512b404f08ac8e2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: do fewer strdups in % and hash expansions</title>
<updated>2010-09-10T09:06:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-10T09:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4f870496e7d934fcbe092478f1da8ec7a3ea4466'/>
<id>urn:sha1:4f870496e7d934fcbe092478f1da8ec7a3ea4466</id>
<content type='text'>
function                                             old     new   delta
builtin_umask                                        133     132      -1
expand_one_var                                      1552    1543      -9

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: fixes to testsuite</title>
<updated>2010-09-10T08:19:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-10T08:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cc461736d6ca3c3b809390d8d7873a136e3b899a'/>
<id>urn:sha1:cc461736d6ca3c3b809390d8d7873a136e3b899a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: fix var_bash5.tests failure</title>
<updated>2010-09-10T08:17:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-10T08:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ebee410fe2500d6bd5980032d0b183494f509c9b'/>
<id>urn:sha1:ebee410fe2500d6bd5980032d0b183494f509c9b</id>
<content type='text'>
function                                             old     new   delta
expand_one_var                                      1513    1552     +39
expand_pseudo_dquoted                                118     135     +17
expand_string_to_string                              110     126     +16
setup_heredoc                                        298     308     +10
expand_and_evaluate_arith                             69      79     +10
parse_stream_dquoted                                 233     241      +8
setup_redirects                                      220     225      +5
run_list                                             956     961      +5
expand_assignments                                    76      81      +5
run_pipe                                            1587    1590      +3
parse_stream                                        2371    2374      +3
builtin_umask                                        132     133      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 12/0 up/down: 122/0)            Total: 122 bytes

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