OSDN Git Service

lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
authorTomas Heinrich <heinrich.tomas@gmail.com>
Tue, 9 Mar 2010 13:09:24 +0000 (14:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 9 Mar 2010 13:09:24 +0000 (14:09 +0100)
commitd2b04050c0a9a15e29e15cbf9c487db93d07c46e
tree19929bed97b4e6ddc028465f9fd0a7b3a5d28b5f
parentf15620c3774c164ee6c1e2fbf9dd481b606a95a1
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR

function                                             old     new   delta
read_key_ungets                                        -      50     +50
lineedit_read_key                                    223     252     +29

Signed-off-by: Tomas Heinrich <heinrich.tomas@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/lineedit.c
libbb/read_key.c
testsuite/ash.tests [new file with mode: 0755]