aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/ls.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.77:Lukas Ertl2004-06-091-0/+1
* MFC: Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-11-171-4/+7
* MFC: fix assorted typos.Jens Schweikhardt2002-08-151-1/+1
* MFC: SUSv3 -m, -p and -x options. SUSv3-style handling of COLUMNS env.Tim J. Robbins2002-07-081-15/+40
* MFC: Sync with -current, bringing all the differences into line, apart fromJosef Karthauser2002-03-281-93/+120
* MFC: CLICOLOR and CLICOLOR_FORCE support.John Baldwin2000-08-161-18/+22
* MFC: make sure we do not write out non-printable characters in fileAssar Westerlund2000-07-121-2/+0
* MFC: colorlsAndrey A. Chernov2000-07-041-4/+64
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-281-3/+8
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-0/+2
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Backed out my -n change to imply -l by request of sheldonh.Chris Costello1999-08-231-2/+0
* Make -n flag compliant to the Single Unix Specification.Chris Costello1999-08-231-1/+3
* Take integer rounding into account in the buffer size approximationSheldon Hearn1999-08-191-2/+2
* Style issues in previous commit:Sheldon Hearn1999-08-191-4/+14
* Add -n option to print numeric user and group IDs instead of namesSheldon Hearn1999-08-021-5/+19
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Add missing "else", without whom the prev. commit is a null change.Tim Vanderhoek1998-08-021-4/+3
* Allow env. variable LS_COLWIDTHS to specify minimum column widths,Tim Vanderhoek1998-07-291-5/+75
* Remove the bogus -? option after reading the getopt() manual :)Dag-Erling Smørgrav1998-04-241-2/+2
* o Removed two unused variables (f_dirname and f_newline) in ls.cDag-Erling Smørgrav1998-04-241-4/+10
* o Renamed '-b' (show unprintables in octal) to '-B'Dag-Erling Smørgrav1998-04-241-4/+12
* Added -b option to display unprintables in octal.Dag-Erling Smørgrav1998-04-211-2/+12
* Fix sorting of directories when doing '-d'.Sean Eric Fagan1997-09-181-10/+6
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-071-3/+8
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-071-16/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftSteve Price1996-12-141-3/+25
* set error status on exit, to be consistent with manpage and standard commands.Adam David1996-08-271-2/+6
* Change locale to LC_ALL, there no bitmaskAndrey A. Chernov1995-10-261-2/+3
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationAndrey A. Chernov1995-10-231-2/+2
* Add setlocale LC_ALLAndrey A. Chernov1995-10-231-1/+3
* Having BLOCKSIZE=K and using "-k" option ls would use 2K block size...Poul-Henning Kamp1995-03-231-4/+6
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-2/+3
* Make ls recognize the COLUMNS environmental variable, evenJoerg Wunsch1994-12-181-2/+6
* Added $Id$David Greenman1994-09-241-0/+2
* Add support for '-k' option to print file allocation space in 'K' instead ofPaul Traina1994-09-191-2/+8
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+506