summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix dubious C code construct.stefanf2005-03-091-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Include missing headers.stefanf2005-02-091-0/+1
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-111-5/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-098-32/+0
* Document the limitation that multibyte characters cannot be used astjr2004-07-171-1/+6
* Document the -E and -a options as being extensions.tjr2004-07-141-2/+5
* Update BUGS section to reflect current state of multibyte character support.tjr2004-07-141-4/+11
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-145-17/+145
OpenPOWER on IntegriCloud