Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-15 | remove whiteout support | Todd C. Miller | |
2005-01-10 | Remove unneccesary cast to long long and %llu format; print using %lu. | Otto Moerbeek | |
Spotted by tom@, ok millert@ | |||
2003-09-26 | free(NULL) is valid | Theo de Raadt | |
2003-09-24 | realloc fixes: unallocate for next use if realloc fixes; do not incr size; | Theo de Raadt | |
do not p = realloc(p, ...; ok from ho, cloder | |||
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst | |
ok ian@ millert@ | |||
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-08-01 | utmp.h not needed | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2000-01-06 | In multi-column output, don't bother filling up last column before '\n'. | Marc Espie | |
As a result, we gain one extra position to format multi-column output, since there is no added space at the end of the last column. For instance, 26 long filenames now print in 3 columns instead of 2. At first, both millert@ and I thought that ending the line on the last column might trigger trouble on some terminals, but then I realized that current ls may already fill the last column with a space, with no apparent grief anywhere, and Todd agreed. | |||
2000-01-05 | Remove bogus chcnt assignments. | Marc Espie | |
2000-01-05 | Perform colwidth computation sooner, as there's no need for random | Marc Espie | |
access if we end up doing one column output. | |||
2000-01-05 | Factor column width computation out. | Marc Espie | |
1999-05-01 | defer conversion of unprintable filenames till final display, permitting | Theo de Raadt | |
badly named symbolic links to be handled; bug noted by dm@ fixed by d@ | |||
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt | |
1998-08-15 | realloc bug fix and two other bugs found at the same time | Theo de Raadt | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1 | Theo de Raadt | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-01-03 | From NetBSD: | Todd C. Miller | |
- Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965. | |||
1996-12-17 | Get TAB expansion right | Thorsten Lockert | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-08-02 | extra utmp.h goes away; tom@haven.uniserve.com in freebsd | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |