ls: more correct handling of -c, -u
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Jan 2017 18:02:57 +0000 (19:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Jan 2017 18:02:57 +0000 (19:02 +0100)
commitf580baf94a5ad9cdfed919c17a1a1cdf26089f15
treeff5fc746a4a3f94ae6ddddaee314100542ab4bdd
parent194b2ebd2a0cfc1d27744dea10ef706975c61317
ls: more correct handling of -c, -u

function                                             old     new   delta
my_stat                                              302     318     +16
packed_usage                                       30977   30969      -8
display_single                                       928     910     -18
sortcmp                                              258     228     -30
ls_main                                              776     732     -44
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 16/-100)           Total: -84 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/ls.c