| Age | Commit message (Expand) | Author |
| 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 |
| 2002-10-13 | Comment out a line again. | wiz |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-05-03 | s/appeared command/command appeared/ | mjl |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-08 | Sort SEE ALSO. | wiz |
| 2001-07-08 | synchron*, not sychron* | wiz |
| 2001-04-04 | Add section to xref. Whitespace fixes. | wiz |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-05-29 | Fix missing space | bjh21 |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-06 | Fix minor formatting error. | mycroft |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | sigvec->sigaction | christos |
| 1998-12-19 | <sys/dir.h> -> <dirent.h> | christos |
| 1998-12-19 | remove unused variable | christos |
| 1998-12-19 | creat->open O_CREAT | christos |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-12 | - KNF | mrg |
| 1998-07-12 | KNF. ensure buffers are not overrun. | mrg |
| 1998-06-30 | Rename an internal function who's name collides w/ pwrite(2). | thorpej |
| 1998-04-02 | Include <time.h>, needed for various definitions. Also, per KNF, don't include | kleink |
| 1998-03-30 | use static int instead of static | mrg |
| 1997-12-17 | Only turn off the O_NONBLOCK flag if DC flag is set. | mellon |
| 1997-12-17 | Turn off the O_NONBLOCK flag after CLOCAL is set. | mellon |
| 1997-11-23 | fix compile warnings on the alpha. | mrg |
| 1997-11-22 | * fix a long-term annoyance with tip: if raisechar or force are set to | lukem |
| 1997-11-22 | WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage | lukem |
| 1997-10-24 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-20 | disable WARNS here for now. | mrg |
| 1997-10-11 | Make these executables world-readable. | mycroft |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-05-14 | DC is not a user-settable variable, but was being partially confused with one | mellon |
| 1997-05-08 | Back out the .PATH.c changes. The .depend problem (and others) | gwr |
| 1997-05-06 | Use .PATH.c: ... | gwr |
| 1997-04-20 | Set CLOCAL if dc flag is set | mellon |
| 1997-04-20 | Add boolean for dc flag | mellon |
| 1997-04-20 | Set O_NONBLOCK if dc flag is set. Don't set HUPCL if dc flag is set. | mellon |
| 1997-04-19 | Change booleans from char to int so that comparisons against negative | thorpej |
| 1997-04-19 | getopt() returns: | thorpej |
| 1997-02-11 | give buffers lengths; use strdup. | mrg |
| 1996-12-29 | fix up -ansi -pedantic warnings produced because of static function | cgd |
| 1996-12-29 | make evenpartab be of type 'unsigned char' to avoid -ansi -pedantic errors | cgd |
| 1996-12-29 | add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviour | cgd |
| 1996-12-29 | replace old zzhack structure (YUCK!) and number(), boolean(), character(), | cgd |
| 1996-11-01 | translate '=' in phone number strings into ',' (to generate delays), | cgd |