summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
2013-06-28Fix violations of the sequence point rule.joerg
2013-05-29- Reference tr(1) in `SEE ALSO' section;wiz
2013-03-17Bump date for previous (PR #45981): the change ("c") command starts auwe
2013-03-17The change ("c") command should start a new cycle.uwe
2012-12-14Fix memory leak.msaitoh
2012-10-04Improve previous change with better wording.dholland
2012-10-02"i.e." -> "i.e.," - from Snader_LB on IRCabs
2011-11-12compare the sed we just build with the installed one instead of boguschristos
2010-02-19Merge the following revisions from OpenBSD to let sed(1) handletnn
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
2008-09-21Sort options. Uppercase GNU.wiz
2008-09-16Add a -r flag that is an alias for -E, for compatibility with gnu sed.perry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-04-17provide _POSIX2_LINE_MAX if not there.christos
2006-06-18Make TOOL_SED, to allow using our own sed in cases where the host's versiongdamore
2006-06-02remove sh3/GCC2 hack.mrg
2006-05-14Clarify location of `}'. Requested by joerg. Bump date.wiz
2006-05-11when calling compile_tr() add (void *) to the 2nd argument's cast chain.mrg
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-04-02Coverity CID 878: Remove impossible tests against NULL pointers.christos
2006-04-02Coverity CID 1181: Protect access against NULL.christos
2004-11-20no trailing comma at end of enum.grant
2004-11-17When adding text due to an a, c, or i command, don't eat the space(s) atmatt
2004-07-13Usage: Options before arguments; add -E. From Kouichirou Hiratsuka in PR 26255.wiz
2004-07-13Sort options. From Kouichirou Hiratsuka in PR 26255 (slightly changed).wiz
2004-07-09Yet another s/xmalloc/xrealloc/ so that large multi line textenami
2004-07-09xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 work.mycroft
2004-06-13apply patch in PR to avoid writing to unallocated memory.grant
2004-06-13apply patch in PR to fix argument parsing bug.grant
2004-06-12Fix a bug that made sed(1) fail if the last character of the lineminskim
2004-01-04Bump Dd for previous.wiz
2004-01-04Point people to re_format(7) instead of regex(3) forwiz
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