ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:42:12 +0000 (19:42 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jan 2017 18:42:12 +0000 (19:42 +0100)
commit51b01fda30418e4114a63be3db8ab0135dea12fc
treee4af168b2de4f54d0e98d75c2e2d066aabe5f834
parenta1cbaca1ba6f4a3ffc7727fcd4c4ebb61c47e1a7
ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG

Also, handle -n and --full-time using option_mask32

function                                             old     new   delta
scan_and_display_dirs_recur                          548     545      -3
display_single                                      1053    1039     -14
ls_main                                              777     736     -41
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-58)             Total: -58 bytes

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