| Age | Commit message (Expand) | Author |
| 2001-12-02 | Since we've already been down that road with -cnewer, support GNU find(1)'s | kleink |
| 2001-12-01 | Punctuation fix, sort SEE ALSO, sort sections, drop a .Pp. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-12-01 | Add a "cnewer" primary which evaluates true if a file has a more recent | kleink |
| 2001-09-21 | Reallocate memory correctly while substituting the braces. | enami |
| 2001-09-18 | Back out previous vfork->fork change now that the cause of the problem | simonb |
| 2001-09-14 | Use fork() instead of vfork(). The child calls execvp(), which calls | simonb |
| 2001-07-06 | space after section number in .Xr | abs |
| 2001-02-05 | fixed nested externs | christos |
| 2001-01-04 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-10-18 | move the -and option in options[] table where it alphabetically belongs, | jdolecek |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-08-04 | If -H, clear FTS_LOGICAL and set FTS_PHYSICAL as well as FTS_COMFOLLOW. | enami |
| 2000-07-11 | -s: Replace the reference to strcmp(3) with a functional description. | kleink |
| 2000-03-16 | Fix typo. | enami |
| 2000-03-16 | Compare the return value of getopt(3) against -1 rather than EOF. | enami |
| 2000-03-16 | Cosmetic changes. | enami |
| 2000-03-13 | Add -s in usage. | itohy |
| 2000-03-10 | Use strcoll() to sort directory entries. | kleink |
| 2000-03-10 | Describe -s (sort) option. | itohy |
| 2000-03-10 | Add -s (sort) option, which causes entries in each directory sorted. | itohy |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-07-20 | Mention -iregex and -regex primaries being non-standard extensions. | kleink |
| 1999-07-20 | add -regex and -iregex primaries which, like GNU find's primaries of the | cgd |
| 1999-04-30 | Add '-h' to synopsis - from Nathan Williams. | simonb |
| 1999-04-29 | Add 'h' to optstring. Fixes PR 7492 from Tom Trebisky. | simonb |
| 1999-03-07 | Fix minor formatting error. | mycroft |
| 1999-02-04 | Don't choke on file size specifications (legitimately) exceeding LONG_MAX. | kleink |
| 1999-01-19 | Add -{a,c,m}min to STANDARDS section (via Klaus Klein) | simonb |
| 1999-01-16 | Add GNU-style -{a,c,m}min primaries. | simonb |
| 1999-01-12 | Add support for -printx, which quotes pathnames in an xargs friendly way. | lukem |
| 1999-01-03 | Add support for "-flags [-]flags", which matches the file flags in a | lukem |
| 1999-01-03 | args to -perm are "-perm [-]mode" not "-perm [-mode]" | lukem |
| 1999-01-02 | fix bugs in handling of `!' operator: | lukem |
| 1998-11-06 | make printf format more conservative | christos |
| 1998-11-06 | we don't need sys/ucred.h | christos |
| 1998-10-27 | For -ls output, change field widths to allow inodes up to 9,999,999 and | simonb |
| 1998-10-14 | include stdlib | wsanchez |
| 1998-10-14 | init mask to silence -Wall | wsanchez |
| 1998-05-27 | eliminate a duplicated -X entry | msaitoh |
| 1998-03-03 | Cast off_t to long long for printing with %qd. | thorpej |
| 1998-02-21 | Simplify the function calling code and warnsify. | christos |
| 1998-02-10 | allocate temporary storage for directory list, rather than clobbering | cgd |
| 1998-02-03 | remove getvfsbyname cruft. | mrg |
| 1998-02-02 | merge lite2, sans getvfsbyname in functions.c (waiting on libc) | mrg |
| 1997-10-19 | disable WARNS for now | lukem |
| 1997-10-19 | fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix) | lukem |
| 1997-10-19 | fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix) | lukem |
| 1997-10-18 | getopt returns -1 not EOF | lukem |
| 1997-06-30 | Changed format directive for printing number of blocks from %4ld to | jtc |