| Age | Commit message (Expand) | Author |
| 2023-11-26 | usr.bin: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2020-07-26 | sed: treat '[' as ordinary character in 'y' command | Yuri Pankov |
| 2020-06-07 | sed: attempt to learn about hex escapes (e.g. \x27) | Kyle Evans |
| 2019-12-10 | sed: process \r, \n, and \t | Kyle Evans |
| 2018-08-16 | Revert r337419. | Pedro F. Giffuni |
| 2018-08-07 | sed(1): partial fix for the case of the regex delimited with '['. | Pedro F. Giffuni |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-11-04 | sed(1): add LEGACY_BSDSED_COMPAT compile-time flag. | Pedro F. Giffuni |
| 2016-08-02 | sed(1): Revert r303047 "cleanup" and therefore r303572. | Pedro F. Giffuni |
| 2016-07-30 | Explicitly test for cu_fgets returning NULL or !NULL | Enji Cooper |
| 2016-07-19 | sed(1): Assorted cleanups and simplifications. | Pedro F. Giffuni |
| 2016-04-21 | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni |
| 2016-04-06 | Fix sed functions 'i' and 'a' from discarding leading white space. | Pedro F. Giffuni |
| 2015-10-21 | Fix a ton of speelling errors | Eitan Adler |
| 2014-12-16 | sed: Bounds check the file path used in the 'w' command. | Pedro F. Giffuni |
| 2013-12-09 | Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i' | Eitan Adler |
| 2009-09-20 | IEEE Std 1003.1, 2004 Edition states: | Diomidis Spinellis |
| 2009-09-20 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Diomidis Spinellis |
| 2009-09-20 | Allow [ to be used as a delimiter. | Diomidis Spinellis |
| 2009-05-25 | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | Brian Somers |
| 2008-11-11 | Fix the code to conform to the "or more" part of the following POSIX | Diomidis Spinellis |
| 2008-11-09 | Add workaround for a back reference when no corresponding | Hiroki Sato |
| 2008-02-09 | WARNS fixes: | David Malone |
| 2007-07-06 | Before doing compile_re() which needs a parameter to identify | Xin LI |
| 2007-07-04 | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. | Suleiman Souhlal |
| 2005-08-04 | Bug fix: a numeric flag specification in the substitute command would | Diomidis Spinellis |
| 2005-03-09 | Fix dubious C code construct. | Stefan Farfeleder |
| 2004-08-09 | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | Diomidis Spinellis |
| 2004-07-14 | Make the 'y' (translate) command aware of multibyte characters. | Tim J. Robbins |
| 2003-11-04 | Whitespace cleanup | Dag-Erling Smørgrav |
| 2003-11-04 | ANSIfy | Dag-Erling Smørgrav |
| 2002-07-30 | Ignore leading semicolons on commands; required by SUSv3. | Tim J. Robbins |
| 2002-06-01 | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | Brian Feldman |
| 2002-04-12 | Fix an ages-old bug in sed(1), which resulted in the absolutely valid | Maxim Sobolev |
| 2002-03-22 | remove __P | Warner Losh |
| 2001-12-12 | WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. | Mark Murray |
| 2001-11-08 | Don't allocate a zero byte segment. | Mike Heffner |
| 2001-07-24 | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | David E. O'Brien |
| 2001-05-18 | Don't leak memory when compiling text following the `a', `c' or `i' command. | Ruslan Ermilov |
| 2000-03-19 | Add a new flag: -E enables "extended" regular expressions. | Brian Feldman |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1998-12-08 | Fix a new bug introduced by the previous bug fix | Archie Cobbs |
| 1998-12-07 | Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars. | Archie Cobbs |
| 1998-09-22 | Terminate our output string correctly if we've got | Brian Somers |
| 1997-08-11 | Remove local redefinition for err(). Add usage(). | Philippe Charnier |
| 1996-08-11 | Localize it | Andrey A. Chernov |
| 1996-07-17 | Yet^2 another fix for the line continuation bug. | Bruce Evans |
| 1996-06-26 | Yet another fix for the line continuation bug in sed. Keith's patch | David Greenman |