| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r336926: | Pedro F. Giffuni | 2018-08-06 | 2 | -9/+9 |
| * | MFC r312521,r313397: | Enji Cooper | 2017-07-19 | 2 | -0/+60 |
| * | MFC r312404, r312519, r313277: | Xin LI | 2017-04-03 | 1 | -1/+1 |
| * | MFC r312520: | Enji Cooper | 2017-02-21 | 1 | -0/+4 |
| * | MFC r289172,r290254: | Enji Cooper | 2017-02-09 | 1 | -2/+0 |
| * | MFC r302973: | Pedro F. Giffuni | 2016-07-20 | 1 | -1/+1 |
| * | MFC r301138: | Pedro F. Giffuni | 2016-06-28 | 1 | -5/+6 |
| * | sed(1): convert sed to use REG_STARTEND more explicitly. | Pedro F. Giffuni | 2016-06-27 | 1 | -16/+22 |
| * | sed: rewrite the main loop. | Pedro F. Giffuni | 2016-05-24 | 1 | -49/+43 |
| * | MFV r299377: | Pedro F. Giffuni | 2016-05-24 | 1 | -2/+2 |
| * | MFC r289677: | Bryan Drewery | 2016-01-07 | 1 | -1/+1 |
| * | MFC r277802, r277811: | Pedro F. Giffuni | 2015-01-30 | 2 | -1/+3 |
| * | MFC r276832 (partial), r277099 | Pedro F. Giffuni | 2015-01-22 | 1 | -4/+4 |
| * | MFC r275838; | Pedro F. Giffuni | 2014-12-23 | 1 | -1/+4 |
| * | MFC r269302: | Jeremie Le Hen | 2014-08-11 | 1 | -18/+26 |
| * | MFC r268193, r268203: | Pedro F. Giffuni | 2014-07-06 | 1 | -2/+2 |
| * | MFC r267692, r267703: | Pedro F. Giffuni | 2014-06-29 | 2 | -8/+15 |
| * | MFC various moves of tools/regressions/ tests to the new infrastructure. | Julio Merino | 2014-04-27 | 160 | -0/+5744 |
| * | MFC r259132,r259133,r259143: | Eitan Adler | 2013-12-16 | 2 | -3/+4 |
| * | sed: use getline() instead of fgetln(). | Pedro F. Giffuni | 2013-06-26 | 1 | -8/+11 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -2/+2 |
| * | Reword '}' description to sound more clear. | Andrey A. Chernov | 2011-10-29 | 1 | -1/+1 |
| * | Update '}' description to reflect reality (and POSIX) | Andrey A. Chernov | 2011-10-28 | 1 | -1/+1 |
| * | sed: Try hard links to make -i target available continually. | Jilles Tjoelker | 2011-01-08 | 1 | -4/+21 |
| * | Make -r mean exactly the same thing as -E for increased compatibility | Warner Losh | 2010-03-31 | 2 | -3/+8 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 2 | -0/+8 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 2 | -8/+0 |
| * | 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 |
| * | Bump the document date to reflect the recent address range enhancements. | Brian Somers | 2009-05-25 | 1 | -1/+1 |
| * | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | Brian Somers | 2009-05-25 | 4 | -18/+39 |
| * | 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 |
| * | Correct a silly typo I introduced: withing -> within. | Yaroslav Tykhiy | 2008-09-01 | 1 | -1/+1 |
| * | Explicitly tell that one needs to start a context address with a | Yaroslav Tykhiy | 2008-08-24 | 1 | -4/+11 |
| * | WARNS fixes: | David Malone | 2008-02-09 | 4 | -10/+12 |
| * | Fix visibility of "inplace". | Diomidis Spinellis | 2007-11-08 | 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 | 3 | -27/+52 |
| * | Drop the argument to the OUT macro because it can't emit | Yaroslav Tykhiy | 2007-06-12 | 1 | -7/+7 |
| * | Don't forget to clear out the hold space for each subsequent file | Yaroslav Tykhiy | 2007-06-12 | 3 | -4/+18 |
| * | There is a symbolic antonym for REPLACE as a flag to cspace() | Yaroslav Tykhiy | 2007-06-12 | 1 | -6/+6 |
| * | Don't forget to bump document date after changing the content. | Yaroslav Tykhiy | 2007-04-21 | 1 | -1/+1 |
| * | Change the semantics of -i (in-place editing) so that it treats | Yaroslav Tykhiy | 2007-04-21 | 4 | -11/+83 |
| * | style(9): | Yaroslav Tykhiy | 2007-04-06 | 1 | -1/+1 |
| * | Add an important detail to paragraph 12: the range is reset only if its | Yaroslav Tykhiy | 2007-04-05 | 1 | -2/+3 |
| * | Reflect the change in rev. 1.44 of process.c. | Yaroslav Tykhiy | 2007-04-05 | 1 | -4/+9 |
| * | Don't forget to close the range if we branched over its end | Yaroslav Tykhiy | 2007-04-02 | 1 | -2/+11 |