sed: support long opts and -iSFX
authorSimon B <sburnet@hotmail.com>
Sun, 6 May 2012 11:59:15 +0000 (13:59 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 6 May 2012 12:01:41 +0000 (14:01 +0200)
commit8c3439554aa6e9da90246955e00b69c690b52794
tree690c52e8a1bf551125952482f89280e8164a7cac
parent44642d1ec15edf4a4448085849105ec93fa01ef2
sed: support long opts and -iSFX

function                                             old     new   delta
static.sed_longopts                                    -      67     +67
sed_main                                             618     682     +64
packed_usage                                       29179   29236     +57
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 188/0)             Total: 188 bytes

Signed-off-by: Simon B <sburnet@hotmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/sed.c