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