| Age | Commit message (Expand) | Author |
| 2013-06-28 | Fix violations of the sequence point rule. | joerg |
| 2013-05-29 | - Reference tr(1) in `SEE ALSO' section; | wiz |
| 2013-03-17 | Bump date for previous (PR #45981): the change ("c") command starts a | uwe |
| 2013-03-17 | The change ("c") command should start a new cycle. | uwe |
| 2012-12-14 | Fix memory leak. | msaitoh |
| 2012-10-04 | Improve previous change with better wording. | dholland |
| 2012-10-02 | "i.e." -> "i.e.," - from Snader_LB on IRC | abs |
| 2011-11-12 | compare the sed we just build with the installed one instead of bogus | christos |
| 2010-02-19 | Merge the following revisions from OpenBSD to let sed(1) handle | tnn |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-13 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) | lukem |
| 2008-09-21 | Sort options. Uppercase GNU. | wiz |
| 2008-09-16 | Add a -r flag that is an alias for -E, for compatibility with gnu sed. | perry |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-04-17 | provide _POSIX2_LINE_MAX if not there. | christos |
| 2006-06-18 | Make TOOL_SED, to allow using our own sed in cases where the host's version | gdamore |
| 2006-06-02 | remove sh3/GCC2 hack. | mrg |
| 2006-05-14 | Clarify location of `}'. Requested by joerg. Bump date. | wiz |
| 2006-05-11 | when calling compile_tr() add (void *) to the 2nd argument's cast chain. | mrg |
| 2006-04-07 | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. | mrg |
| 2006-04-02 | Coverity CID 878: Remove impossible tests against NULL pointers. | christos |
| 2006-04-02 | Coverity CID 1181: Protect access against NULL. | christos |
| 2004-11-20 | no trailing comma at end of enum. | grant |
| 2004-11-17 | When adding text due to an a, c, or i command, don't eat the space(s) at | matt |
| 2004-07-13 | Usage: Options before arguments; add -E. From Kouichirou Hiratsuka in PR 26255. | wiz |
| 2004-07-13 | Sort options. From Kouichirou Hiratsuka in PR 26255 (slightly changed). | wiz |
| 2004-07-09 | Yet another s/xmalloc/xrealloc/ so that large multi line text | enami |
| 2004-07-09 | xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 work. | mycroft |
| 2004-06-13 | apply patch in PR to avoid writing to unallocated memory. | grant |
| 2004-06-13 | apply patch in PR to fix argument parsing bug. | grant |
| 2004-06-12 | Fix a bug that made sed(1) fail if the last character of the line | minskim |
| 2004-01-04 | Bump Dd for previous. | wiz |
| 2004-01-04 | Point people to re_format(7) instead of regex(3) for | wiz |
| 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 |