Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / stat.c
2013-03-29 Denys Vlasenkolibbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-09-27 Denys Vlasenkofix unsafe bb_perror_msg(filename) calls
2012-06-10 Tias Gunsandroid: fix 'stat', ifdef S_TYPEIS* in coreutiles...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-30 Eric Lammertsstat: fix mtime/ctime/atime
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-20 Alexander Shishkinstat: remove superfluous setXXent() calls, plug memory...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-12 Sebstat: make output more similar to GNU stat
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-13 Denis Vlasenkostat: fix compile breakage (get_f_fsid() is used even...
2008-11-11 Denis Vlasenkostat: make stat -f show filesystem "ID:" as coreutils...
2008-06-27 Denis Vlasenkostat: pointers are not 0L, they are NULL
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkostat: code shrink; stop using bss; stop using strncat...
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 Vlasenkostat: fix option -Z segv (bug 1454)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkostyle fixes
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-04 Bernhard Reutner... - remove superfluous bss user (flags) and manually...
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-04-18 Bernhard Reutner... - typo: s/derefernce/dereference/g
2006-04-12 Bernhard Reutner... - use C99 %j format to print intmax.
2006-04-05 Bernhard Reutner... - include inttypes.h as pointed out by Jason Schoon.
2006-04-05 Bernhard Reutner... - use proper macros to print intmax_t.
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-25 Tim Rikerjust whitespace
2005-10-20 "Vladimir N. Oleynik"another more const
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-07-26 Mike Frysingerjust punt all the f_frsize crap since not all linux...
2005-06-29 Mike Frysingerdont use f_frsize unless linux-2.6.0 or better
2005-04-24 Mike Frysingerrework human_fstype to cut down size
2005-04-24 Mike Frysingerrework options to get rid of extra variables
2005-04-23 Mike Frysingerstat implementation based upon coreutils