aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
2005-09-05- usage fresh bb_getopt_ulflags for ls -- very size reduce."Vladimir N. Oleynik"
2005-08-01commiting patch from bug 71:Paul Fox
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2004-09-24Patch from David Daney to make the -i option work with -l.Glenn L McGrath
2004-08-26Tito writes:Eric Andersen
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-23Brian Pomerantz writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-08Fix broken sort order flags.Manuel Novoa III
2004-03-06Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath
2004-02-05Vladimir N. Oleynik writes:Eric Andersen
2004-01-18Fix a bug where `ls -le` would print the time twice.Glenn L McGrath
2004-01-18Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath
2003-11-04Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-07-14Michael Sternberg writes:Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-14last_patch75_2 from vodz,Eric Andersen
2003-01-06Correct column width for tab completion and lsGlenn L McGrath
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-28Use printf instead of fprintf(stdoutGlenn L McGrath
2002-08-22Run through indent, fix BB_ defineGlenn L McGrath
2002-04-27Fix silly combinitorial oversightEric Andersen
2002-04-17ls could mis-color certain entries when previous commandsEric Andersen
2002-03-20Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen
2002-03-08list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai
2002-03-08* fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-07-31Make formatting match GNU ls (we were including a spare ' ')Eric Andersen
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-06-30Pad the human readable output for 'ls -sh' to 6 chars, since we willEric Andersen
2001-06-30ls -s was reporting bytes instead of blocks.Manuel Novoa III
2001-06-25Fix up some warnings that show up on ppcEric Andersen
2001-06-13I reworked make_human_readable_str so it now has a sane interface,Eric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley
2001-04-23Simplify pathname building, in which a bug was noted by Larry Doolittle,Matt Kraai
2001-04-05more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen
2001-03-28Fix ls so it uses make_human_readable_str() the same way alreadyEric Andersen
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
2001-03-07Fix up ls.c to ensure human readable works properly in all casesEric Andersen
2001-03-06I made these little simplifications a while back, bug forgot toEric Andersen