Age | Commit message (Expand) | Author |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
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 | tweak previous; | Jason McIntyre |
2009-08-07 | add -E flag to compile regular expressions using the extended POSIX | Damien Miller |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
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-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2008-10-07 | The 'l' command should not encode newlines. Also document that | Todd C. Miller |
2008-10-07 | There is no /usr/old/bin/sed so compare test results against /usr/bin/sed | Todd C. Miller |
2008-09-01 | note that the opening delimiter of a context address should be preceded | Jason McIntyre |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-03-20 | Add line-buffering flag (-u). | Ray Lai |
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-26 | - document that multiple commands may be newline or semicolon separated | Jason McIntyre |
2006-10-24 | +.Ex -std sed | Jason McIntyre |
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-10-04 | remove some incorrect apostrophes, and make the text referring to | Jason McIntyre |
2004-07-20 | ansi; khalek@linuxgamers.net | 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-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre |
2004-02-17 | Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; this | Otto Moerbeek |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-31 | make USD reference a little clearer; | Jason McIntyre |
2004-01-29 | - replace old-style macros | Jason McIntyre |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-02 | point people to re_format(7) for a description of basic regular | Jason McIntyre |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst |
2003-10-07 | handle ; terminators for strings like other sed programs do. this is | Theo de Raadt |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-27 | install sed USD; | Jason McIntyre |
2003-06-26 | caldera-licensed doc | Michael Shalayeff |
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 |
2003-03-13 | a few more strlcpy | Theo de Raadt |
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-04-15 | Fix sed(1) in the case where a last line is specified and hold space | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |