| Age | Commit message (Expand) | Author |
| 2003-11-07 | safer realloc, from openbsd | itojun |
| 2003-11-07 | prevent integer underflow. freebsd rev 1.32. via openbsd | itojun |
| 2003-10-27 | In test_error() use <& to duplicate input descriptors, | uwe |
| 2003-10-27 | Deoptimize (gcc-sh3-sed hack) only if ${HAVE_GCC3} != "yes". | uwe |
| 2003-10-16 | call setprogname(), replace a 'sed' with getprogname(). | grant |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-27 | Quote bang. | wiz |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-06-14 | Remove #if __STDC__. De-__P() and ANSIfy. | wiz |
| 2002-06-14 | WARNS=2 | wiz |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-05-17 | Fix format string in usage. bin/16869 by Julio Merino. | wiz |
| 2002-04-23 | Use -O0 on SuperH, for now. | thorpej |
| 2002-02-26 | Correct spelling of "delimiter", and remove from ignored-errors lists. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-08 | tweak the description of the n function | ross |
| 2002-02-07 | Note that the `n' function does not restart the script. | ross |
| 2002-01-23 | Add a -E flag to ed(1) and sed(1) so that they can use extended | atatat |
| 2002-01-14 | Accept empty commands separated by semicolons; from Aymeric Vincent in | kleink |
| 2001-12-08 | Uppercase and unquote section headers, punctuation nit. | wiz |
| 2001-10-02 | Back out last patch (again). This patch seems to satisfy test suites | atatat |
| 2001-09-28 | New fix for PR bin/14074. This one doesn't make sed hang. | atatat |
| 2001-09-28 | Back out the pr fix. It doesn't work. | atatat |
| 2001-09-27 | Don't attempt to memmove() if psl (pattern space length) is zero. | atatat |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-05-31 | Fix bug pointed out by Jerry Peek <jpeek@jpeek.com> in PR bin/7674. | kim |
| 1998-12-24 | Punctuation character are magic to -mdoc and can't be used directly | ross |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-08 | avoid malloc(0) | drochner |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-03-30 | use int as array index. | mrg |
| 1998-01-10 | .Nm in SYNOPSIS except first one should be followed by "". | enami |
| 1997-10-22 | Remove an extra semicolon that broke processing of the "r" directive. | thorpej |
| 1997-10-19 | WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF | lukem |
| 1997-10-19 | merge lite-2 -- was mostly already done. grr. | mrg |
| 1997-09-09 | Changed order of STANDARDS and HISTORY subheads to conform with | jtc |
| 1997-05-29 | Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: | cgd |
| 1997-03-13 | add missing backslash; from David Brownlee in PR bin/3321. | mikel |
| 1997-01-09 | RCS ID police | tls |
| 1996-12-15 | Make it clearer how to use alternate delimiters in context patterns. | cjs |
| 1996-05-08 | Use an integer instead of a char with getc() and ungetc() in mf_fgets() | mark |
| 1995-07-11 | fix bug pointed out by Dennis Ferguson <dennis@mci.net>. if hold space null | cgd |
| 1995-03-15 | The `D' command should only input a new line if the pattern space becomes empty. | mycroft |
| 1995-03-15 | Fix the P command, and optimize D slightly. | mycroft |
| 1995-03-15 | Remove an old #ifndef of little value. | mycroft |
| 1995-03-09 | Compile group commands differently, using a stack rather than calling the | mycroft |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-02-23 | Fixed typo in usage string. | jtc |