<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/hush_test, branch 1_7_3</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_7_3</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_7_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-06-13T06:47:47+00:00</updated>
<entry>
<title>hush: fix read builtin to not read ahead past eol and to not use</title>
<updated>2007-06-13T06:47:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-13T06:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d67cef2425fb5e75b75d52d9a308da6d29cd7a0d'/>
<id>urn:sha1:d67cef2425fb5e75b75d52d9a308da6d29cd7a0d</id>
<content type='text'>
insane amounts of stack. Testsuite updated.

</content>
</entry>
<entry>
<title>hush: rework variable storage and environment handling.</title>
<updated>2007-05-25T02:16:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-25T02:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d76c049cc4b1da8d5b42f0013ecdcb4d592c9282'/>
<id>urn:sha1:d76c049cc4b1da8d5b42f0013ecdcb4d592c9282</id>
<content type='text'>
More that -100 bytes of code + memory leak plugged.
Added a testcase for it.

</content>
</entry>
<entry>
<title>hush: improve 2 testsuite tests</title>
<updated>2007-05-24T13:22:01+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-24T13:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cd7f4d27a2ccda62c3cd41c980a75a1aa59d8534'/>
<id>urn:sha1:cd7f4d27a2ccda62c3cd41c980a75a1aa59d8534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: add 2 tests for correct syntax error reporting</title>
<updated>2007-05-24T12:26:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-24T12:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b6bbad4dbc7d14bc0fca8eec41e6bfa35453537'/>
<id>urn:sha1:2b6bbad4dbc7d14bc0fca8eec41e6bfa35453537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: make syntax error messages a bit more useful</title>
<updated>2007-05-23T15:22:50+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-23T15:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=90e485ce79b8a0cd345bc5be76100291ec589579'/>
<id>urn:sha1:90e485ce79b8a0cd345bc5be76100291ec589579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: prepare testsuite for new, fixed error message format</title>
<updated>2007-05-23T15:16:41+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-23T15:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1744cb18610aece474ba080f43aa5dc89177388e'/>
<id>urn:sha1:1744cb18610aece474ba080f43aa5dc89177388e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hush: fix job control with eval /bin/external_prog</title>
<updated>2007-05-23T13:01:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-23T13:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=170435c575bb53e1e4d55aa74d471c293c21039e'/>
<id>urn:sha1:170435c575bb53e1e4d55aa74d471c293c21039e</id>
<content type='text'>
hush: fix parsing of unterminated "str with no EOL
hush: improved make_string() (smaller, faster, needs less RAM)
hush: renamed several functions
</content>
</entry>
<entry>
<title>hush: fix a bit different instance of "No EOL" bug,</title>
<updated>2007-05-23T00:32:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-23T00:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1a7358612ff2dfdfc9fa461faa946c577666787f'/>
<id>urn:sha1:1a7358612ff2dfdfc9fa461faa946c577666787f</id>
<content type='text'>
add testsuite for that. Expand another testsuite.
</content>
</entry>
<entry>
<title>fix execute bit on hush-misc/shift.tests</title>
<updated>2007-05-23T00:26:32+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-23T00:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=94dace30160131fc3f45b3f486463c49cda05204'/>
<id>urn:sha1:94dace30160131fc3f45b3f486463c49cda05204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shells: update README and testsuite. environment memory leak</title>
<updated>2007-05-21T10:19:48+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-21T10:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8805eeb44a291b830e9eb1a430d112913ffa9a24'/>
<id>urn:sha1:8805eeb44a291b830e9eb1a430d112913ffa9a24</id>
<content type='text'>
needs to be fixed - and documented!
</content>
</entry>
</feed>
