Denys Vlasenko
|
d71c7892ac
|
shred: with -u, unlink file even if it is zero length
function old new delta
shred_main 391 387 -4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2021-06-20 13:48:21 +02:00 |
|
Denys Vlasenko
|
ec3170ac95
|
shred: implement -s SIZE
function old new delta
shred_main 337 391 +54
.rodata 103393 103395 +2
packed_usage 33666 33656 -10
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 56/-10) Total: 46 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2021-06-20 13:08:50 +02:00 |
|
Denys Vlasenko
|
e47000490c
|
shuf: simplify check that we have at least one FILE
function old new delta
.rodata 103190 103194 +4
packed_usage 33541 33537 -4
shred_main 354 337 -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/2 up/down: 4/-21) Total: -17 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2021-06-15 10:39:33 +02:00 |
|
Denys Vlasenko
|
b097a84d62
|
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2018-12-28 03:20:17 +01:00 |
|
Denys Vlasenko
|
72089cf6b4
|
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2017-07-21 09:50:55 +02:00 |
|
Denys Vlasenko
|
4eed2c6c50
|
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2017-07-18 22:01:24 +02:00 |
|
Denys Vlasenko
|
0f7f1ae094
|
shred: smaller code
function old new delta
shred_main 361 356 -5
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2017-04-07 21:10:00 +02:00 |
|
Denys Vlasenko
|
2f59bf39e2
|
shred: new applet
function old new delta
shred_main - 361 +361
packed_usage 31427 31467 +40
applet_names 2578 2584 +6
applet_main 1492 1496 +4
run_applet_and_exit 679 682 +3
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 4/0 up/down: 414/0) Total: 414 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2017-04-07 20:45:08 +02:00 |
|