aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Mark multi_test as requiring /usr/share/dict/words.Julio Merino2014-03-191-0/+1
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16160-0/+5743
* | | Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'Eitan Adler2013-12-092-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
* Prevent foot-shooting in advance: Put the MATCH() macro's valueYaroslav Tykhiy2007-04-021-3/+3
* This trivial change should fix at least 3 similar bugs. All ofYaroslav Tykhiy2007-04-011-1/+1
* Make the comment for cspace() match reality.Yaroslav Tykhiy2007-03-311-3/+3
* Test files repo-copied into tools/regression/usr.bin/sed and integratedDiomidis Spinellis2007-03-143-1098/+0
* Fix using "P" command on empty pattern space. If the "P" command isKirill Ponomarev2006-05-271-2/+1
* The function inplace_edit() doesn't exist anymore, remove the prototype.Stefan Farfeleder2005-09-241-1/+0
* Bug fix: a numeric flag specification in the substitute command wouldDiomidis Spinellis2005-08-041-2/+8
* Markup and wording fixes.Ruslan Ermilov2005-06-141-1/+1
* Add option -l, to make output line buffered.Gleb Smirnoff2005-05-102-5/+11
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+1
* Fix dubious C code construct.Stefan Farfeleder2005-03-091-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Include missing headers.Stefan Farfeleder2005-02-091-0/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-5/+3