summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-1/+1
* MFC r277802, r277811:pfg2015-01-302-1/+3
* MFC r276832 (partial), r277099pfg2015-01-221-4/+4
* MFC r275838;pfg2014-12-231-1/+4
* MFC r269302:jlh2014-08-111-18/+26
* MFC r268193, r268203:pfg2014-07-061-2/+2
* MFC r267692, r267703:pfg2014-06-292-8/+15
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-27160-0/+5744
* MFC r259132,r259133,r259143:eadler2013-12-162-3/+4
* sed: use getline() instead of fgetln().pfg2013-06-261-8/+11
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-2/+2
* Reword '}' description to sound more clear.ache2011-10-291-1/+1
* Update '}' description to reflect reality (and POSIX)ache2011-10-281-1/+1
* sed: Try hard links to make -i target available continually.jilles2011-01-081-4/+21
* Make -r mean exactly the same thing as -E for increased compatibilityimp2010-03-312-3/+8
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-132-0/+8
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-112-8/+0
* IEEE Std 1003.1, 2004 Edition states:dds2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationdds2009-09-201-9/+12
* Allow [ to be used as a delimiter.dds2009-09-201-1/+1
* Bump the document date to reflect the recent address range enhancements.brian2009-05-251-1/+1
* Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.brian2009-05-254-18/+39
* Fix the code to conform to the "or more" part of the following POSIXdds2008-11-111-1/+1
* Add workaround for a back reference when no correspondinghrs2008-11-091-0/+8
* Correct a silly typo I introduced: withing -> within.yar2008-09-011-1/+1
* Explicitly tell that one needs to start a context address with ayar2008-08-241-4/+11
* WARNS fixes:dwmalone2008-02-094-10/+12
* Fix visibility of "inplace".dds2007-11-081-1/+1
* Before doing compile_re() which needs a parameter to identifydelphij2007-07-061-4/+4
* Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.ssouhlal2007-07-043-27/+52
* Drop the argument to the OUT macro because it can't emityar2007-06-121-7/+7
* Don't forget to clear out the hold space for each subsequent fileyar2007-06-123-4/+18
* There is a symbolic antonym for REPLACE as a flag to cspace()yar2007-06-121-6/+6
* Don't forget to bump document date after changing the content.yar2007-04-211-1/+1
* Change the semantics of -i (in-place editing) so that it treatsyar2007-04-214-11/+83
* style(9):yar2007-04-061-1/+1
* Add an important detail to paragraph 12: the range is reset only if itsyar2007-04-051-2/+3
* Reflect the change in rev. 1.44 of process.c.yar2007-04-051-4/+9
* Don't forget to close the range if we branched over its endyar2007-04-021-2/+11
* Prevent foot-shooting in advance: Put the MATCH() macro's valueyar2007-04-021-3/+3
* This trivial change should fix at least 3 similar bugs. All ofyar2007-04-011-1/+1
* Make the comment for cspace() match reality.yar2007-03-311-3/+3
* Test files repo-copied into tools/regression/usr.bin/sed and integrateddds2007-03-143-1098/+0
* Fix using "P" command on empty pattern space. If the "P" command iskrion2006-05-271-2/+1
* The function inplace_edit() doesn't exist anymore, remove the prototype.stefanf2005-09-241-1/+0
* Bug fix: a numeric flag specification in the substitute command woulddds2005-08-041-2/+8
* Markup and wording fixes.ru2005-06-141-1/+1
* Add option -l, to make output line buffered.glebius2005-05-102-5/+11
* Remove unused variables.stefanf2005-04-091-2/+1
OpenPOWER on IntegriCloud