Age | Commit message (Expand) | Author |
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 |
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 |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-06 | Print commands in a prettier fashion. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
1999-07-04 | better use of quotes | Aaron Campbell |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell |
1999-06-06 | make G newline if hold is empty | Theo de Raadt |
1998-12-28 | use \& block on : in macro; ross | Theo de Raadt |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell |
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-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1998-04-30 | make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.de | Theo de Raadt |
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-09-11 | extra () | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |