<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb/unicode.c, branch 1_18_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_18_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_18_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-10-28T22:50:09+00:00</updated>
<entry>
<title>unicode: update unicode_width on !unicode branch too. Closes bug 2593</title>
<updated>2010-10-28T22:50:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-10-28T22:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6b3f0b0dab46d910f7797dfc8d8554546dd33fa2'/>
<id>urn:sha1:6b3f0b0dab46d910f7797dfc8d8554546dd33fa2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lineedit: fix completion with Unicode chars</title>
<updated>2010-09-02T10:03:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-02T10:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=61a36af45d9342b65d16a3d29818cf4c70ec992d'/>
<id>urn:sha1:61a36af45d9342b65d16a3d29818cf4c70ec992d</id>
<content type='text'>
function                                             old     new   delta
read_line_input                                     4966    5002     +36
bb_wcstombs                                          170     159     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 36/-11)             Total: 25 bytes

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lineedit: fix column display for wide and combining chars in TAB completion</title>
<updated>2010-06-01T06:33:18+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2010-06-01T06:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=11bcf4b22449d08b61617183c1951db98457653a'/>
<id>urn:sha1:11bcf4b22449d08b61617183c1951db98457653a</id>
<content type='text'>
function                                             old     new   delta
unicode_strwidth                                       -      20     +20
read_line_input                                     4945    4953      +8
unicode_strlen                                        31       -     -31
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/0 up/down: 28/-31)             Total: -3 bytes

Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing</title>
<updated>2010-05-16T19:15:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-16T19:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=26e2c1db0df35df1affa558efc12d2bcfd7718e2'/>
<id>urn:sha1:26e2c1db0df35df1affa558efc12d2bcfd7718e2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lineedit: partially fix wide and combining chars editing</title>
<updated>2010-05-16T18:46:53+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2010-05-16T18:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b8909c52fe850d2731326534822164c2f5258bf5'/>
<id>urn:sha1:b8909c52fe850d2731326534822164c2f5258bf5</id>
<content type='text'>
Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb/lineedit: add support for preserving "broken" (non-unicode) chars</title>
<updated>2010-04-29T11:43:39+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2010-04-29T11:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a659b81dfa435aa19130a8c7dd1bfe8fa9a22131'/>
<id>urn:sha1:a659b81dfa435aa19130a8c7dd1bfe8fa9a22131</id>
<content type='text'>
Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE</title>
<updated>2010-03-26T13:06:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-26T13:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=19158a837df5093a2d655536424412bac2b07467'/>
<id>urn:sha1:19158a837df5093a2d655536424412bac2b07467</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>unicode: optional table for better handling of neutral bidi chars</title>
<updated>2010-03-26T12:13:24+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2010-03-26T12:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aa167556cd2954bb9a9fb0a005178462087a4600'/>
<id>urn:sha1:aa167556cd2954bb9a9fb0a005178462087a4600</id>
<content type='text'>
Off:
function                                             old     new   delta
unicode_bidi_isrtl                                     -      55     +55
isrtl_str                                             51      65     +14
unicode_isrtl                                         55       -     -55
read_line_input                                     5003    4937     -66
------------------------------------------------------------------------------
(add/remove: 1/4 grow/shrink: 1/1 up/down: 69/-121)           Total: -52 bytes

On:
function                                             old     new   delta
static.neutral_b                                       -     320    +320
static.neutral_p                                       -     142    +142
unicode_bidi_isrtl                                     -      55     +55
unicode_bidi_is_neutral_wchar                          -      55     +55
isrtl_str                                             51      59      +8
unicode_isrtl                                         55       -     -55
read_line_input                                     5003    4937     -66
------------------------------------------------------------------------------
(add/remove: 4/4 grow/shrink: 1/1 up/down: 580/-121)          Total: 459 bytes

Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>lineedit: first shot at optional unicode bidi input support</title>
<updated>2010-03-18T17:35:37+00:00</updated>
<author>
<name>Tomas Heinrich</name>
<email>heinrich.tomas@gmail.com</email>
</author>
<published>2010-03-18T17:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c5c006c10c060e7f1a97250d039051b93ed390b2'/>
<id>urn:sha1:c5c006c10c060e7f1a97250d039051b93ed390b2</id>
<content type='text'>
function                                             old     new   delta
read_line_input                                     4886    5003    +117
in_uint16_table                                        -      97     +97
in_interval_table                                      -      78     +78
static.rtl_b                                           -      68     +68
unicode_isrtl                                          -      55     +55
isrtl_str                                              -      51     +51
static.rtl_p                                           -      42     +42
unicode_conv_to_printable2                           633     477    -156
------------------------------------------------------------------------------
(add/remove: 6/0 grow/shrink: 1/1 up/down: 508/-156)          Total: 352 bytes

Signed-off-by: Tomas Heinrich &lt;heinrich.tomas@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
