getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / ls.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-20 Rob LandleyI broke allbareconfig with half-finished cleanups I...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-15 Rob LandleyPatch from Rich Felker:
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-03 Rob LandleyPatch from Rich Felker to make ls use libc's qsort.
2006-05-02 Rob LandleyPatch from Shaun Jackman:
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-01 Rob LandleySelinux fix from Jan Kiszka.
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 Tim Rikerjust whitespace
2005-10-20 "Vladimir N. Oleynik"another more const
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"- usage fresh bb_getopt_ulflags for ls -- very size...
2005-08-01 Paul Foxcommiting patch from bug 71:
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-09-24 Glenn L McGrathPatch from David Daney to make the -i option work with -l.
2004-08-26 Eric AndersenTito writes:
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-23 Eric AndersenBrian Pomerantz writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-08 Manuel Novoa III Fix broken sort order flags.
2004-03-06 Glenn L McGrathPatch from Matt Kraai to fix debian bug number 231994.
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-01-18 Glenn L McGrathFix a bug where `ls -le` would print the time twice.
2004-01-18 Glenn L McGrathUse bb_getopt_ulflags, save 200-300 bytes
2003-11-04 Eric AndersenFix oversight with CONFIG_FEATURE_AUTOWIDTH handling
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-14 Eric AndersenMichael Sternberg writes:
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-14 Eric Andersenlast_patch75_2 from vodz,
2003-01-06 Glenn L McGrathCorrect column width for tab completion and ls
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".
next