tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
bin
/
ls
/
at
jcs
10 files
Makefile
Support UTF-8: use wcwidth(3) for column adjustment and replace non-printable Unicode codepoints and invalid bytes with ASCII question marks. No change for the SMALL version.
10 years ago
cmp.c
Replace use of the old BSD st_*timensec members in struct stat with the POSIX-standard st_*tim.tv_nsec members.
2 years ago
extern.h
Support UTF-8: use wcwidth(3) for column adjustment and replace non-printable Unicode codepoints and invalid bytes with ASCII question marks. No change for the SMALL version.
10 years ago
ls.1
Avoid statement that was misleading by being overly specific: without -T, the format of the last modification column varies. Being less specific is actually better because that indicates to the reader that it's intended for human consumption, and that trying to parse it programmatically is likely not a good idea.
2 months ago
ls.c
ls(1): use correct buffer size for ngroup.
2 months ago
ls.h
Improve horizontal alignment in long format when printing minor device numbers greater than 999 by measuring the two widths needed for device numbers just like it is already done for other numbers. In the output, this only changes whitespace, but not the text.
2 years ago
main.c
remove some unnecessary sys/cdefs.h inclusions
13 years ago
print.c
printtime: use the Unix epoch if the file's timestamp is invalid Fixes a crash in "ls -l" for files with bogus timestamp values. OK miod@ denis@
2 years ago
utf8.c
Fix a regression (and POSIX violation) introduced with UTF-8 support: When neither running on a terminal nor with -q, names must be passed through as they are, nothing must be replaced with question marks. Effectively, -q was always in effect. SMALL was not affected.
10 years ago
util.c
Support UTF-8: use wcwidth(3) for column adjustment and replace non-printable Unicode codepoints and invalid bytes with ASCII question marks. No change for the SMALL version.
10 years ago