freebsd-dev/bin/ls
Baptiste Daroussin be90c1c6b5 Fix ls -l alignement with new locales
Latest update of locales introduced abbreviated month that follows the regionale
rules meaning that they can be of variable length instead of being arbitrary
truncated to top 3 characters.

To fix alignement, ls now computes the visible length of the abbreviated month,
pads the shorter month with spaces in order to make sure everything is properly
aligned

Reviewed by:	ache, ed, jilles
Differential Revision:	https://reviews.freebsd.org/D4239
2015-12-07 20:48:28 +00:00
..
tests Enable bin/ls testcases disabled previously because of issues with how 2015-12-07 04:03:01 +00:00
cmp.c Replace spaces with tabs where appropriate. 2012-11-08 23:45:19 +00:00
extern.h Convert ls(1) to use libxo(3). 2015-06-10 01:27:38 +00:00
ls.1 Add more text to explain --libxo flag. 2015-12-01 19:18:53 +00:00
ls.c Fix some issues with the application of libxo to ls(1) 2015-07-21 05:03:59 +00:00
ls.h Fix some issues with the application of libxo to ls(1) 2015-07-21 05:03:59 +00:00
Makefile Add initial testcases for bin/ls 2015-09-28 03:36:15 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
print.c Fix ls -l alignement with new locales 2015-12-07 20:48:28 +00:00
util.c Convert ls(1) to use libxo(3). 2015-06-10 01:27:38 +00:00