'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
[oweals/busybox.git] / coreutils / ls.c
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-19 Denis Vlasenkols: fix segfault-if-standalone-shell, add big fat comment.
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-28 Denis Vlasenkols: w/o -l follow symlinks to dirs for commandline...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkols: stop doing time() for each file in "ls -l"
2007-01-19 Denis Vlasenkols: use get_cached_username/groupname
2006-12-26 Denis Vlasenkostyle fixes
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-10-28 Denis Vlasenkols: silly comment fixes
2006-10-28 Denis Vlasenkols: cleanup part 2. ifdef forest is much less scary...
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
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...
next