ls: increase the allowed abmon width from 5 to 12
commit5ed2018360ba44f673b1dc74fb3d2927f7fcfae3
authorPádraig Brady <P@draigBrady.com>
Wed, 14 Mar 2018 18:31:43 +0000 (14 11:31 -0700)
committerPádraig Brady <P@draigBrady.com>
Fri, 16 Mar 2018 10:16:43 +0000 (16 03:16 -0700)
treef7ac5ac466357912efd33362375adc6be5785f67
parent0753c3f6dc820562abf5b2653eff7cfc0c0d65c4
ls: increase the allowed abmon width from 5 to 12

This will impact relatively few languages,
and will make Arabic or Catalan etc.
output unambiguous abbreviated month names.

* src/ls.c (MAX_MON_WIDTH): Increase from 5 to 12.
* NEWS: Mention the bug fix.
* tests/ls/abmon-align.sh: Augment to check for ambiguous output.
Fixes https://bugs.gnu.org/30814
NEWS
src/ls.c
tests/ls/abmon-align.sh