<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/ash_test, branch 1_11_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_11_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_11_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2008-06-23T01:52:30+00:00</updated>
<entry>
<title>ash: optional support for $'...\t...\n...' bashism</title>
<updated>2008-06-23T01:52:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T01:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ef527f50e62ee8c0c9f34e8c1ab0489f6b0b1293'/>
<id>urn:sha1:ef527f50e62ee8c0c9f34e8c1ab0489f6b0b1293</id>
<content type='text'>
function                                             old     new   delta
readtoken1                                          2824    3172    +348
static.C_escapes                                       -      18     +18
parse_command                                       1504    1500      -4
SIT                                                   89      83      -6
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10)           Total: 356 bytes

</content>
</entry>
<entry>
<title>ash: fix ${var/s/r} handling, add testcase.</title>
<updated>2008-06-14T06:04:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-14T06:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2659c63213fa3592aa1ef5eca356c7332bbb7f42'/>
<id>urn:sha1:2659c63213fa3592aa1ef5eca356c7332bbb7f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash testsuite: modify it so that it can run hush and msh tests</title>
<updated>2008-06-05T09:07:02+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-05T09:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=66d56c565e48a73309cca55e2d1a2225d9fcc8d9'/>
<id>urn:sha1:66d56c565e48a73309cca55e2d1a2225d9fcc8d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- use EXIT_{SUCCESS,FAILURE}. No object-code changes</title>
<updated>2008-05-19T09:29:47+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-05-19T09:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=636a1f85e89432601c59cdc3239fc867b4adf051'/>
<id>urn:sha1:636a1f85e89432601c59cdc3239fc867b4adf051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: add another testsuite entry ("leaking variables" bug)</title>
<updated>2008-04-13T17:45:56+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-13T17:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6d1ebecf65bd0af34bcfa2582c49e6810d7d4a35'/>
<id>urn:sha1:6d1ebecf65bd0af34bcfa2582c49e6810d7d4a35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: a bit more complete POSIX subst testsuite entry</title>
<updated>2008-04-12T23:02:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-12T23:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f78a656f7c287c0963d985490b3e77751b4a81bc'/>
<id>urn:sha1:f78a656f7c287c0963d985490b3e77751b4a81bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}</title>
<updated>2008-04-12T22:55:33+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-12T22:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=033424a213739edb0dbe3f572bc22825b1c17d7b'/>
<id>urn:sha1:033424a213739edb0dbe3f572bc22825b1c17d7b</id>
<content type='text'>
${var%word} ${var%%word}

</content>
</entry>
<entry>
<title>ash: support for &amp;&amp; and || in [[ expr ]]; add testsuite checks</title>
<updated>2008-03-25T07:49:43+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-25T07:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=80591b0a000e88c284bd2ec355f27e19e1da7528'/>
<id>urn:sha1:80591b0a000e88c284bd2ec355f27e19e1da7528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: add read -u; fix read -t and read -n; add testsuite entries.</title>
<updated>2008-03-25T00:07:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-25T00:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=59f351ccda4c66785b864086bf23868768ca6f61'/>
<id>urn:sha1:59f351ccda4c66785b864086bf23868768ca6f61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.</title>
<updated>2008-02-15T15:02:15+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-15T15:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0e6f661e23d358cca104c24f8438d0ec64df32f1'/>
<id>urn:sha1:0e6f661e23d358cca104c24f8438d0ec64df32f1</id>
<content type='text'>
</content>
</entry>
</feed>
