ash,hush: history builtin
authorFlemming Madsen <busybox@themadsens.dk>
Sun, 7 Apr 2013 16:47:24 +0000 (18:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 7 Apr 2013 16:47:24 +0000 (18:47 +0200)
commitd96ffda62e9f9c88a6e43dc1926c5b775a611166
treef5c691e02aae158e04b797e267f3fa779d591728
parent3beab83e4f7f4213c185737e95dc4895f0059dd6
ash,hush: history builtin

function                                             old     new   delta
show_history                                           -      39     +39
builtin_history                                        -      16     +16
historycmd                                             -      13     +13
bltins1                                              312     324     +12
builtintab                                           336     344      +8
popstring                                            134     140      +6
hush_main                                           1048    1046      -2
ash_main                                            1398    1396      -2
size_from_HISTFILESIZE                                44      40      -4
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 3/3 up/down: 94/-8)              Total: 86 bytes

Signed-off-by: Flemming Madsen <busybox@themadsens.dk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/lineedit.c
shell/ash.c
shell/hush.c