added simplified Unicode support for non-locale-enabled builds
[platform/upstream/busybox.git] / coreutils / ls.c
2009-07-11 Denys Vlasenkoadded simplified Unicode support for non-locale-enabled...
2009-07-03 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-07-03 Denys Vlasenkols: make --color more compatible with coreutils
2009-07-02 Denys Vlasenkols: fix --color handling. Closes bug 435.
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-27 Denis Vlasenkols: warning fix
2009-03-21 Denis Vlasenkols: make readlink error to not disrupt output (try...
2009-03-18 Denis Vlasenkols: make color-related code more readable. Fix a case...
2009-03-09 Denis Vlasenkoftpd + ls - timestamp = confused Mozilla. Prevent that.
2009-03-09 Denis Vlasenkoftpd: reuse ls applet for LIST/NLST/STAT generation
2009-03-08 Denis Vlasenkoftpd: code chrink, fixed some minor bugs
2009-03-03 Denis Vlasenkols: implement -Q and -g (-g was accepted but ignored)
2009-03-03 Denis Vlasenkols: do not follow links with -s (closes bug 33),
2008-07-15 Denis Vlasenkols: fix a bug where we may use uninintialized variable
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-18 Denis Vlasenkofix trivial error with inverted exit code in ls
2008-06-13 Denis Vlasenkobuild system: introduce FEATURE_ASSUME_UNICODE
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
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 `...
next