Age | Commit message (Expand) | Author |
2022-01-12 | Make lputs use psl instead of expecting it to be null-terminated. | Martijn van Duren |
2018-11-14 | Make sed's -i flag more compatible with what gsed does. | Martijn van Duren |
2017-12-13 | Fix sign compare warnings; OK martijn@ | Todd C. Miller |
2017-02-22 | Remove unused-with-dead-store variable oldpsanl. | Tom Cosgrove |
2017-01-21 | Nuke more whitespace caught in the headlights of "warning:" | Kenneth R Westerback |
2017-01-20 | Split error() into error() and warning() so error() can be marked __dead to | Kenneth R Westerback |
2016-10-11 | Fix an off by one error when no matches were found in a substitute. | Martijn van Duren |
2016-05-30 | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin | Martijn van Duren |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-07-20 | fix eyesore whitespace | Jasper Lievisse Adriaanse |
2015-07-19 | figure out the linewidth at initialization, rather than late | Theo de Raadt |
2015-07-17 | add -i flag to sed to do in-place editing; mostly based on freebsd | Jasper Lievisse Adriaanse |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-13 | correct multiplication idiom during xreallocarray, and expand appendnum | Theo de Raadt |
2014-12-12 | Rework the pointer swap in the 'P' command to make the intent | Jonathan Gray |
2014-12-01 | sed has a xreallocarray(), but two n*s cases were not replaced | Theo de Raadt |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2011-09-17 | Rewrite the main loop of the "sed s/..." command, to fix multiple | Ingo Schwarze |
2011-07-26 | Backout previous, naddy@ found the following regression: | Ingo Schwarze |
2011-07-24 | Rewrite the main loop of the "sed s/..." command, shortening it by ten | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-10-07 | The 'l' command should not encode newlines. Also document that | Todd C. Miller |
2006-10-09 | pretty. the comma operator should not be used to cram two statements into | Ted Unangst |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel |
2002-04-15 | Fix sed(1) in the case where a last line is specified and hold space | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
1999-06-06 | make G newline if hold is empty | Theo de Raadt |
1998-04-30 | make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.de | Theo de Raadt |
1997-09-11 | extra () | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |