| Age | Commit message (Expand) | Author |
| 2003-02-28 | Add missing include | matt |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-02 | Check for equivalance between "se" and "ue" when unsetting them. | jdc |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2002-09-30 | New sentence, new line. Some mdoc cleanup. | grant |
| 2002-08-12 | calloc() arg mistake. it's (nelem, size). from openbsd | itojun |
| 2002-06-14 | Remove #if __STDC__. De-__P() and ANSIfy, and fix a mismatching prototype | wiz |
| 2002-06-14 | Remove #if __STDC__. De-__P() and ANSIfy, and fix a mismatching prototype | wiz |
| 2002-05-30 | Use openpty() to deal with the new pty naming scheme. | simonb |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-08 | Sort sections. | wiz |
| 2001-10-19 | Remove files beginning with ":", which is invalid on other host OS's | tv |
| 2001-04-04 | environ(5) -> (7). Improve some xrefs. Whitespace fixes. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-16 | comment or delete text after CPP directives. | cgd |
| 2000-10-11 | Fix int vs. long format string botch. | thorpej |
| 2000-07-03 | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, | matt |
| 1999-10-04 | update after change to return value of tputs() third argument | lukem |
| 1999-05-06 | +hupcl -clocal in windows. | mycroft |
| 1999-04-20 | use mkdtemp not mktemp/mkdir. | mrg |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-09 | Missing .El. | ross |
| 1999-02-15 | RCS ID police | hubertf |
| 1998-12-20 | BADSIG -> SIG_ERR | christos |
| 1998-12-20 | setpgrp -> setpgid | christos |
| 1998-12-20 | union wait -> int | christos |
| 1998-12-20 | include unistd.h | christos |
| 1998-12-20 | braces | christos |
| 1998-10-15 | Explicitly declare the storage for some variables that used to be defined only | briggs |
| 1998-10-14 | Get rid of the bazillion commons in several header files. | wsanchez |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-09 | Declare ints, too, don't default them. | msaitoh |
| 1998-04-17 | kill "warning: variable `erred' might be clobbered by `longjmp' or `vfork'" | cgd |
| 1998-02-03 | change includes to fix compiler warning | perry |
| 1997-12-31 | Pull in prototypes, RCS IDs, and make this safe for vfork(). | thorpej |
| 1997-12-31 | Prototype wwterminfoinit() and wwterminfoend(). | thorpej |
| 1997-11-21 | include string.h for the alpha. | mrg |
| 1997-11-21 | * WARNSify, KNFify | lukem |
| 1997-10-20 | turn of WARNS here for now. | mrg |
| 1997-03-08 | alternate -> alternative, per PR 2643 | mouse |
| 1996-10-12 | Use <sys/types.h> instead of <machine/endian.h> | christos |
| 1996-02-08 | Make ww_index and related variables explicitly unsigned. | mycroft |
| 1996-02-08 | Compress struct ww somewhat. | mycroft |
| 1996-02-08 | Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322. | mycroft |
| 1995-12-21 | We don't need non-blocking mode without SIGIO. | mycroft |
| 1995-12-21 | Eliminate the use of SIGIO, and some other cleanup. | mycroft |
| 1995-12-21 | Use POSIX signals. Always set FNONBLOCK on the tty. | mycroft |