<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell, branch 1_11_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_11_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_11_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2008-06-25T09:53:17+00:00</updated>
<entry>
<title>whitespace fixes. no code changes</title>
<updated>2008-06-25T09:53:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-25T09:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7049ff8696c3c2a1be0f9901d7e2473568b8f918'/>
<id>urn:sha1:7049ff8696c3c2a1be0f9901d7e2473568b8f918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: ifdef out parts which are not needed</title>
<updated>2008-06-24T00:50:07+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-24T00:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5ec6132c9884f1f6ccbcc8277cb73220462a2133'/>
<id>urn:sha1:5ec6132c9884f1f6ccbcc8277cb73220462a2133</id>
<content type='text'>
if neither loops nor ifs are supported. Code savings:

function                                             old     new   delta
parse_stream                                        1758    1757      -1
checkjobs                                            335     318     -17
done_pipe                                             74      52     -22
expand_variables                                    1437    1407     -30
run_list                                            1232    1189     -43
parse_and_run_stream                                 328     267     -61
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-174)           Total: -174 bytes

</content>
</entry>
<entry>
<title>hush: kill some old unused fields; small code shrink</title>
<updated>2008-06-24T00:47:58+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-24T00:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=003f9fb213e034dcfd3bdbd93e4d60315002d473'/>
<id>urn:sha1:003f9fb213e034dcfd3bdbd93e4d60315002d473</id>
<content type='text'>
function                                             old     new   delta
builtin_exit                                          48      47      -1
checkjobs                                            351     335     -16
checkjobs_and_fg_shell                                60      35     -25
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-42)             Total: -42 bytes

</content>
</entry>
<entry>
<title>fix breakage found by randomconfig</title>
<updated>2008-06-23T22:31:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T22:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cc3f20b9bdf9a46c41877dab4900eb2997b72019'/>
<id>urn:sha1:cc3f20b9bdf9a46c41877dab4900eb2997b72019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: trivial fix in debug code</title>
<updated>2008-06-23T16:28:53+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T16:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=211b59be431350b2cc6685f5365ad5e6b597dc18'/>
<id>urn:sha1:211b59be431350b2cc6685f5365ad5e6b597dc18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: trivial code readability fixes</title>
<updated>2008-06-23T13:24:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T13:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f5d0cd5117e4b395e7eab19d1a9727d6c921d49'/>
<id>urn:sha1:2f5d0cd5117e4b395e7eab19d1a9727d6c921d49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: improve readability of the code. No real code changes.</title>
<updated>2008-06-23T13:06:34+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T13:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b75a94118b29df8d0aaa1240ab75a6ad48f2cd1'/>
<id>urn:sha1:2b75a94118b29df8d0aaa1240ab75a6ad48f2cd1</id>
<content type='text'>
</content>
</entry>
<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: minor shrink (mostly smallints) and variable renaming</title>
<updated>2008-06-22T13:16:23+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-22T13:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b07a49622975ec6f92c008388fc5cb1e6a9e25f4'/>
<id>urn:sha1:b07a49622975ec6f92c008388fc5cb1e6a9e25f4</id>
<content type='text'>
function                                             old     new   delta
optschanged                                           85      91      +6
tryexec                                              115     118      +3
xxreadtoken                                          290     292      +2
raise_error_unexpected_syntax                         75      77      +2
bltincmd                                               6       8      +2
parseheredoc                                         128     129      +1
static.is_interactive                                  4       1      -3
readtoken                                            156     153      -3
lasttoken                                              4       1      -3
evalcommand                                         1147    1144      -3
checkkwd                                               4       1      -3
back_exitstatus                                        4       1      -3
pipeline                                             282     276      -6
list                                                 369     360      -9
ash_main                                            1402    1393      -9
options                                              616     606     -10
readtoken1                                          2823    2811     -12
parse_command                                       1529    1507     -22
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 6/12 up/down: 21/-91)           Total: -70 bytes
   text    data     bss     dec     hex filename
 807603     611    6908  815122   c7012 busybox_old
 807545     611    6900  815056   c6fd0 busybox_unstripped

</content>
</entry>
<entry>
<title>ash: fix "shift BIGNUM" and "read with no variable name" bugs.</title>
<updated>2008-06-18T19:22:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-18T19:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9cd4c76b50b8fde9e21943bcd520168fa9d57290'/>
<id>urn:sha1:9cd4c76b50b8fde9e21943bcd520168fa9d57290</id>
<content type='text'>
 omg. hush testsuite helps to find bugs in ash! what next?

function                                             old     new   delta
static.arg_REPLY                                       -       8      +8
readcmd                                             1023    1021      -2
shiftcmd                                             129     125      -4
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/2 up/down: 8/-6)                Total: 2 bytes

</content>
</entry>
</feed>
