ash,hush: optional support for $HISTFILESIZE.
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 31 Mar 2011 11:16:52 +0000 (13:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 31 Mar 2011 11:16:52 +0000 (13:16 +0200)
commit2c4de5b045a79db73052d5b865474a00c9a87e99
tree12a5c2c7a0685ab1674e6b07959688a3470359fd
parenta439fa93f64e6eb34f0633d00d203b4267d58521
ash,hush: optional support for $HISTFILESIZE.

Based on patch from Alexey Fomenko (ext-alexey.fomenko AT nokia.com)

function                                             old     new   delta
size_from_HISTFILESIZE                                 -      44     +44
hush_main                                            998    1025     +27
ash_main                                            1348    1374     +26
read_line_input                                     3361    3372     +11
new_line_input_t                                      17      24      +7

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/Config.src
libbb/lineedit.c
shell/Config.src
shell/ash.c
shell/hush.c