aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* MFC r336926:Pedro F. Giffuni2018-08-062-9/+9
* MFC r312521,r313397:Enji Cooper2017-07-192-0/+60
* MFC r312404, r312519, r313277:Xin LI2017-04-031-1/+1
* MFC r312520:Enji Cooper2017-02-211-0/+4
* MFC r289172,r290254:Enji Cooper2017-02-091-2/+0
* MFC r302973:Pedro F. Giffuni2016-07-201-1/+1
* MFC r301138:Pedro F. Giffuni2016-06-281-5/+6
* sed(1): convert sed to use REG_STARTEND more explicitly.Pedro F. Giffuni2016-06-271-16/+22
* sed: rewrite the main loop.Pedro F. Giffuni2016-05-241-49/+43
* MFV r299377:Pedro F. Giffuni2016-05-241-2/+2
* MFC r289677:Bryan Drewery2016-01-071-1/+1
* MFC r277802, r277811:Pedro F. Giffuni2015-01-302-1/+3
* MFC r276832 (partial), r277099Pedro F. Giffuni2015-01-221-4/+4
* MFC r275838;Pedro F. Giffuni2014-12-231-1/+4
* MFC r269302:Jeremie Le Hen2014-08-111-18/+26
* MFC r268193, r268203:Pedro F. Giffuni2014-07-061-2/+2
* MFC r267692, r267703:Pedro F. Giffuni2014-06-292-8/+15
* MFC various moves of tools/regressions/ tests to the new infrastructure.Julio Merino2014-04-27160-0/+5744
* MFC r259132,r259133,r259143:Eitan Adler2013-12-162-3/+4
* sed: use getline() instead of fgetln().Pedro F. Giffuni2013-06-261-8/+11
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Reword '}' description to sound more clear.Andrey A. Chernov2011-10-291-1/+1
* Update '}' description to reflect reality (and POSIX)Andrey A. Chernov2011-10-281-1/+1
* sed: Try hard links to make -i target available continually.Jilles Tjoelker2011-01-081-4/+21
* Make -r mean exactly the same thing as -E for increased compatibilityWarner Losh2010-03-312-3/+8
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+8
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-8/+0
* IEEE Std 1003.1, 2004 Edition states:Diomidis Spinellis2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationDiomidis Spinellis2009-09-201-9/+12
* Allow [ to be used as a delimiter.Diomidis Spinellis2009-09-201-1/+1
* Bump the document date to reflect the recent address range enhancements.Brian Somers2009-05-251-1/+1
* Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.Brian Somers2009-05-254-18/+39
* Fix the code to conform to the "or more" part of the following POSIXDiomidis Spinellis2008-11-111-1/+1
* Add workaround for a back reference when no correspondingHiroki Sato2008-11-091-0/+8
* Correct a silly typo I introduced: withing -> within.Yaroslav Tykhiy2008-09-011-1/+1
* Explicitly tell that one needs to start a context address with aYaroslav Tykhiy2008-08-241-4/+11
* WARNS fixes:David Malone2008-02-094-10/+12
* Fix visibility of "inplace".Diomidis Spinellis2007-11-081-1/+1
* Before doing compile_re() which needs a parameter to identifyXin LI2007-07-061-4/+4
* Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.Suleiman Souhlal2007-07-043-27/+52
* Drop the argument to the OUT macro because it can't emitYaroslav Tykhiy2007-06-121-7/+7
* Don't forget to clear out the hold space for each subsequent fileYaroslav Tykhiy2007-06-123-4/+18
* There is a symbolic antonym for REPLACE as a flag to cspace()Yaroslav Tykhiy2007-06-121-6/+6
* Don't forget to bump document date after changing the content.Yaroslav Tykhiy2007-04-211-1/+1
* Change the semantics of -i (in-place editing) so that it treatsYaroslav Tykhiy2007-04-214-11/+83
* style(9):Yaroslav Tykhiy2007-04-061-1/+1
* Add an important detail to paragraph 12: the range is reset only if itsYaroslav Tykhiy2007-04-051-2/+3
* Reflect the change in rev. 1.44 of process.c.Yaroslav Tykhiy2007-04-051-4/+9
* Don't forget to close the range if we branched over its endYaroslav Tykhiy2007-04-021-2/+11