| History log of /src/usr.bin/stat/Makefile |
| Revision | | Date | Author | Comments |
| 1.15 |
| 29-Jan-2024 |
christos | fix tools build
|
| 1.14 |
| 29-Jan-2024 |
christos | PR/57891: Ricardo Branco: add symbolic flags printing (from FreeBSD)
|
| 1.13 |
| 03-Jun-2023 |
lukem | adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of the older style more complex expressions.
|
| 1.12 |
| 22-Jun-2022 |
kre | Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1
Apologies to cvs commit purists, but making this division required line by line reading of the man pages, and I simply could not resist also correcting some errors, addressing some omissions, improving some wording ... all at the same time.
|
| 1.11 |
| 29-Sep-2019 |
mrg | convert HAVE_GCC == 7 to HAVE_GCC >= 7.
|
| 1.10 |
| 04-Feb-2019 |
mrg | rework the previous to only apply if !HOSTPROG
|
| 1.9 |
| 04-Feb-2019 |
mrg | apply -Wno-error=implicit-fallthrough on files that have fallthru comments but are missed by the current checker.
|
| 1.8 |
| 17-Aug-2011 |
christos | branches: 1.8.42; document non-literal format strings
|
| 1.7 |
| 25-Jul-2003 |
atatat | More properly host-tool-ify stat
|
| 1.6 |
| 22-Jul-2003 |
lukem | pass in -DHOSTPROG if a HOSTPROG
|
| 1.5 |
| 21-Jul-2003 |
agc | Fix a tyop - we want the readlink binary and manual pages when HOSTPROG is not defined.
|
| 1.4 |
| 20-Jul-2003 |
lukem | first attempt at making this a HOSTPROG
|
| 1.3 |
| 26-Jul-2002 |
atatat | NetBSD id police
|
| 1.2 |
| 08-Jul-2002 |
atatat | A new command line option, -q, suppresses *stat(2) failure messages. Output is now done via stdio, instead of with my stupid homegrown buffering (I don't even know why I did it that way in the first place). Also, from Johan Karlsson <johan@freebsd.org>, eliminate a spurious newline if no output was generated, and link stat(1) to readlink(1) for similarity to OpenBSD.
|
| 1.1 |
| 27-Apr-2002 |
atatat | Add a stat(1) program to /usr/bin. It provides a simple formatting interface, with reasonable defaults, to the information provided by stat(2) so that scripts can use the data therein much more easily.
|
| 1.8.42.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.8.42.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|