summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore empty COLUMNS environment variable. COLUMNS should take precedencetjr2002-06-041-5/+5
* Add missing options required by SUSv3:tjr2002-05-191-4/+27
* restore missing default case removed in ls.c:r1.57billf2002-05-151-0/+3
* Make 'user' and 'group' const as to not discard the qualifier from thejmallett2002-05-151-1/+2
* Remove an empty default case to make this syntactically correct. Not therejmallett2002-05-151-1/+0
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* Use __FBSDID() and clean up the vendor tags.markm2002-02-031-5/+6
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-031-41/+56
* Fix unused variable.imp2002-02-021-0/+1
* o __P has been reovedimp2002-02-021-18/+11
* Force raw printing of non-printable characters via the -w option.joe2001-12-291-1/+6
* Restore these files to shiny KNF.joe2001-12-291-39/+45
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-281-1/+5
* Mop up some warnings.joe2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. Coloursjoe2001-12-281-0/+4
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-9/+33
* Un-deprecate the -G flag at obrien's request. Colour sequences are stilljoe2000-08-131-6/+5
* Correct spelling: depricated -> deprecated.joe2000-08-121-1/+1
* A change to the way that colours are switched on in ls. The -Gjoe2000-08-121-15/+20
* make sure we do not write out non-printable characters in file namesassar2000-07-041-2/+0
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-3/+8
* Fix one conditionalization in my prev. commitache2000-06-061-2/+3
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorache2000-06-061-1/+10
* Move colorquit() prototype to extern.hache2000-06-061-1/+0
* Do SIGINT cleanup for SIGQUIT as well.cracauer2000-06-051-0/+1
* Don't use curses includes, include termcap.h insteadache2000-06-051-6/+7
* Don't look up the ANSI sequences each time a colour is changed,joe2000-06-051-2/+23
* * Re-implement colour support using termcap's AF and AB capabilitiesjoe2000-06-051-2/+20
* Add colour support to /bin/ls (at a cost of 1056 bytes on my system).joe2000-06-021-3/+13
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-0/+2
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-2/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* 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-021-5/+19
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Add missing "else", without whom the prev. commit is a null change.hoek1998-08-021-4/+3
* Allow env. variable LS_COLWIDTHS to specify minimum column widths,hoek1998-07-291-5/+75
* Remove the bogus -? option after reading the getopt() manual :)des1998-04-241-2/+2
* o Removed two unused variables (f_dirname and f_newline) in ls.cdes1998-04-241-4/+10
* o Renamed '-b' (show unprintables in octal) to '-B'des1998-04-241-4/+12
* Added -b option to display unprintables in octal.des1998-04-211-2/+12
* Fix sorting of directories when doing '-d'.sef1997-09-181-10/+6
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-071-3/+8
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.steve1997-08-071-16/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
OpenPOWER on IntegriCloud