| Age | Commit message (Expand) | Author |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-03-29 | Minor fix, from Alan R. S. Bueno in PR 41046, adjusted by me to not use | dholland |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2006-06-17 | Fix typo or mispelling. | reed |
| 2006-06-17 | Fix mispelling. | reed |
| 2005-12-09 | Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265. | wiz |
| 2005-03-16 | Kill __P(), final round. | xtraeme |
| 2005-03-16 | Kill __P(), use ANSI function declarations; WARNS=3 | xtraeme |
| 2003-09-25 | Allow a numeric ID to be preceeded by '#' to avoid the name lookup. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-19 | No trailing whitespace, please. | wiz |
| 2003-01-18 | Added -v extension. Approved by Klaus (kleink). | jrf |
| 2002-07-07 | Align default behaviour of chmod, chgrp, chown, and chflags with symlink(7), | bjh21 |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-19 | Whitespace nits. | wiz |
| 2000-12-17 | Correct display of invalid username error and cache duplicate password | mike |
| 2000-08-25 | Initialize variables which I recently changed storage class from file global | enami |
| 2000-08-04 | - Ignore dangling symlink found while following. | enami |
| 2000-08-04 | - Make some global variable function local. | enami |
| 2000-07-07 | No space is allowed between owner and optional :group. | enami |
| 2000-05-10 | change the parsing of chown user[:gid] to the following: | darrenr |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-14 | Minor cleanups; g/c a dead assignment variable. | kleink |
| 1999-03-14 | Oops, missed global data in static sweep. | kleink |
| 1999-03-14 | Add KNF-style RCS Id at start of file. | kleink |
| 1999-03-14 | * Use id_t instead of making guesses about the definitions of [gu]id_t. | kleink |
| 1998-10-05 | Allow "chown/chgrp -R -h" so we can change trees with symbolic links without | kim |
| 1997-12-21 | Update a comment: neither does POSIX define the `-h' option, nor does it | kleink |
| 1997-12-21 | Add a paragraph to document the clearing of the setuid and setgid bits unless | kleink |
| 1997-11-26 | Remove a paragraph obsoleted by the recently implemented `-h' option; add | kleink |
| 1997-10-23 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-18 | WARNSify | lukem |
| 1997-10-18 | WARNSify | lukem |
| 1997-10-17 | Fix typo; `symbolic link' -> `a symbolic link'. | enami |
| 1997-10-17 | Fix typo; `symbolic link' -> `a symbolic link'. | enami |
| 1997-10-11 | Add -h option to usage. | enami |
| 1997-10-06 | Document -h flag, option to manupilate symbolic link. | enami |
| 1997-10-06 | Change the noop flag -h to do the real work. Now if -h is given, | enami |
| 1997-06-26 | POSIX.2 utilities must call setlocale(LC_ALL, ""); | kleink |
| 1997-05-02 | A user name can be invalid, but not illegal | jtc |
| 1997-03-06 | RCSid police; getopt() return type police; rindex() -> strrchr() | mikel |
| 1995-06-03 | Remove chownerr() function completely and use warn() instead. | jtc |
| 1995-06-03 | In chownerr(), check to see if new group is the effective group id as | jtc |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-06-18 | clean up import | cgd |
| 1994-04-01 | Getgroup's second argument is now a gid_t ptr. | jtc |
| 1993-11-30 | Use ".St -p1003.2-92" macro instead of spelling it out. | jtc |
| 1993-11-19 | As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the code | jtc |