1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/bin/ls
millert b352e5558a Fix skipping of directories that begin with a '.' in -R mode.
It is not enough to avoid displaying the contents of the directory,
we need to set FTS_SKIP to avoid descending into any subdirs too.
Otherwise, if a ".foo" directory has a subdirectory "bar", ls will
descend into bar and display its contents.  OK deraadt@
2020-07-06 00:51:51 +00:00
..
cmp.c
extern.h Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
ls.1 Unify wording for LC_CTYPE in ENVIRONMENT: 2016-10-24 13:46:58 +00:00
ls.c Fix skipping of directories that begin with a '.' in -R mode. 2020-07-06 00:51:51 +00:00
ls.h Fix column padding of inode numbers and block counts >2^32, as well as 2013-05-30 16:34:32 +00:00
main.c remove some unnecessary sys/cdefs.h inclusions 2012-12-04 02:26:59 +00:00
Makefile Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
print.c dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
utf8.c Fix a regression (and POSIX violation) introduced with UTF-8 support: 2016-01-18 19:06:37 +00:00
util.c Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00