| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Kill superfluous blank line. | sobomax | 2002-06-17 | 1 | -1/+0 |
* | Correct the handling of (for example) the N command by only zeroing the | tjr | 2002-06-16 | 1 | -1/+2 |
* | Exit with non-zero status if an input file can not be opened. This was | tjr | 2002-06-14 | 1 | -0/+1 |
* | Fix one serious bug and one potential problem with in-place editing code: | sobomax | 2002-06-14 | 1 | -70/+60 |
* | Refer to environ(7) for description of COLUMNS instead of describing it | tjr | 2002-06-10 | 1 | -10/+9 |
* | The 10 occurrence limit for the `s' command documented here has not existed | tjr | 2002-06-10 | 1 | -3/+4 |
* | Newlines are not escaped anymore. | tjr | 2002-06-10 | 1 | -2/+0 |
* | Don't write escape newlines with `l' command (SUSv3) | tjr | 2002-06-10 | 1 | -3/+3 |
* | Correctly handle global substitutions where the pattern is only "$", the | tjr | 2002-06-10 | 1 | -0/+3 |
* | Wrap lines correctly for the `l' command. | tjr | 2002-06-04 | 1 | -1/+1 |
* | Document the fact that the `l' command uses the COLUMNS environment | tjr | 2002-06-04 | 1 | -0/+13 |
* | Ignore COLUMNS environment variable if it is empty (SUSv3) | tjr | 2002-06-04 | 1 | -1/+1 |
* | Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) | green | 2002-06-01 | 1 | -4/+24 |
* | mdoc(7) police: typo in .Dd. | ru | 2002-05-30 | 1 | -1/+1 |
* | If a file argument cannot be processed, process the remaining ones | tjr | 2002-05-24 | 1 | -6/+14 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | o Clean up tmp file usage a little by using mkstemp(3) instead of | green | 2002-05-14 | 1 | -5/+6 |
* | Oops, update usage() to have -i. | jmallett | 2002-05-07 | 1 | -2/+2 |
* | Add handling for any nil-length string passed to -i for the backup extension. | jmallett | 2002-05-07 | 2 | -2/+21 |
* | Un-shadow the `fname' variable. | jmallett | 2002-05-07 | 1 | -9/+9 |
* | Add a -i option to sed(1) to do inplace editing, to give us an alternative to | jmallett | 2002-05-07 | 2 | -3/+77 |
* | Remove duplicated text. | keramida | 2002-04-21 | 1 | -2/+1 |
* | Fix an ages-old bug in sed(1), which resulted in the absolutely valid | sobomax | 2002-04-12 | 1 | -1/+1 |
* | Fix sed(1) in the case where a last line is specified and hold space is not | jmallett | 2002-04-07 | 1 | -3/+5 |
* | Fix sed(1) behaviour for 'G' when given null holdspace by making sure it | jmallett | 2002-04-05 | 1 | -0/+2 |
* | remove __P | imp | 2002-03-22 | 4 | -30/+30 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. | markm | 2001-12-12 | 6 | -43/+42 |
* | Don't allocate a zero byte segment. | mikeh | 2001-11-08 | 1 | -1/+4 |