| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} | lukem |
| 2022-07-21 | readlink: sort SEE ALSO | wiz |
| 2022-07-21 | Add an Xr to realpath(1) (which does much the same as readlink -f). | kre |
| 2022-06-24 | Remove the notge (I added a day or so ago) about IFS interfering with -s | kre |
| 2022-06-23 | stat(1): Fix two more -width. | uwe |
| 2022-06-22 | stat(1): Misc fixes. | uwe |
| 2022-06-22 | Use \(em, fix macro usage | wiz |
| 2022-06-22 | Remove dot at end of SEE ALSO. | wiz |
| 2022-06-22 | readlink(1): Add italic correction. | uwe |
| 2022-06-22 | readlink(1): Add missing .El, use non-random .Bl -width | uwe |
| 2022-06-22 | Some corrections to stat to make it more reasonable, and comply with | kre |
| 2022-06-22 | Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1 | kre |
| 2021-08-27 | stat: fix undefined behavior when calling ctype functions | rillig |
| 2020-09-07 | avoid a GCC stringop truncate warning. | mrg |
| 2019-10-04 | adjust fallthru comment. | mrg |
| 2019-09-29 | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg |
| 2019-02-04 | rework the previous to only apply if !HOSTPROG | mrg |
| 2019-02-04 | apply -Wno-error=implicit-fallthrough on files that have fallthru | mrg |
| 2019-02-04 | avoid a potential buffer truncation. | mrg |
| 2017-09-21 | Handle the new %f (as an addition to the strftime format - -t arg) | kre |
| 2017-09-21 | KNF, and since this gets compiled as a tool, avoid C99 declarations. | kre |
| 2017-09-20 | Set the default time format for linux mode (-x) in the correct place, | kre |
| 2017-09-20 | whitespace fixes, use Xr. | wiz |
| 2017-09-20 | - add the sticky bits to mode | christos |
| 2017-09-19 | - if st_dev/st_rdev == NODEV print -1 instead of unsigned | christos |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2014-04-13 | Change some standard exit status text to ".Ex -std" | snj |
| 2013-01-03 | Unset HAVE_DEVNAME for tools build. | dsl |
| 2012-12-03 | Bump date for previous. Remove trailing whitespace. | wiz |
| 2012-12-02 | Honor the -t option to set the time format when running stat -s. | erh |
| 2011-09-22 | Use vis(3) encoding when a string format is modified by the '#' flag. | apb |
| 2011-09-16 | More corrections to format compatibility between stat(1), find(1) -ls, | apb |
| 2011-09-16 | Remove unnecessary Ns. | wiz |
| 2011-09-16 | Anothe difference in output format: stat -f "%Z" does not add any | apb |
| 2011-09-15 | Add examples of formats for stat(1) to simulate "find -ls" and "ls -lTd". | apb |
| 2011-09-06 | static + __dead | joerg |
| 2011-08-17 | document non-literal format strings | christos |
| 2011-02-16 | Add verbose mode for readlink. | christos |
| 2011-01-15 | Do not crash if a date cannot be represented (localtime returning | njoly |
| 2010-12-16 | Don't pass unused argument. From Doug Barton. | dholland |
| 2010-12-16 | Use strlcpy, not strncpy, when the desired semantics are strlcpy's | dholland |
| 2010-11-25 | Improve previous with comments. | dholland |
| 2010-11-24 | Don't printf time_t with %d; fixes PR 44128 from yamt. With this change it | dholland |
| 2010-04-05 | \\ -> \e | joerg |
| 2010-03-11 | Since we have st_birthtime in struct stat, it is in default display. | enami |
| 2009-04-13 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) | lukem |
| 2008-11-07 | Drop trailing space. | wiz |
| 2008-11-07 | Be consistent: document the birthtime field of struct stat for | reed |
| 2008-10-20 | Fix three variable names. | wiz |
| 2008-05-16 | The ofmt variable is actually a bit mask (not the character that was | atatat |