summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
2004-10-04remove some incorrect apostrophes, and make the text referring toJason McIntyre
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-10xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1Otto Moerbeek
2004-07-09From the other BSDs: fix a bug that made sed(1) fail if the lastOtto Moerbeek
2004-06-131-byte overflow; ryo@nerv.org, otto okTheo de Raadt
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
2004-02-17Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; thisOtto Moerbeek
2004-02-01add paper.txt target;Jason McIntyre
2004-01-31make USD reference a little clearer;Jason McIntyre
2004-01-29- replace old-style macrosJason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-02point people to re_format(7) for a description of basic regularJason McIntyre
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-07prevent overflow, see freebsd r1.32. also, do nicer reallocs.Ted Unangst
2003-10-07handle ; terminators for strings like other sed programs do. this isTheo de Raadt
2003-09-02escape punctuation;Jason McIntyre
2003-08-27install sed USD;Jason McIntyre
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13a few more strlcpyTheo de Raadt
2002-07-09make sed r command not bail out. try sed -e "/a/r"Theo de Raadt
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-04-15Fix sed(1) in the case where a last line is specified and hold spaceTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-06Print commands in a prettier fashion.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
1999-07-04better use of quotesAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-06make G newline if hold is emptyTheo de Raadt
1998-12-28use \& block on : in macro; rossTheo de Raadt
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-09-24correct sccsid, not like it really mattersTodd C. Miller
1998-09-22Terminate our output string correctly if we've gotbrian
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-04-30make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.deTheo de Raadt
1998-02-15fix a commentTheo de Raadt
1998-01-21Back out last change. ed and sed should not use extended regular expressions.Todd C. Miller
1998-01-18Support extended (modern) instead of basic (obsolescent)Todd C. Miller
1997-11-14fix for a line continuation bug, more than a year ald. work by mckusick,Theo de Raadt
1997-09-11extra ()Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff