summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
2003-11-07safer realloc, from openbsditojun
2003-11-07prevent integer underflow. freebsd rev 1.32. via openbsditojun
2003-10-27In test_error() use <& to duplicate input descriptors,uwe
2003-10-27Deoptimize (gcc-sh3-sed hack) only if ${HAVE_GCC3} != "yes".uwe
2003-10-16call setprogname(), replace a 'sed' with getprogname().grant
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-27Quote bang.wiz
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz
2002-06-14WARNS=2wiz
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2002-05-17Fix format string in usage. bin/16869 by Julio Merino.wiz
2002-04-23Use -O0 on SuperH, for now.thorpej
2002-02-26Correct spelling of "delimiter", and remove from ignored-errors lists.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-08tweak the description of the n functionross
2002-02-07Note that the `n' function does not restart the script.ross
2002-01-23Add a -E flag to ed(1) and sed(1) so that they can use extendedatatat
2002-01-14Accept empty commands separated by semicolons; from Aymeric Vincent inkleink
2001-12-08Uppercase and unquote section headers, punctuation nit.wiz
2001-10-02Back out last patch (again). This patch seems to satisfy test suitesatatat
2001-09-28New fix for PR bin/14074. This one doesn't make sed hang.atatat
2001-09-28Back out the pr fix. It doesn't work.atatat
2001-09-27Don't attempt to memmove() if psl (pattern space length) is zero.atatat
2000-10-11More format string cleanup by sommerfeld.is
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-05-31Fix bug pointed out by Jerry Peek <jpeek@jpeek.com> in PR bin/7674.kim
1998-12-24Punctuation character are magic to -mdoc and can't be used directlyross
1998-12-19char -> unsigned charchristos
1998-12-19char -> unsigned charchristos
1998-12-08avoid malloc(0)drochner
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-03-30use int as array index.mrg
1998-01-10.Nm in SYNOPSIS except first one should be followed by "".enami
1997-10-22Remove an extra semicolon that broke processing of the "r" directive.thorpej
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1997-10-19merge lite-2 -- was mostly already done. grr.mrg
1997-09-09Changed order of STANDARDS and HISTORY subheads to conform withjtc
1997-05-29Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:cgd
1997-03-13add missing backslash; from David Brownlee in PR bin/3321.mikel
1997-01-09RCS ID policetls
1996-12-15Make it clearer how to use alternate delimiters in context patterns.cjs
1996-05-08Use an integer instead of a char with getc() and ungetc() in mf_fgets()mark
1995-07-11fix bug pointed out by Dennis Ferguson <dennis@mci.net>. if hold space nullcgd
1995-03-15The `D' command should only input a new line if the pattern space becomes empty.mycroft
1995-03-15Fix the P command, and optimize D slightly.mycroft
1995-03-15Remove an old #ifndef of little value.mycroft
1995-03-09Compile group commands differently, using a stack rather than calling themycroft
1995-03-01Clean up deleted files.mycroft
1995-02-23Fixed typo in usage string.jtc