summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
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
1994-12-04Fix typo.mycroft
1994-11-15Fix thinko in previous commit.mycroft
1994-11-09Fix core dump on end of group reported by John Kohl, in a different way.mycroft
1994-04-17echo hello | ./sed 'sl[l]lxl'alm
1994-03-24Fix bug with D leaving junk at end of pattern space.mycroft
1994-03-01DTRT with empty RE matches. or at least, do something better. fix offcgd
1994-02-28Restore the traditional behaviour of the "n" command.andrew
1994-02-09patch from Diomidis Spinellis to fix 'infinite' loopcgd
1994-02-03RCS id'scgd
1994-02-03update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>cgd
1994-02-03Clean up deleted files.mycroft
1994-02-03update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>cgd
1994-01-04rename fgetline() and sharpen axe for bostic...cgd