Age | Commit message (Expand) | Author |
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 |