summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Explain the dependence of colour support on the capabilities of thesheldonh2000-07-071-0/+20
* make sure we do not write out non-printable characters in file namesassar2000-07-045-25/+36
* Fix changes from 1.34 through 1.37:sheldonh2000-06-221-6/+14
* Order the ENVIRONMENT section alphabetically.joe2000-06-211-5/+5
* I broke locale sensitive ordering of date and month injoe2000-06-212-6/+16
* Don't assume that the output of strftime for "%c" ("nationaljoe2000-06-181-15/+10
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-173-6/+9
* Fix one conditionalization in my prev. commitache2000-06-061-2/+3
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorache2000-06-062-14/+10
* Honor f_notabs flag even in COLORLSache2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSache2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"ache2000-06-061-12/+0
* Add -G to usage: if COLORLSache2000-06-061-1/+6
* Staticize more functionsache2000-06-061-4/+7
* Move colorquit() prototype to extern.hache2000-06-062-4/+4
* Make signal handler safe - don't use stdio (pointed by bde)ache2000-06-062-14/+26
* Reflect reality:ache2000-06-061-2/+2
* Get rid of curses completely - use tgoto instead of tparmache2000-06-051-5/+4
* Do SIGINT cleanup for SIGQUIT as well.cracauer2000-06-051-0/+1
* Kill yourself in ^C handler, not exit(1) to allow script to sense signalache2000-06-051-7/+10
* Cosmetique of prev. optimization - don't use global variableache2000-06-051-1/+6
* Don't use curses includes, include termcap.h insteadache2000-06-051-13/+26
* Don't use curses includes, include termcap.h insteadache2000-06-051-6/+7
* Don't use ncurses, use termcapache2000-06-051-1/+2
* Don't look up the ANSI sequences each time a colour is changed,joe2000-06-053-11/+31
* Disable colour support in ls when building the fixit floppy, and makejoe2000-06-051-0/+2
* * Re-implement colour support using termcap's AF and AB capabilitiesjoe2000-06-055-12/+74
* Add colour support to /bin/ls (at a cost of 1056 bytes on my system).joe2000-06-025-4/+220
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-3/+6
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-052-1/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-4/+1
* Print negative minor numbers in hex. Negative minor numbers arebde2000-01-061-2/+3
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
* Retire stat_flags.c; it's now in libutil.joe1999-12-301-149/+0
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-1/+3
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-211-1/+1
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-191-86/+61
* Add `n' to the synopsis.obrien1999-10-161-1/+1
* $Id$ -> $FreeBSD$peter1999-08-279-9/+9
* Backed out my -n change to imply -l by request of sheldonh.chris1999-08-231-2/+0
* Make -n flag compliant to the Single Unix Specification.chris1999-08-231-1/+3
* Take integer rounding into account in the buffer size approximationsheldonh1999-08-191-2/+2
* Style issues in previous commit:sheldonh1999-08-191-4/+14
* Add -n option to print numeric user and group IDs instead of namessheldonh1999-08-023-9/+31
* Chflags was clearing all flags supplied on the command line after ajmz1999-05-211-2/+2
* Various spelling/formatting changes.kris1999-05-082-4/+4
* .Xr chflags 1 ,hoek1999-04-271-1/+2
* changable -> changeablebillf1998-11-301-2/+2
* Doh. What was I smoking when I wrote this?des1998-10-131-5/+5
OpenPOWER on IntegriCloud