summaryrefslogtreecommitdiffstats
path: root/bin/ls/print.c
Commit message (Expand)AuthorAgeFilesLines
* Silence minor cc warningache2001-03-211-1/+1
* Use nl_langinfo instead of %Efache2001-03-211-6/+7
* make sure we do not write out non-printable characters in file namesassar2000-07-041-9/+19
* I broke locale sensitive ordering of date and month injoe2000-06-211-6/+9
* Don't assume that the output of strftime for "%c" ("nationaljoe2000-06-181-15/+10
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorache2000-06-061-13/+0
* Honor f_notabs flag even in COLORLSache2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSache2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"ache2000-06-061-12/+0
* Staticize more functionsache2000-06-061-4/+7
* Make signal handler safe - don't use stdio (pointed by bde)ache2000-06-061-12/+26
* Get rid of curses completely - use tgoto instead of tparmache2000-06-051-5/+4
* Kill yourself in ^C handler, not exit(1) to allow script to sense signalache2000-06-051-7/+10
* Cosmetique of prev. optimization - don't use global variableache2000-06-051-1/+6
* Don't use curses includes, include termcap.h insteadache2000-06-051-13/+26
* Don't look up the ANSI sequences each time a colour is changed,joe2000-06-051-9/+4
* * Re-implement colour support using termcap's AF and AB capabilitiesjoe2000-06-051-10/+46
* Add colour support to /bin/ls (at a cost of 1056 bytes on my system).joe2000-06-021-0/+129
* Print negative minor numbers in hex. Negative minor numbers arebde2000-01-061-2/+3
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Allow env. variable LS_COLWIDTHS to specify minimum column widths,hoek1998-07-291-6/+11
* o Renamed '-b' (show unprintables in octal) to '-B'des1998-04-241-6/+7
* Added -b option to display unprintables in octal.des1998-04-211-4/+9
* 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-4/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make ls include the year when displaying times that are more thanmpp1997-01-111-2/+6
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftsteve1996-12-141-4/+9
* Remove unused include of utmp.h from print.c. Closes PR# 486.mpp1996-01-201-2/+1
* Print dev minor #'s > 255 in hex.joerg1995-12-301-3/+7
* Change ctime to strftime %c to use national date/time representationache1995-08-081-3/+3
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-3/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-2/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+293
OpenPOWER on IntegriCloud