Age | Commit message (Expand) | Author |
2017-12-13 | Fix array index by signed char; from martijn@ | Todd C. Miller |
2017-12-13 | Fix sign compare warnings; OK martijn@ | Todd C. Miller |
2017-12-12 | Fix 2 bugs introduced by previous. | Martijn van Duren |
2017-12-11 | Fix and change y command in the following ways: | Martijn van Duren |
2017-12-08 | Make the r command filename obligatory, similar to what FreeBSD and NetBSD | Martijn van Duren |
2017-08-01 | Apply stricter pledge rules if possible. These are based on the usage of | Martijn van Duren |
2017-01-20 | Split error() into error() and warning() so error() can be marked __dead to | Kenneth R Westerback |
2015-10-26 | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) | Jeremie Courreges-Anglas |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-06-23 | POSIX specifies that that multiple '!' characters preceding a | Todd C. Miller |
2014-12-12 | Bounds check the file path used in the 'w' command. Modified version | Jonathan Gray |
2014-10-08 | add a xreallocarray() like the existing fatal xmalloc(), and use it to | Theo de Raadt |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2010-11-15 | NUL-terminate buffer in compiler_text() after realloc, not before. | Todd C. Miller |
2010-07-01 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Christian Weisgerber |
2010-07-01 | Allow [ to be used as a delimiter. | Christian Weisgerber |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-23 | When adding text due to an a, c, or i command, don't eat the space(s) at | Reyk Floeter |
2009-08-07 | add -E flag to compile regular expressions using the extended POSIX | Damien Miller |
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-01-09 | Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@ | Otto Moerbeek |
2006-10-09 | pretty. the comma operator should not be used to cram two statements into | Ted Unangst |
2005-04-11 | spacing | Theo de Raadt |
2004-07-10 | xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 | Otto Moerbeek |
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek |
2004-06-13 | 1-byte overflow; ryo@nerv.org, otto ok | Theo de Raadt |
2004-02-17 | Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; this | Otto Moerbeek |
2003-10-07 | handle ; terminators for strings like other sed programs do. this is | Theo de Raadt |
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-07-09 | make sed r command not bail out. try sed -e "/a/r" | Theo de Raadt |
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel |
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 |
1998-09-24 | correct sccsid, not like it really matters | Todd C. Miller |
1998-09-22 | Terminate our output string correctly if we've got | brian |
1998-02-15 | fix a comment | Theo de Raadt |
1998-01-21 | Back out last change. ed and sed should not use extended regular expressions. | Todd C. Miller |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) | Todd C. Miller |
1997-11-14 | fix for a line continuation bug, more than a year ald. work by mckusick, | Theo de Raadt |
1997-04-28 | Use strtoul() not strtol() when assigning to an unsigned long. | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |