| Commit message (Expand) | Author | Age | Files | Lines |
* | The function inplace_edit() doesn't exist anymore, remove the prototype. | stefanf | 2005-09-24 | 1 | -1/+0 |
* | Add option -l, to make output line buffered. | glebius | 2005-05-10 | 1 | -3/+7 |
* | Include missing headers. | stefanf | 2005-02-09 | 1 | -0/+1 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 1 | -4/+0 |
* | Make the 'y' (translate) command aware of multibyte characters. | tjr | 2004-07-14 | 1 | -0/+1 |
* | Plug a file descriptor leak. | brian | 2004-06-03 | 1 | -7/+13 |
* | 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 | 1 | -71/+61 |
* | ANSIfy | des | 2003-11-04 | 1 | -18/+7 |
* | Correct style bugs in the in-place editing code. | des | 2003-11-04 | 1 | -2/+2 |
* | Fix some bugs in in-place editing: | fanf | 2002-07-30 | 1 | -28/+26 |
* | Avoid checking whether each line is the last line of the file when we don't | tjr | 2002-07-03 | 1 | -23/+27 |
* | Don't store newlines at the end of each line in the hold/pattern spaces, | tjr | 2002-06-22 | 1 | -0/+2 |
* | 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 |
* | If a file argument cannot be processed, process the remaining ones | tjr | 2002-05-24 | 1 | -6/+14 |
* | 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 | 1 | -2/+14 |
* | 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 | 1 | -2/+66 |
* | remove __P | imp | 2002-03-22 | 1 | -3/+3 |
* | WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. | markm | 2001-12-12 | 1 | -7/+6 |
* | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | obrien | 2001-07-24 | 1 | -3/+6 |
* | Small style fix '=' -> ' = ' | nsayer | 2000-05-11 | 1 | -1/+1 |
* | Fix compatibility issue in sed. Do so by explicitely adding a | nsayer | 2000-05-11 | 1 | -1/+5 |
* | Add a new flag: -E enables "extended" regular expressions. | green | 2000-03-19 | 1 | -2/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a new bug introduced by the previous bug fix | archie | 1998-12-08 | 1 | -3/+15 |
* | Remove local redefinition for err(). Add usage(). | charnier | 1997-08-11 | 1 | -11/+23 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | fix C programmer's bug number 12.2 | wosch | 1996-11-17 | 1 | -3/+8 |
* | Fix the C programmer's bug #1: EOF is of type `int', not `char'. | joerg | 1996-11-17 | 1 | -6/+2 |
* | Localize it | ache | 1996-08-11 | 1 | -1/+3 |
* | Fix spelling error (scipt -> script). | rgrimes | 1995-02-23 | 1 | -1/+1 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+352 |