| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -r mean exactly the same thing as -E for increased compatibility | imp | 2010-03-31 | 2 | -3/+8 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 2 | -0/+8 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 2 | -8/+0 |
* | IEEE Std 1003.1, 2004 Edition states: | dds | 2009-09-20 | 1 | -2/+1 |
* | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | dds | 2009-09-20 | 1 | -9/+12 |
* | Allow [ to be used as a delimiter. | dds | 2009-09-20 | 1 | -1/+1 |
* | Bump the document date to reflect the recent address range enhancements. | brian | 2009-05-25 | 1 | -1/+1 |
* | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | brian | 2009-05-25 | 4 | -18/+39 |
* | Fix the code to conform to the "or more" part of the following POSIX | dds | 2008-11-11 | 1 | -1/+1 |
* | Add workaround for a back reference when no corresponding | hrs | 2008-11-09 | 1 | -0/+8 |
* | Correct a silly typo I introduced: withing -> within. | yar | 2008-09-01 | 1 | -1/+1 |
* | Explicitly tell that one needs to start a context address with a | yar | 2008-08-24 | 1 | -4/+11 |
* | WARNS fixes: | dwmalone | 2008-02-09 | 4 | -10/+12 |
* | Fix visibility of "inplace". | dds | 2007-11-08 | 1 | -1/+1 |
* | Before doing compile_re() which needs a parameter to identify | delphij | 2007-07-06 | 1 | -4/+4 |
* | Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. | ssouhlal | 2007-07-04 | 3 | -27/+52 |
* | Drop the argument to the OUT macro because it can't emit | yar | 2007-06-12 | 1 | -7/+7 |
* | Don't forget to clear out the hold space for each subsequent file | yar | 2007-06-12 | 3 | -4/+18 |
* | There is a symbolic antonym for REPLACE as a flag to cspace() | yar | 2007-06-12 | 1 | -6/+6 |
* | Don't forget to bump document date after changing the content. | yar | 2007-04-21 | 1 | -1/+1 |
* | Change the semantics of -i (in-place editing) so that it treats | yar | 2007-04-21 | 4 | -11/+83 |
* | style(9): | yar | 2007-04-06 | 1 | -1/+1 |
* | Add an important detail to paragraph 12: the range is reset only if its | yar | 2007-04-05 | 1 | -2/+3 |
* | Reflect the change in rev. 1.44 of process.c. | yar | 2007-04-05 | 1 | -4/+9 |
* | Don't forget to close the range if we branched over its end | yar | 2007-04-02 | 1 | -2/+11 |
* | Prevent foot-shooting in advance: Put the MATCH() macro's value | yar | 2007-04-02 | 1 | -3/+3 |
* | This trivial change should fix at least 3 similar bugs. All of | yar | 2007-04-01 | 1 | -1/+1 |
* | Make the comment for cspace() match reality. | yar | 2007-03-31 | 1 | -3/+3 |
* | Test files repo-copied into tools/regression/usr.bin/sed and integrated | dds | 2007-03-14 | 3 | -1098/+0 |
* | Fix using "P" command on empty pattern space. If the "P" command is | krion | 2006-05-27 | 1 | -2/+1 |
* | The function inplace_edit() doesn't exist anymore, remove the prototype. | stefanf | 2005-09-24 | 1 | -1/+0 |
* | Bug fix: a numeric flag specification in the substitute command would | dds | 2005-08-04 | 1 | -2/+8 |
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -1/+1 |
* | Add option -l, to make output line buffered. | glebius | 2005-05-10 | 2 | -5/+11 |
* | Remove unused variables. | stefanf | 2005-04-09 | 1 | -2/+1 |
* | Fix dubious C code construct. | stefanf | 2005-03-09 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Include missing headers. | stefanf | 2005-02-09 | 1 | -0/+1 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -5/+3 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 8 | -32/+0 |
* | Document the limitation that multibyte characters cannot be used as | tjr | 2004-07-17 | 1 | -1/+6 |
* | Document the -E and -a options as being extensions. | tjr | 2004-07-14 | 1 | -2/+5 |
* | Update BUGS section to reflect current state of multibyte character support. | tjr | 2004-07-14 | 1 | -4/+11 |
* | Make the 'y' (translate) command aware of multibyte characters. | tjr | 2004-07-14 | 5 | -17/+145 |
* | Overhaul lputs() to deal with multibyte characters, characters that take | tjr | 2004-07-13 | 1 | -24/+53 |
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -7/+14 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 |