Age | Commit message (Expand) | Author |
2004-02-05 | Vladimir N. Oleynik writes: | Eric Andersen |
2004-01-18 | Fix a bug where `ls -le` would print the time twice. | Glenn L McGrath |
2004-01-18 | Use bb_getopt_ulflags, save 200-300 bytes | Glenn L McGrath |
2003-11-04 | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling | Eric Andersen |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-07-14 | Michael Sternberg writes: | Eric Andersen |
2003-07-03 | Patch from Russell Coker: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-14 | last_patch75_2 from vodz, | Eric Andersen |
2003-01-06 | Correct column width for tab completion and ls | Glenn L McGrath |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-11-28 | Use printf instead of fprintf(stdout | Glenn L McGrath |
2002-08-22 | Run through indent, fix BB_ define | Glenn L McGrath |
2002-04-27 | Fix silly combinitorial oversight | Eric Andersen |
2002-04-17 | ls could mis-color certain entries when previous commands | Eric Andersen |
2002-03-20 | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | Eric Andersen |
2002-03-08 | list_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-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-07-31 | Make formatting match GNU ls (we were including a spare ' ') | Eric Andersen |
2001-07-22 | Some patches to make dietlibc work... | Eric Andersen |
2001-07-19 | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen |
2001-06-30 | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen |
2001-06-30 | ls -s was reporting bytes instead of blocks. | Manuel Novoa III |
2001-06-25 | Fix up some warnings that show up on ppc | Eric Andersen |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen |
2001-04-30 | Made new xreadlink function for libbb and changed applets to use it instead of | Mark Whitley |
2001-04-23 | Simplify pathname building, in which a bug was noted by Larry Doolittle, | Matt Kraai |
2001-04-05 | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen |
2001-04-03 | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | Eric Andersen |
2001-03-28 | Fix ls so it uses make_human_readable_str() the same way already | Eric Andersen |
2001-03-27 | Applied patch from David Douthitt to fix problem where ls reports half the | Mark Whitley |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley |
2001-03-07 | Fix up ls.c to ensure human readable works properly in all cases | Eric Andersen |
2001-03-06 | I made these little simplifications a while back, bug forgot to | Eric Andersen |
2001-02-20 | Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-15 | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-01 | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley |
2001-01-30 | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen |
2001-01-30 | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen |
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen |
2001-01-26 | Make cin be static | Eric Andersen |