| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the case where the file is not in the current directory. | Dag-Erling Smørgrav | 2003-11-04 | 1 | -1/+2 |
| * | Reimplement in-place editing in a slightly less disgusting manner. Also, | Dag-Erling Smørgrav | 2003-11-04 | 3 | -91/+84 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2003-11-04 | 2 | -21/+21 |
| * | ANSIfy | Dag-Erling Smørgrav | 2003-11-04 | 4 | -78/+33 |
| * | Correct style bugs in the in-place editing code. | Dag-Erling Smørgrav | 2003-11-04 | 1 | -2/+2 |
| * | Change the buffer length test in NEEDSP() so that it does not | Tim J. Robbins | 2003-11-02 | 1 | -1/+2 |
| * | Fixed .Nm element, updated HISTORY section, added AUTHORS section. | Diomidis Spinellis | 2003-07-22 | 1 | -2/+6 |
| * | Test 8.16 in sed.test tests the ability of a sed to handle an empty | Diomidis Spinellis | 2003-07-22 | 1 | -11/+19 |
| * | Do not dribble zero bytes into the output, by replacing an obfuscated if | Tony Finch | 2003-06-05 | 1 | -4/+1 |
| * | Fix substitution when the regex matches the zero-length string. | Tony Finch | 2003-06-04 | 1 | -5/+6 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | mdoc(7) police: markup polishing. | Ruslan Ermilov | 2002-11-26 | 1 | -6/+3 |
| * | Initialize a variable in order to fix when faced with picky compilers. | Eric Melville | 2002-09-20 | 1 | -0/+2 |
| * | Correct boundary condition error in `D' and `P' commands when the last | Tim J. Robbins | 2002-08-11 | 1 | -6/+3 |
| * | Fix some bugs in in-place editing: | Tony Finch | 2002-07-30 | 1 | -28/+26 |
| * | Ignore leading semicolons on commands; required by SUSv3. | Tim J. Robbins | 2002-07-30 | 1 | -2/+8 |
| * | s/inline/__inline/ | Mark Murray | 2002-07-19 | 1 | -4/+4 |
| * | Make cspace()'s second argument const. Make `escapes' in lputs() const. | Tim J. Robbins | 2002-07-08 | 2 | -3/+4 |
| * | Silence WARNS=4 by passing a non-const buffer to regerror(). Since it | Tim J. Robbins | 2002-07-08 | 1 | -1/+1 |
| * | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | Tim J. Robbins | 2002-07-04 | 1 | -1/+1 |
| * | Note that two carriage returns aren't required after entering the | Tim J. Robbins | 2002-07-03 | 1 | -2/+3 |
| * | Avoid checking whether each line is the last line of the file when we don't | Tim J. Robbins | 2002-07-03 | 3 | -25/+29 |
| * | Don't let the pattern space become null if the `x' command is used when the | Tim J. Robbins | 2002-07-03 | 1 | -0/+2 |
| * | Sort sections, and refer to sed as a utility, not a function. | Tim J. Robbins | 2002-06-25 | 1 | -6/+6 |
| * | Fix off by one in `y' (transliterate) command which caused the last character | Tim J. Robbins | 2002-06-24 | 1 | -1/+1 |
| * | Now that the pattern space contains no trailing newline, modify the `l' | Tim J. Robbins | 2002-06-22 | 1 | -1/+5 |
| * | Don't store newlines at the end of each line in the hold/pattern spaces, | Tim J. Robbins | 2002-06-22 | 2 | -11/+12 |
| * | Kill superfluous blank line. | Maxim Sobolev | 2002-06-17 | 1 | -1/+0 |
| * | Correct the handling of (for example) the N command by only zeroing the | Tim J. Robbins | 2002-06-16 | 1 | -1/+2 |
| * | Exit with non-zero status if an input file can not be opened. This was | Tim J. Robbins | 2002-06-14 | 1 | -0/+1 |
| * | Fix one serious bug and one potential problem with in-place editing code: | Maxim Sobolev | 2002-06-14 | 1 | -70/+60 |
| * | Refer to environ(7) for description of COLUMNS instead of describing it | Tim J. Robbins | 2002-06-10 | 1 | -10/+9 |
| * | The 10 occurrence limit for the `s' command documented here has not existed | Tim J. Robbins | 2002-06-10 | 1 | -3/+4 |
| * | Newlines are not escaped anymore. | Tim J. Robbins | 2002-06-10 | 1 | -2/+0 |
| * | Don't write escape newlines with `l' command (SUSv3) | Tim J. Robbins | 2002-06-10 | 1 | -3/+3 |
| * | Correctly handle global substitutions where the pattern is only "$", the | Tim J. Robbins | 2002-06-10 | 1 | -0/+3 |
| * | Wrap lines correctly for the `l' command. | Tim J. Robbins | 2002-06-04 | 1 | -1/+1 |
| * | Document the fact that the `l' command uses the COLUMNS environment | Tim J. Robbins | 2002-06-04 | 1 | -0/+13 |
| * | Ignore COLUMNS environment variable if it is empty (SUSv3) | Tim J. Robbins | 2002-06-04 | 1 | -1/+1 |
| * | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | Brian Feldman | 2002-06-01 | 1 | -4/+24 |
| * | mdoc(7) police: typo in .Dd. | Ruslan Ermilov | 2002-05-30 | 1 | -1/+1 |
| * | If a file argument cannot be processed, process the remaining ones | Tim J. Robbins | 2002-05-24 | 1 | -6/+14 |
| * | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
| * | o Clean up tmp file usage a little by using mkstemp(3) instead of | Brian Feldman | 2002-05-14 | 1 | -5/+6 |
| * | Oops, update usage() to have -i. | Juli Mallett | 2002-05-07 | 1 | -2/+2 |
| * | Add handling for any nil-length string passed to -i for the backup extension. | Juli Mallett | 2002-05-07 | 2 | -2/+21 |
| * | Un-shadow the `fname' variable. | Juli Mallett | 2002-05-07 | 1 | -9/+9 |
| * | Add a -i option to sed(1) to do inplace editing, to give us an alternative to | Juli Mallett | 2002-05-07 | 2 | -3/+77 |
| * | Remove duplicated text. | Giorgos Keramidas | 2002-04-21 | 1 | -2/+1 |
| * | Fix an ages-old bug in sed(1), which resulted in the absolutely valid | Maxim Sobolev | 2002-04-12 | 1 | -1/+1 |