use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / stat.c
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