| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | brian | 2009-05-25 | 1 | -13/+20 |
* | WARNS fixes: | dwmalone | 2008-02-09 | 1 | -5/+7 |
* | 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 | 1 | -2/+16 |
* | There is a symbolic antonym for REPLACE as a flag to cspace() | yar | 2007-06-12 | 1 | -6/+6 |
* | Change the semantics of -i (in-place editing) so that it treats | yar | 2007-04-21 | 1 | -0/+13 |
* | 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 |
* | Fix using "P" command on empty pattern space. If the "P" command is | krion | 2006-05-27 | 1 | -2/+1 |
* | Remove unused variables. | stefanf | 2005-04-09 | 1 | -2/+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 | -3/+59 |
* | Overhaul lputs() to deal with multibyte characters, characters that take | tjr | 2004-07-13 | 1 | -24/+53 |
* | Reimplement in-place editing in a slightly less disgusting manner. Also, | des | 2003-11-04 | 1 | -19/+21 |
* | Whitespace cleanup | des | 2003-11-04 | 1 | -11/+11 |
* | ANSIfy | des | 2003-11-04 | 1 | -23/+10 |
* | Change the buffer length test in NEEDSP() so that it does not | tjr | 2003-11-02 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | 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 | 1 | -2/+3 |
* | Avoid checking whether each line is the last line of the file when we don't | tjr | 2002-07-03 | 1 | -1/+1 |
* | Don't let the pattern space become null if the `x' command is used when the | tjr | 2002-07-03 | 1 | -0/+2 |
* | 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 | 1 | -11/+10 |
* | 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 |
* | Ignore COLUMNS environment variable if it is empty (SUSv3) | tjr | 2002-06-04 | 1 | -1/+1 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 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 | 1 | -6/+6 |
* | WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. | markm | 2001-12-12 | 1 | -11/+10 |
* | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | obrien | 2001-07-24 | 1 | -6/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+3 |
* | Compile -Wall | archie | 1998-12-07 | 1 | -2/+2 |
* | Make 'y' command 8bit clean | ache | 1998-04-29 | 1 | -2/+2 |
* | Remove local redefinition for err(). Add usage(). | charnier | 1997-08-11 | 1 | -18/+20 |
* | Localize it | ache | 1996-08-11 | 1 | -2/+2 |
* | Merge various fixes from NetBSD. This will allow the WordPerfect for | jkh | 1995-08-16 | 1 | -16/+18 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
* | Correct a bug in the P function: according to 7th edition UNIX (tm), the | jmz | 1995-02-06 | 1 | -1/+1 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+629 |