summaryrefslogtreecommitdiffstats
path: root/bin/ls/util.c
Commit message (Expand)AuthorAgeFilesLines
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
* Replace spaces with tabs where appropriate.grog2012-11-081-4/+4
* Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-081-3/+3
* - Add -D to usage().ru2008-04-041-2/+2
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-241-2/+2
* Having three options (-a, -A, -I) controlling the output of dottedru2005-11-161-2/+2
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadydd2005-06-031-2/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-2/+2
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Only add the widths together for printable characters in prn_normal();tjr2004-05-031-1/+2
* Treat filenames as multibyte character strings (according to the currenttjr2004-05-021-59/+128
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Add the -m, -w and -x options to ls's usage message.tjr2003-09-091-2/+2
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-1/+1
* Consistently use __FBSDIDobrien2002-06-301-4/+2
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesache2002-02-281-1/+1
* 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-6/+5
* o __P has been reovedimp2002-02-021-8/+4
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-281-2/+2
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-2/+2
* Add the missing flags to ls(1)'s usage: -Bb.green2000-07-221-2/+2
* make sure we do not write out non-printable characters in file namesassar2000-07-041-11/+13
* Add -G to usage: if COLORLSache2000-06-061-1/+6
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Add -n option to print numeric user and group IDs instead of namessheldonh1999-08-021-2/+2
* Doh. What was I smoking when I wrote this?des1998-10-131-5/+5
* Fix nasty error in len_octal, result not initializedache1998-04-251-2/+2
* Fix ctype error #1 - chars must be unsignedache1998-04-251-2/+2
* 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-16/+5
* o Renamed '-b' (show unprintables in octal) to '-B'des1998-04-241-10/+66
* Added -b option to display unprintables in octal.des1998-04-211-1/+40
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-071-3/+5
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.steve1997-08-071-2/+3
* make usage() and SYNOPSIS agree with each other and add missing optionsobrien1997-03-261-2/+2
* 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-2/+6
* Use unsigned char for isprintache1996-03-311-2/+2
* Back out ctype fix, unneded with new ctypeache1994-10-091-2/+2
* Added $Id$dg1994-09-241-0/+2
* Make ls ctype-awareache1994-09-211-1/+1
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+71
OpenPOWER on IntegriCloud