aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/print.c
Commit message (Expand)AuthorAgeFilesLines
* Treat filenames as multibyte character strings (according to the currentTim J. Robbins2004-05-021-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Stop iterating over ACLs if we've already determined weBosko Milekic2004-04-031-5/+11
* Fixes to output of `ls -lh` for certain file sizes:Colin Percival2004-03-011-4/+4
* Fix alignment of size field in `ls -lh` -- the width was being computedColin Percival2004-01-221-2/+2
* Handle realloc() failure correctly.Tim J. Robbins2003-10-161-2/+5
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-22/+21
* pathconf() and acl_get_file() follow links so they cannot be used toTim J. Robbins2002-12-191-0/+8
* Use warn() instead of perror() or fprintf() where appropriate.Tim J. Robbins2002-11-061-6/+4
* Print a `+' character after the standard UNIX permission fields in longTim J. Robbins2002-11-031-0/+53
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-241-2/+2
* Constify, staticify, rationalise types and fix other related warnings.Mark Murray2002-10-231-8/+8
* Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision whereDima Dorfman2002-10-181-7/+9
* Fix a warning of "possibly used before initialisation".Giorgos Keramidas2002-08-291-2/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Add missing options required by SUSv3:Tim J. Robbins2002-05-191-2/+47
* restore missing default case removed in ls.c:r1.57Bill Fumerola2002-05-151-0/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-2/+1
* Use __FBSDID() and clean up the vendor tags.Mark Murray2002-02-031-5/+6
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.Mark Murray2002-02-031-13/+12
* o __P has been reovedWarner Losh2002-02-021-45/+25
* LSCOLOURS should be spelt LSCOLORS.Josef Karthauser2001-12-291-1/+1
* Restore these files to shiny KNF.Josef Karthauser2001-12-291-43/+43
* Convert some spaces into tabs that I missed first time around.Josef Karthauser2001-12-281-30/+30
* Revert most of rev 1.42, to restore KNF style.Josef Karthauser2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesJosef Karthauser2001-12-281-1/+71
* Make it clearer what changed to a user using the old format of LSCOLORS.Josef Karthauser2001-12-281-3/+3
* Mop up some warnings.Josef Karthauser2001-12-281-2/+2
* Make the style more consistent throughout the file.Josef Karthauser2001-12-281-58/+71
* Use the default colour instead if a bad colour specification is given.Josef Karthauser2001-12-281-1/+1
* Revamp the colour support to allow for bold characters. ColoursJosef Karthauser2001-12-281-15/+39
* Add LOMAC options (the "Z" flag in both cases) to display extra informationBrian Feldman2001-11-261-0/+2
* Silence minor cc warningAndrey A. Chernov2001-03-211-1/+1
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-6/+7
* make sure we do not write out non-printable characters in file namesAssar Westerlund2000-07-041-9/+19
* I broke locale sensitive ordering of date and month inJosef Karthauser2000-06-211-6/+9
* Don't assume that the output of strftime for "%c" ("nationalJosef Karthauser2000-06-181-15/+10
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorAndrey A. Chernov2000-06-061-13/+0
* Honor f_notabs flag even in COLORLSAndrey A. Chernov2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSAndrey A. Chernov2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"Andrey A. Chernov2000-06-061-12/+0
* Staticize more functionsAndrey A. Chernov2000-06-061-4/+7
* Make signal handler safe - don't use stdio (pointed by bde)Andrey A. Chernov2000-06-061-12/+26
* Get rid of curses completely - use tgoto instead of tparmAndrey A. Chernov2000-06-051-5/+4
* Kill yourself in ^C handler, not exit(1) to allow script to sense signalAndrey A. Chernov2000-06-051-7/+10
* Cosmetique of prev. optimization - don't use global variableAndrey A. Chernov2000-06-051-1/+6
* Don't use curses includes, include termcap.h insteadAndrey A. Chernov2000-06-051-13/+26
* Don't look up the ANSI sequences each time a colour is changed,Josef Karthauser2000-06-051-9/+4
* * Re-implement colour support using termcap's AF and AB capabilitiesJosef Karthauser2000-06-051-10/+46