aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inRuslan Ermilov2001-04-031-1/+1
* Silence minor cc warningAndrey A. Chernov2001-03-211-1/+1
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-6/+7
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* grammar gnit: "relationships (plural) _are_ complex"Tim Vanderhoek2000-12-281-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Un-deprecate the -G flag at obrien's request. Colour sequences are stillJosef Karthauser2000-08-132-11/+20
* Correct spelling: depricated -> deprecated.Josef Karthauser2000-08-122-2/+2
* A change to the way that colours are switched on in ls. The -GJosef Karthauser2000-08-122-44/+54
* ".It" -> ".It Ev" in a couple of places.Josef Karthauser2000-08-121-2/+2
* Add the missing flags to ls(1)'s usage: -Bb.Brian Feldman2000-07-221-2/+2
* Explain the dependence of colour support on the capabilities of theSheldon Hearn2000-07-071-0/+20
* make sure we do not write out non-printable characters in file namesAssar Westerlund2000-07-045-25/+36
* Fix changes from 1.34 through 1.37:Sheldon Hearn2000-06-221-6/+14
* Order the ENVIRONMENT section alphabetically.Josef Karthauser2000-06-211-5/+5
* I broke locale sensitive ordering of date and month inJosef Karthauser2000-06-212-6/+16
* Don't assume that the output of strftime for "%c" ("nationalJosef Karthauser2000-06-181-15/+10
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-173-6/+9
* Fix one conditionalization in my prev. commitAndrey A. Chernov2000-06-061-2/+3
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorAndrey A. Chernov2000-06-062-14/+10
* Honor f_notabs flag even in COLORLSAndrey A. Chernov2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSAndrey A. Chernov2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"Andrey A. Chernov2000-06-061-12/+0
* Add -G to usage: if COLORLSAndrey A. Chernov2000-06-061-1/+6
* Staticize more functionsAndrey A. Chernov2000-06-061-4/+7
* Move colorquit() prototype to extern.hAndrey A. Chernov2000-06-062-4/+4
* Make signal handler safe - don't use stdio (pointed by bde)Andrey A. Chernov2000-06-062-14/+26
* Reflect reality:Andrey A. Chernov2000-06-061-2/+2
* Get rid of curses completely - use tgoto instead of tparmAndrey A. Chernov2000-06-051-5/+4
* Do SIGINT cleanup for SIGQUIT as well.Martin Cracauer2000-06-051-0/+1
* Kill yourself in ^C handler, not exit(1) to allow script to sense signalAndrey A. Chernov2000-06-051-7/+10
* Cosmetique of prev. optimization - don't use global variableAndrey A. Chernov2000-06-051-1/+6
* Don't use curses includes, include termcap.h insteadAndrey A. Chernov2000-06-051-13/+26
* Don't use curses includes, include termcap.h insteadAndrey A. Chernov2000-06-051-6/+7
* Don't use ncurses, use termcapAndrey A. Chernov2000-06-051-1/+2
* Don't look up the ANSI sequences each time a colour is changed,Josef Karthauser2000-06-053-11/+31
* Disable colour support in ls when building the fixit floppy, and makeJosef Karthauser2000-06-051-0/+2
* * Re-implement colour support using termcap's AF and AB capabilitiesJosef Karthauser2000-06-055-12/+74
* Add colour support to /bin/ls (at a cost of 1056 bytes on my system).Josef Karthauser2000-06-025-4/+220
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-3/+6
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-052-1/+4
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-272-4/+1
* Print negative minor numbers in hex. Negative minor numbers areBruce Evans2000-01-061-2/+3
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-011-0/+1
* Retire stat_flags.c; it's now in libutil.Josef Karthauser1999-12-301-149/+0
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-1/+3
* Fix a bug where a pointer would be one character too far after puttingOllivier Robert1999-12-211-1/+1