summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
2016-04-05PR/49872:Yorick Hardy: sed functions 'i' and 'a' discard leading white spacechristos
2015-03-12The latest refactoring changes broke sed -i:christos
2015-03-01Hide more subroutines in processing phase.asau
2015-03-01Close files opened at processing time within processing phase.asau
2015-03-01Move run-time data structures into processing part.asau
2015-03-01Move data I/O file pointers into processing part.asau
2015-02-28Improve modularity of "sed" source:asau
2014-08-13PR/49109: Jeremie Le Hen: fix sed relative addressin (1,+N)christos
2014-06-26restore sccsid[]'s per core@'s decisionchristos
2014-06-25Command file argument to -f is not optional.uwe
2014-06-21typochristos
2014-06-21CID 10006930: Prevent outfile overwrite resource leak.christos
2014-06-18Suppress space after -I and -i options in description too.uwe
2014-06-18Suppress space after -I and -i options.uwe
2014-06-18Fix usage. The man page is incorrect with respect to -I and -i and needchristos
2014-06-18fix second line of synopsis.christos
2014-06-18Sync usage with manpage.wiz
2014-06-18Sort options. Use Ss for non-standard headers. New sentence, new line.wiz
2014-06-17add -u (unbuffered output) after GNU sed.christos
2014-06-09PR/48883: Justin Cormack: Cope with systems that don't provide REG_STARTENDchristos
2014-06-07put back WARNS=6christos
2014-06-07PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'.christos
2014-06-07Restore G commandryoon
2014-06-06Renumber so that 3 follows 2.wiz
2014-06-06After 2 comes...christos
2014-06-06usage is __dead. Kill useless sccsid.joerg
2014-06-06Prefer setvbuf for those who have it.christos
2014-06-06add netbsdchristos
2014-06-06Merge our changes.christos
2014-05-05Handle a closing brace at the end of a command without a preceding semi-colon:christos
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