| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sed's -i flag more compatible with what gsed does. |  martijn | 2018-11-14 | 1 | -2/+6 |
* | Fix sign compare warnings; OK martijn@ |  millert | 2017-12-13 | 1 | -10/+10 |
* | Remove unused-with-dead-store variable oldpsanl. |  tom | 2017-02-22 | 1 | -3/+1 |
* | Nuke more whitespace caught in the headlights of "warning:" |  krw | 2017-01-21 | 1 | -6/+6 |
* | Split error() into error() and warning() so error() can be marked __dead to |  krw | 2017-01-20 | 1 | -2/+1 |
* | Fix an off by one error when no matches were found in a substitute. |  martijn | 2016-10-11 | 1 | -2/+2 |
* | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin |  martijn | 2016-05-30 | 1 | -17/+24 |
* | Rename err() to error() to prevent confusion with the stdlib function. |  mmcc | 2015-10-26 | 1 | -12/+12 |
* | fix eyesore whitespace |  jasper | 2015-07-20 | 1 | -6/+6 |
* | figure out the linewidth at initialization, rather than late |  deraadt | 2015-07-19 | 1 | -19/+2 |
* | add -i flag to sed to do in-place editing; mostly based on freebsd |  jasper | 2015-07-17 | 1 | -47/+74 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -4/+6 |
* | correct multiplication idiom during xreallocarray, and expand appendnum |  deraadt | 2015-04-13 | 1 | -7/+9 |
* | Rework the pointer swap in the 'P' command to make the intent |  jsg | 2014-12-12 | 1 | -4/+5 |
* | sed has a xreallocarray(), but two n*s cases were not replaced |  deraadt | 2014-12-01 | 1 | -7/+7 |
* | unsigned char for ctype |  deraadt | 2013-11-28 | 1 | -3/+4 |
* | Rewrite the main loop of the "sed s/..." command, to fix multiple |  schwarze | 2011-09-17 | 1 | -49/+44 |
* | Backout previous, naddy@ found the following regression: |  schwarze | 2011-07-26 | 1 | -43/+49 |
* | Rewrite the main loop of the "sed s/..." command, shortening it by ten |  schwarze | 2011-07-24 | 1 | -49/+43 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -6/+1 |
* | The 'l' command should not encode newlines. Also document that |  millert | 2008-10-07 | 1 | -5/+5 |
* | pretty. the comma operator should not be used to cram two statements into |  tedu | 2006-10-09 | 1 | -14/+15 |
* | prevent overflow, see freebsd r1.32. also, do nicer reallocs. |  tedu | 2003-11-07 | 1 | -9/+13 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 1 | -25/+12 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |
* | kill err(3) newlines; ok miod@, deraadt@ |  jsyn | 2002-06-11 | 1 | -6/+6 |
* | Fix sed(1) in the case where a last line is specified and hold space |  millert | 2002-04-15 | 1 | -5/+7 |
* | 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 | -8/+8 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -8/+8 |
* | make G newline if hold is empty |  deraadt | 1999-06-06 | 1 | -2/+4 |
* | make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.de |  deraadt | 1998-04-30 | 1 | -3/+3 |
* | extra () |  deraadt | 1997-09-11 | 1 | -5/+5 |
* | rcsid |  deraadt | 1996-06-26 | 1 | -1/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+632 |