summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Overhaul lputs() to deal with multibyte characters, characters that taketjr2004-07-131-24/+53
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+14
* Removed trailing whitespace.ru2004-07-021-1/+1
* Plug a file descriptor leak.brian2004-06-031-7/+13
* A new version that does exponents and lots of other neat things. Updatesmkelly2004-05-011-59/+335
* Avoid using .Nm at the start of the sentence.charnier2004-01-041-3/+2
* Fix the case where the file is not in the current directory.des2003-11-041-1/+2
* Reimplement in-place editing in a slightly less disgusting manner. Also,des2003-11-043-91/+84
* Whitespace cleanupdes2003-11-042-21/+21
* ANSIfydes2003-11-044-78/+33
* Correct style bugs in the in-place editing code.des2003-11-041-2/+2
* Change the buffer length test in NEEDSP() so that it does nottjr2003-11-021-1/+2
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.dds2003-07-221-2/+6
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-221-11/+19
* Do not dribble zero bytes into the output, by replacing an obfuscated iffanf2003-06-051-4/+1
* Fix substitution when the regex matches the zero-length string.fanf2003-06-041-5/+6
OpenPOWER on IntegriCloud