aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-1/+1
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-281-188/+138
* ls: cleanup part 1Denis Vlasenko2006-10-281-269/+179
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+2
* I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.Rob Landley2006-06-201-23/+18
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-85/+27
* Patch from Rich Felker:Rob Landley2006-06-151-10/+9
* - ls: remove unused variableBernhard Reutner-Fischer2006-05-291-10/+5
* Fix some warnings in allbareconfig.Rob Landley2006-05-281-0/+2
* Patch from Rich Felker to make ls use libc's qsort.Rob Landley2006-05-031-26/+10
* Patch from Shaun Jackman:Rob Landley2006-05-021-7/+11
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-15/+2
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Selinux fix from Jan Kiszka.Rob Landley2006-03-011-5/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-31/+31
* another more const"Vladimir N. Oleynik"2005-10-201-1/+1
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* - usage fresh bb_getopt_ulflags for ls -- very size reduce."Vladimir N. Oleynik"2005-09-051-77/+64
* commiting patch from bug 71:Paul Fox2005-08-011-2/+61
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-24/+24
* Patch from David Daney to make the -i option work with -l.Glenn L McGrath2004-09-241-1/+1
* Tito writes:Eric Andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-7/+3
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-4/+4
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix broken sort order flags.Manuel Novoa III2004-03-081-3/+2
* Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath2004-03-061-4/+7
* Vladimir N. Oleynik writes:Eric Andersen2004-02-051-2/+2
* Fix a bug where `ls -le` would print the time twice.Glenn L McGrath2004-01-181-13/+13
* Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath2004-01-181-89/+131
* Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen2003-11-041-0/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-10/+5
* Michael Sternberg writes:Eric Andersen2003-07-141-0/+4
* Patch from Russell Coker:Eric Andersen2003-07-031-13/+81
* Major coreutils update.Manuel Novoa III2003-03-191-289/+268
* last_patch75_2 from vodz,Eric Andersen2003-01-141-2/+4
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-114/+82
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+1
* Use printf instead of fprintf(stdoutGlenn L McGrath2002-11-281-7/+3
* Run through indent, fix BB_ defineGlenn L McGrath2002-08-221-355/+441