summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
...
* Revert most of rev 1.42, to restore KNF style.joe2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-286-5/+107
* Make it clearer what changed to a user using the old format of LSCOLORS.joe2001-12-281-3/+3
* Mop up some warnings.joe2001-12-284-4/+5
* Make the style more consistent throughout the file.joe2001-12-281-58/+71
* Use the default colour instead if a bad colour specification is given.joe2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. Coloursjoe2001-12-284-24/+70
* Make a bit more clear the types of characters that -B option willkeramida2001-12-061-1/+3
* mdoc(7) police: s/LKM/KLD/, sort xrefs.ru2001-12-041-3/+5
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-268-13/+242
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* Don't use the pronoun "you".dd2001-07-231-6/+7
* Don't put a shell prompt in the example since none of the other mandd2001-07-221-2/+8
* Add missing closing parenthesis.ben2001-07-211-1/+1
* Show an example of how to sort a file listing by size. Hopefully thisobrien2001-07-211-0/+9
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inru2001-04-031-1/+1
* Silence minor cc warningache2001-03-211-1/+1
* Use nl_langinfo instead of %Efache2001-03-211-6/+7
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* grammar gnit: "relationships (plural) _are_ complex"hoek2000-12-281-1/+1
* Prepare for mdoc(7)NG.ru2000-12-151-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Un-deprecate the -G flag at obrien's request. Colour sequences are stilljoe2000-08-132-11/+20
* Correct spelling: depricated -> deprecated.joe2000-08-122-2/+2
* A change to the way that colours are switched on in ls. The -Gjoe2000-08-122-44/+54
* ".It" -> ".It Ev" in a couple of places.joe2000-08-121-2/+2
* Add the missing flags to ls(1)'s usage: -Bb.green2000-07-221-2/+2
* 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
OpenPOWER on IntegriCloud