lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 27 Mar 2011 00:18:07 +0000 (01:18 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 27 Mar 2011 00:18:07 +0000 (01:18 +0100)
commit353680aa46dc91ecfd80dd19db131de7aa90bd22
tree05de26c20457b407fa59501708d3b31d2aa081f5
parent19311bfa7b8e8c6effa9c375de9b0eb4338bee12
lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y

function                                             old     new   delta
load_string                                           45      91     +46
save_string                                           40      82     +42
reinit_unicode                                        34      61     +27
BB_PUTCHAR                                            97     120     +23
init_unicode                                          17      37     +20
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/0 up/down: 158/0)             Total: 158 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/lineedit.c
libbb/unicode.c