OSDN Git Service

Change if(x)free(x); to free(x);
[android-x86/external-busybox.git] / coreutils / ls.c
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse printf instead of fprintf(stdout
2002-08-22 Glenn L McGrathRun through indent, fix BB_ define
2002-04-27 Eric AndersenFix silly combinitorial oversight
2002-04-17 Eric Andersenls could mis-color certain entries when previous commands
2002-03-20 Eric AndersenPatch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl...
2002-03-08 Matt Kraailist_single: Declare scratch iff CONFIG_FEATURE_LS_USER...
2002-03-08 Matt Kraai* fileutils/ls.c (showfiles): Display multiple short...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-31 Eric AndersenMake formatting match GNU ls (we were including a spare...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-06-30 Eric AndersenPad the human readable output for 'ls -sh' to 6 chars...
2001-06-30 Manuel Novoa III ls -s was reporting bytes instead of blocks.
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-23 Matt KraaiSimplify pathname building, in which a bug was noted...
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-03 Eric AndersenPlace a temporary bandaid on the ls/du/df human-readabl...
2001-03-28 Eric AndersenFix ls so it uses make_human_readable_str() the same...
2001-03-27 Mark WhitleyApplied patch from David Douthitt to fix problem where...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-07 Eric AndersenFix up ls.c to ensure human readable works properly...
2001-03-06 Eric AndersenI made these little simplifications a while back, bug...
2001-02-20 Eric AndersenOops. Put time.h after busybox.h, so we can check...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric AndersenFixed 'ls -s' so it actually displays block sizes again.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Mark WhitleyBuglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH...
2001-01-30 Eric AndersenFix a stupid typo -- bug found by Larry Doolittle.
2001-01-30 Eric AndersenFix ls behavior for broken or very narrow terminals...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenFix my braindamage -- remove termios and sighandling...
2001-01-26 Eric AndersenI am an idiot. Looking over my patch, ls doesn't need...
2001-01-26 Eric AndersenMake cin be static
2001-01-26 Eric AndersenMake ls understand termios.
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-29 Eric AndersenPatch from Matt Kraai to fix an infinate loop with...
2000-11-18 Matt KraaiFixed user and group name listing.
2000-10-29 Eric AndersenThis was redundant
2000-10-28 Matt KraaiMake features independent.
2000-10-28 Matt KraaiWe also need to declare info if the USERNAMES feature...
2000-10-13 Matt KraaiConsolidate stat(2) and lstat(2) calls and error handling.
2000-10-13 Matt KraaiExit with failure status if we are unable to list any...
2000-10-12 Eric AndersenApply a patch from Matt Kraai to fix buffer overrun...
2000-10-09 Eric AndersenApply a patch from Matt Kraai:
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-22 Matt KraaiAdd support for the -L option to ls.
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-08-22 Pavel RoskinFixed a warning about a label not being used
2000-08-11 Eric AndersenAdd optional ls file sorting, thanks to a patch from
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric AndersenRemove MAXNAMLEN and use BUFSIZ instead.
2000-07-03 Eric AndersenAdded support for ignoring '-g' per GNU ls, thanks...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-27 Erik AndersenFixed ls formatting for 8 char user names.
1999-12-29 Erik Andersen* sed now supports addresses (numeric or regexp, with...
1999-11-23 Eric AndersenStuf
1999-11-19 Eric AndersenStuf
1999-11-19 Eric AndersenStuf
1999-11-09 Eric AndersenStuff
1999-11-07 Eric Anderseninit and ls -l fixes
1999-10-19 Eric AndersenMore stuff
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-14 Eric AndersenFixed cp -[aR] and some other stuf.
1999-10-13 Eric AndersenMore stuff
1999-10-06 Eric Andersenmore stuff
1999-10-05 Eric AndersenInitial revision