date: trivial fix - was reading seconds into nanoseconds field! DOH
[oweals/busybox.git] / coreutils / ls.c
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-31 Denys Vlasenkols: unicode fixes
2010-01-24 Denys Vlasenkorandomconfig fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-18 Denys Vlasenkols: fix sort of very large files. +21 byte
2010-01-18 Denys Vlasenkols: make it so that group never glues itself to file...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2009-10-23 Denys Vlasenkols: fix "ls | cat" to not show "total NNN" header
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-03 Denys Vlasenkols: forgotten chunk from prev commit
2009-10-03 Denys Vlasenkols: code shrink
2009-10-03 Denys Vlasenkols: fix for !FEATURE_LS_RECURSIVE (forgotten free)...
2009-10-03 Denys Vlasenkols: add standards doc; record author of "total NNNN...
2009-10-02 Denys Vlasenkols: code shrink
2009-10-02 Denys Vlasenkols: add "total NNNN" header if DESKTOP. By Johannes...
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-07-11 Denys Vlasenkotweaking Unicode support
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.
next