aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
AgeCommit message (Expand)Author
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-04-18- typo: s/derefernce/dereference/gBernhard Reutner-Fischer
2006-04-12- use C99 %j format to print intmax.Bernhard Reutner-Fischer
2006-04-05- include inttypes.h as pointed out by Jason Schoon.Bernhard Reutner-Fischer
2006-04-05- use proper macros to print intmax_t.Bernhard Reutner-Fischer
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-01-25just whitespaceTim Riker
2005-10-20another more const"Vladimir N. Oleynik"
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-07-26just punt all the f_frsize crap since not all linux headers support it Bug 346Mike Frysinger
2005-06-29dont use f_frsize unless linux-2.6.0 or betterMike Frysinger
2005-04-24rework human_fstype to cut down sizeMike Frysinger
2005-04-24rework options to get rid of extra variablesMike Frysinger
2005-04-23stat implementation based upon coreutilsMike Frysinger