summaryrefslogtreecommitdiffstats
path: root/bin/ls/print.c
Commit message (Expand)AuthorAgeFilesLines
* Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-091-2/+2
* Replace spaces with tabs where appropriate.grog2012-11-081-5/+5
* Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-081-1/+5
* Fix bin/ build with a 64-bit ino_t.mdf2012-09-271-2/+4
* Get rid of major/minor number distinction.ed2011-09-281-9/+2
* Fixes for ls(1) long format (-l) output:jh2010-01-241-12/+26
* Fix regression introduced in r196712 - the 'name' string needstrasz2009-09-021-5/+9
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-041-7/+10
* Avoid a spurious warning for each whiteout found during "ls -lW".ru2006-10-181-2/+3
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-241-0/+2
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Remove from the printfns the assumption that dp->list != NULL. Evendas2004-06-081-2/+6
* Use humanize_number(3).pjd2004-05-251-58/+5
* Treat filenames as multibyte character strings (according to the currenttjr2004-05-021-1/+2
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Stop iterating over ACLs if we've already determined webmilekic2004-04-031-5/+11
* Fixes to output of `ls -lh` for certain file sizes:cperciva2004-03-011-4/+4
* Fix alignment of size field in `ls -lh` -- the width was being computedcperciva2004-01-221-2/+2
* Handle realloc() failure correctly.tjr2003-10-161-2/+5
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-22/+21
* pathconf() and acl_get_file() follow links so they cannot be used totjr2002-12-191-0/+8
* Use warn() instead of perror() or fprintf() where appropriate.tjr2002-11-061-6/+4
* Print a `+' character after the standard UNIX permission fields in longtjr2002-11-031-0/+53
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-241-2/+2
* Constify, staticify, rationalise types and fix other related warnings.markm2002-10-231-8/+8
* Print non-printing characters in directory names, as well as file names,tjr2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision wheredd2002-10-181-7/+9
* Fix a warning of "possibly used before initialisation".keramida2002-08-291-2/+1
* Consistently use __FBSDIDobrien2002-06-301-4/+2
* Add missing options required by SUSv3:tjr2002-05-191-2/+47
* restore missing default case removed in ls.c:r1.57billf2002-05-151-0/+1
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-2/+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-13/+12
* o __P has been reovedimp2002-02-021-45/+25
* LSCOLOURS should be spelt LSCOLORS.joe2001-12-291-1/+1
* Restore these files to shiny KNF.joe2001-12-291-43/+43
* Convert some spaces into tabs that I missed first time around.joe2001-12-281-30/+30
* Revert most of rev 1.42, to restore KNF style.joe2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-281-1/+71
* Make it clearer what changed to a user using the old format of LSCOLORS.joe2001-12-281-3/+3
* Mop up some warnings.joe2001-12-281-2/+2
* Make the style more consistent throughout the file.joe2001-12-281-58/+71
* Use the default colour instead if a bad colour specification is given.joe2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. Coloursjoe2001-12-281-15/+39
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-261-0/+2
* Silence minor cc warningache2001-03-211-1/+1
* Use nl_langinfo instead of %Efache2001-03-211-6/+7
OpenPOWER on IntegriCloud