| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Plug a file descriptor leak. | brian | 2004-06-03 | 1 | -7/+13 |
* | A new version that does exponents and lots of other neat things. Update | smkelly | 2004-05-01 | 1 | -59/+335 |
* | Avoid using .Nm at the start of the sentence. | charnier | 2004-01-04 | 1 | -3/+2 |
* | Fix the case where the file is not in the current directory. | des | 2003-11-04 | 1 | -1/+2 |
* | Reimplement in-place editing in a slightly less disgusting manner. Also, | des | 2003-11-04 | 3 | -91/+84 |
* | Whitespace cleanup | des | 2003-11-04 | 2 | -21/+21 |
* | ANSIfy | des | 2003-11-04 | 4 | -78/+33 |
* | Correct style bugs in the in-place editing code. | des | 2003-11-04 | 1 | -2/+2 |
* | Change the buffer length test in NEEDSP() so that it does not | tjr | 2003-11-02 | 1 | -1/+2 |
* | Fixed .Nm element, updated HISTORY section, added AUTHORS section. | dds | 2003-07-22 | 1 | -2/+6 |
* | Test 8.16 in sed.test tests the ability of a sed to handle an empty | dds | 2003-07-22 | 1 | -11/+19 |
* | Do not dribble zero bytes into the output, by replacing an obfuscated if | fanf | 2003-06-05 | 1 | -4/+1 |
* | Fix substitution when the regex matches the zero-length string. | fanf | 2003-06-04 | 1 | -5/+6 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -6/+3 |
* | Initialize a variable in order to fix when faced with picky compilers. | eric | 2002-09-20 | 1 | -0/+2 |
* | Correct boundary condition error in `D' and `P' commands when the last | tjr | 2002-08-11 | 1 | -6/+3 |
* | Fix some bugs in in-place editing: | fanf | 2002-07-30 | 1 | -28/+26 |
* | Ignore leading semicolons on commands; required by SUSv3. | tjr | 2002-07-30 | 1 | -2/+8 |
* | s/inline/__inline/ | markm | 2002-07-19 | 1 | -4/+4 |
* | Make cspace()'s second argument const. Make `escapes' in lputs() const. | tjr | 2002-07-08 | 2 | -3/+4 |
* | Silence WARNS=4 by passing a non-const buffer to regerror(). Since it | tjr | 2002-07-08 | 1 | -1/+1 |
* | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | tjr | 2002-07-04 | 1 | -1/+1 |
* | Note that two carriage returns aren't required after entering the | tjr | 2002-07-03 | 1 | -2/+3 |
* | Avoid checking whether each line is the last line of the file when we don't | tjr | 2002-07-03 | 3 | -25/+29 |
* | Don't let the pattern space become null if the `x' command is used when the | tjr | 2002-07-03 | 1 | -0/+2 |
* | Sort sections, and refer to sed as a utility, not a function. | tjr | 2002-06-25 | 1 | -6/+6 |
* | Fix off by one in `y' (transliterate) command which caused the last character | tjr | 2002-06-24 | 1 | -1/+1 |
* | Now that the pattern space contains no trailing newline, modify the `l' | tjr | 2002-06-22 | 1 | -1/+5 |
* | Don't store newlines at the end of each line in the hold/pattern spaces, | tjr | 2002-06-22 | 2 | -11/+12 |