Age | Commit message (Expand) | Author |
2020-02-06 | Remove old GNU style `' quoting. | Elliott Hughes |
2019-12-06 | stat: fix filesystem type on macOS. | Elliott Hughes |
2019-08-03 | Fix a bug report from E5ten: stat of a file with suid or sticky bit set | Rob Landley |
2019-06-28 | file, stat: various small improvements. | Elliott Hughes |
2019-06-08 | macOS: numerous fixes. | Elliott Hughes |
2019-06-07 | Implement stat %C and find %Z. | Elliott Hughes |
2019-04-04 | Tweak stat. | Rob Landley |
2019-04-04 | stat: avoid null dereference. | liwugang |
2019-01-12 | stat: add --format synonym for -c. | Elliott Hughes |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley |
2018-07-04 | diff: add timestamps to the ---/+++ lines and --color. | Elliott Hughes |
2018-06-28 | stat: `stat -f` uses %T rather than %t. | Elliott Hughes |
2018-06-28 | stat: fix %a in default output. | Elliott Hughes |
2018-06-28 | stat: remove hideous GNUism. | Elliott Hughes |
2018-06-28 | Tweak help text to clarify time fields are access/modification/creation time. | Rob Landley |
2016-12-30 | Remove unnecessary casts in stat.c, fix a claimed buffer length. | Elliott Hughes |
2016-08-16 | Add length modifier to date escapes, and length sanity check. | Rob Landley |
2016-08-15 | Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G to | Rob Landley |
2016-08-11 | Matthias Urhahn pointed out that %b returns hardwired 512 byte units | Rob Landley |
2016-06-15 | Add readlink0() and readlinkat0() which null terminate the data. | Rob Landley |
2016-06-12 | Finish switching to dev_major/dev_minor. | Elliott Hughes |
2016-05-16 | Add stat -tL and -c %m%t%T. | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-10-20 | Move d/h units from %d %D output to default format string. | Rob Landley |
2015-10-10 | "stat -c %T" support (filesystem type names) based on patch from Hyejin Kim. | Rob Landley |
2015-05-15 | stat: fix group name | José Bollo |
2015-02-25 | stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elli...0.5.2 | Rob Landley |
2013-09-04 | Don't pad stat's %a field. | Rob Landley |
2013-06-02 | Move stat from pending to other, default y. | Rob Landley |