<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb, branch ansi</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=ansi</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=ansi'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-04-26T10:12:42+00:00</updated>
<entry>
<title>libbb/lineedit: scroll to cursor position on any keypress</title>
<updated>2016-04-26T10:12:42+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-26T10:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fd476d8629d489245e18ec278d3c846ab1359eec'/>
<id>urn:sha1:fd476d8629d489245e18ec278d3c846ab1359eec</id>
<content type='text'>
Also improve erase_till_end_of_screen.  Based on suggestions from
GitHub user avih.
</content>
</entry>
<entry>
<title>winansi: fix a couple of small problems</title>
<updated>2016-04-25T13:48:10+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-25T13:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9a7f488564610817a7b9d9d44d7db154e444eb7d'/>
<id>urn:sha1:9a7f488564610817a7b9d9d44d7db154e444eb7d</id>
<content type='text'>
Clear the last line; move to cursor position before clearing screen
with ^L.
</content>
</entry>
<entry>
<title>mingw: enable busybox --install by default</title>
<updated>2016-04-06T09:50:19+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-06T09:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98b290e9b8221b7d7ffbf47da1e8ecce62a75369'/>
<id>urn:sha1:98b290e9b8221b7d7ffbf47da1e8ecce62a75369</id>
<content type='text'>
Allow FEATURE_INSTALLER to be configured and enable it in the
default configuration.

The behaviour is slightly different from upstream BusyBox:

  symbolic links are not permitted;
  if no target directory is provided the directory containing
  the busybox binary is used as the target.
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-04-04T15:22:54+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-04T15:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=253dbd612b2d2f041f4263e15a3b94df70f41e36'/>
<id>urn:sha1:253dbd612b2d2f041f4263e15a3b94df70f41e36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>find_applet_by_name: loop index should be signed</title>
<updated>2016-04-03T20:29:35+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-03T20:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b22061718db0111f9e7474f9b60aef02456ac070'/>
<id>urn:sha1:b22061718db0111f9e7474f9b60aef02456ac070</id>
<content type='text'>
The loop

   for (j = ARRAY_SIZE(applet_nameofs)-1; j &gt;= 0; j--) {

was intended to terminate when j goes negative, so j needs to be signed.

Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace and namespace cleanups</title>
<updated>2016-04-03T20:24:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-03T20:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6aab9928dec29855bcee21bce163e5fdf7144350'/>
<id>urn:sha1:6aab9928dec29855bcee21bce163e5fdf7144350</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ubirmvol: Implement -N switch for ubirmvol</title>
<updated>2016-04-03T20:01:43+00:00</updated>
<author>
<name>Sven Eisenberg</name>
<email>sven.eisenberg@novero.com</email>
</author>
<published>2016-04-03T19:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b068cf2a7e036da8d0b3533b41886c5605c8139d'/>
<id>urn:sha1:b068cf2a7e036da8d0b3533b41886c5605c8139d</id>
<content type='text'>
function                                             old     new   delta
get_volid_by_name                                      -     125    +125
ubi_devnum_from_devname                                -      43     +43
ubi_tools_main                                      1215    1220      +5
packed_usage                                       30674   30655     -19
ubirename_main                                       394     221    -173
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 1/2 up/down: 173/-192)          Total: -19 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: speed up error_msg functions</title>
<updated>2016-04-03T14:55:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-03T14:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=46b494635e6ef54e282749d2c65dd1922b167931'/>
<id>urn:sha1:46b494635e6ef54e282749d2c65dd1922b167931</id>
<content type='text'>
function                                             old     new   delta
bb_verror_msg                                        386     466     +80

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>main(): add a TODO about finding a use for _end[] area</title>
<updated>2016-04-03T14:06:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-03T14:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bc14f4d13d3cf1d43ae809d641e29174662cd1e4'/>
<id>urn:sha1:bc14f4d13d3cf1d43ae809d641e29174662cd1e4</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>typo fix</title>
<updated>2016-04-02T20:57:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-02T20:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1cf68e303328671f74dfd9f7d24e6c9f91d18969'/>
<id>urn:sha1:1cf68e303328671f74dfd9f7d24e6c9f91d18969</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
