summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-141-3/+25
* set error status on exit, to be consistent with manpage and standard commands.adam1996-08-271-2/+6
* Change locale to LC_ALL, there no bitmaskache1995-10-261-2/+3
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationache1995-10-231-2/+2
* Add setlocale LC_ALLache1995-10-231-1/+3
* Having BLOCKSIZE=K and using "-k" option ls would use 2K block size...phk1995-03-231-4/+6
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-2/+3
* Make ls recognize the COLUMNS environmental variable, evenjoerg1994-12-181-2/+6
* Added $Id$dg1994-09-241-0/+2
OpenPOWER on IntegriCloud