<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell, branch 1_8_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_8_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_8_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-11-24T04:37:59+00:00</updated>
<entry>
<title>Apply all post-1.8.1 patches</title>
<updated>2007-11-24T04:37:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-24T04:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=80297d5f0cbe8a3de497804dcbb1a89e6f9c1562'/>
<id>urn:sha1:80297d5f0cbe8a3de497804dcbb1a89e6f9c1562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: if tcgetattr(stdin) fails, don't mess with tcsetattr</title>
<updated>2007-10-29T19:17:29+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-29T19:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a59f435b5f823ee7bdf55ed0e39688a12b7c881e'/>
<id>urn:sha1:a59f435b5f823ee7bdf55ed0e39688a12b7c881e</id>
<content type='text'>
ash: size-optimize ulimit's table of limits

   text    data     bss     dec     hex filename
 777345     974    9676  787995   c061b busybox_old
 777253     974    9676  787903   c05bf busybox_unstripped

</content>
</entry>
<entry>
<title>read_line_input: fix it to not do any fancy editing if echoing is disabled.</title>
<updated>2007-10-20T18:30:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-20T18:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=037576d77b62186551ad07b10eb46a73144b9f84'/>
<id>urn:sha1:037576d77b62186551ad07b10eb46a73144b9f84</id>
<content type='text'>
ash: make read handling both more correct and smaller

read_line_input                                     4037    4101     +64
input_backward                                       140     139      -1
readcmd                                             1079    1070      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/2 up/down: 65/-10)             Total: 54 bytes
   text    data     bss     dec     hex filename
 777575    1000    9532  788107   c068b busybox_old
 777629    1000    9532  788161   c06c1 busybox_unstripped

</content>
</entry>
<entry>
<title>ash: use fdprintf, not dprintf.</title>
<updated>2007-10-17T11:08:53+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-17T11:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0de37e10ed73cb18def0edf751e4b333d20568c9'/>
<id>urn:sha1:0de37e10ed73cb18def0edf751e4b333d20568c9</id>
<content type='text'>
*: trailing whitespace removed

</content>
</entry>
<entry>
<title>add -fvisibility=hidden to CC flags, mark XXX_main functions</title>
<updated>2007-10-11T10:05:36+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-11T10:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b49a5ed8551e46892af3f676e5d96d21b540e3c'/>
<id>urn:sha1:9b49a5ed8551e46892af3f676e5d96d21b540e3c</id>
<content type='text'>
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so

</content>
</entry>
<entry>
<title>get rid of global "struct bb_applet *current_applet"</title>
<updated>2007-10-10T14:38:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-10T14:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=82d38dab917754c9c37aaa7e414a47318b5082fe'/>
<id>urn:sha1:82d38dab917754c9c37aaa7e414a47318b5082fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: revert "cat | jobs" fix, it causes more problems than good</title>
<updated>2007-10-07T18:02:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-07T18:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=41770226bb39760039df4e9b580570063bcc1c7c'/>
<id>urn:sha1:41770226bb39760039df4e9b580570063bcc1c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'simple' error message functions by Loic Grenie &lt;loic.grenie@gmail.com&gt;.</title>
<updated>2007-10-01T11:58:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-01T11:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0c97c9d43707da745fe2bc62ab2a69497ceaf666'/>
<id>urn:sha1:0c97c9d43707da745fe2bc62ab2a69497ceaf666</id>
<content type='text'>
263 bytes saved.

</content>
</entry>
<entry>
<title>hush: fix glob() abuse. Code was making unfounded assumptions how</title>
<updated>2007-10-01T10:02:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-01T10:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d65ea39ffc7503807fa95e8840c012a80c83e4f3'/>
<id>urn:sha1:d65ea39ffc7503807fa95e8840c012a80c83e4f3</id>
<content type='text'>
glob() works, and it broke horribly on specific uclibc config.

</content>
</entry>
<entry>
<title>hush: int-&gt;smallint for flag vars; make some names more "greppable"</title>
<updated>2007-10-01T10:00:45+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-10-01T10:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ff0976248ac8759af1f1de32677887c4c9866865'/>
<id>urn:sha1:ff0976248ac8759af1f1de32677887c4c9866865</id>
<content type='text'>
</content>
</entry>
</feed>
