| Commit message (Expand) | Author | Age | Files | Lines |
* | As an extension to POSIX, for consistency with our behaviour for |  schwarze | 2018-12-07 | 1 | -2/+2 |
* | Improve consistency of the substitution command further. |  schwarze | 2018-08-14 | 1 | -20/+32 |
* | When using '[' as the delimiter in sed(1) s/// (don't do that, of course) |  schwarze | 2018-07-09 | 1 | -3/+3 |
* | Fix array index by signed char; from martijn@ |  millert | 2017-12-13 | 1 | -4/+3 |
* | Fix sign compare warnings; OK martijn@ |  millert | 2017-12-13 | 1 | -4/+4 |
* | Fix 2 bugs introduced by previous. |  martijn | 2017-12-12 | 1 | -3/+3 |
* | Fix and change y command in the following ways: |  martijn | 2017-12-11 | 1 | -44/+58 |
* | Make the r command filename obligatory, similar to what FreeBSD and NetBSD |  martijn | 2017-12-08 | 1 | -23/+9 |
* | Apply stricter pledge rules if possible. These are based on the usage of |  martijn | 2017-08-01 | 1 | -3/+8 |
* | Split error() into error() and warning() so error() can be marked __dead to |  krw | 2017-01-20 | 1 | -6/+4 |
* | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) |  jca | 2015-10-26 | 1 | -3/+3 |
* | Rename err() to error() to prevent confusion with the stdlib function. |  mmcc | 2015-10-26 | 1 | -40/+40 |
* | POSIX specifies that that multiple '!' characters preceding a |  millert | 2015-06-23 | 1 | -2/+2 |
* | Bounds check the file path used in the 'w' command. Modified version |  jsg | 2014-12-12 | 1 | -2/+5 |
* | add a xreallocarray() like the existing fatal xmalloc(), and use it to |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | unsigned char for ctype |  deraadt | 2013-11-28 | 1 | -4/+5 |
* | NUL-terminate buffer in compiler_text() after realloc, not before. |  millert | 2010-11-15 | 1 | -2/+3 |
* | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation |  naddy | 2010-07-01 | 1 | -7/+10 |
* | Allow [ to be used as a delimiter. |  naddy | 2010-07-01 | 1 | -2/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -6/+1 |
* | When adding text due to an a, c, or i command, don't eat the space(s) at |  reyk | 2009-10-23 | 1 | -3/+2 |
* | add -E flag to compile regular expressions using the extended POSIX |  djm | 2009-08-07 | 1 | -3/+3 |
* | Move memory allocation closer to where it is needed. Also make |  millert | 2008-10-16 | 1 | -31/+21 |
* | Now that len is set later in compile_subst() we need to move the |  millert | 2008-10-09 | 1 | -5/+5 |
* | In compile_subst(), adjust for the fact that the initial buffer |  millert | 2008-10-09 | 1 | -3/+6 |
* | Allow sed to handle arbitrarily long lines. Also plug a memory |  millert | 2008-10-08 | 1 | -26/+49 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -3/+3 |
* | Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@ |  otto | 2007-01-09 | 1 | -3/+7 |
* | pretty. the comma operator should not be used to cram two statements into |  tedu | 2006-10-09 | 1 | -24/+34 |
* | spacing |  deraadt | 2005-04-11 | 1 | -5/+5 |
* | xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 |  otto | 2004-07-10 | 1 | -3/+3 |
* | From the other BSDs: fix a bug that made sed(1) fail if the last |  otto | 2004-07-09 | 1 | -5/+26 |
* | 1-byte overflow; ryo@nerv.org, otto ok |  deraadt | 2004-06-13 | 1 | -3/+3 |
* | Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; this |  otto | 2004-02-17 | 1 | -5/+9 |
* | handle ; terminators for strings like other sed programs do. this is |  deraadt | 2003-10-07 | 1 | -13/+30 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 1 | -36/+17 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |
* | make sed r command not bail out. try sed -e "/a/r" |  deraadt | 2002-07-09 | 1 | -6/+3 |
* | kill err(3) newlines; ok miod@, deraadt@ |  jsyn | 2002-06-11 | 1 | -4/+4 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -16/+16 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -12/+12 |
* | correct sccsid, not like it really matters |  millert | 1998-09-24 | 1 | -3/+3 |
* | Terminate our output string correctly if we've got |  brian | 1998-09-22 | 1 | -2/+3 |
* | fix a comment |  deraadt | 1998-02-15 | 1 | -3/+3 |
* | Back out last change. ed and sed should not use extended regular expressions. |  millert | 1998-01-21 | 1 | -3/+3 |
* | Support extended (modern) instead of basic (obsolescent) |  millert | 1998-01-18 | 1 | -3/+3 |
* | fix for a line continuation bug, more than a year ald. work by mckusick, |  deraadt | 1997-11-14 | 1 | -7/+7 |
* | Use strtoul() not strtol() when assigning to an unsigned long. |  millert | 1997-04-28 | 1 | -3/+3 |
* | rcsid |  deraadt | 1996-06-26 | 1 | -1/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+811 |