History log of /external/toybox/toys/other/stat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/other/stat.c
d7e85a7c37e2f7248b8b8c367254abcb6557fd6e 21-Oct-2015 Rob Landley <rob@landley.net> Move d/h units from %d %D output to default format string.
/external/toybox/toys/other/stat.c
1ca8a440323d04164efab68ed8f507f1c6ae84d9 10-Oct-2015 Rob Landley <rob@landley.net> "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim.
/external/toybox/toys/other/stat.c
f25d4954a786c9f564a5e30e5899c1adf2b6c655 06-May-2015 José Bollo <jose.bollo@open.eurogiciel.org> stat: fix group name

Change-Id: I0ad65a40bf380d789c4396ebdc01be217901a2e3
/external/toybox/toys/other/stat.c
e4c8055a9eff649fe862e24a3f921ce56756ac7b 25-Feb-2015 Rob Landley <rob@landley.net> stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes).
/external/toybox/toys/other/stat.c
1f747f730f4bd94e8266f4cb763fc0eb1cbf1948 05-Sep-2013 Rob Landley <rob@landley.net> Don't pad stat's %a field.
/external/toybox/toys/other/stat.c
40cc4168136c0fbb939dec8ffd7828c013f1c568 02-Jun-2013 Rob Landley <rob@landley.net> Move stat from pending to other, default y.
/external/toybox/toys/other/stat.c