summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-275-10/+19
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-194-26/+87
| |\
| * \ Merge head from 7/28sjg2014-08-192-9/+16
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-28162-3/+5748
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-051-8/+11
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
* | | | | | | sed: fix pasto from previous r277802.pfg2015-01-271-2/+2
* | | | | | | Fix resource leak and dereference after NULL.pfg2015-01-272-1/+3
* | | | | | | Replace __inline GNUism with the standard inline.pfg2015-01-131-2/+2
* | | | | | | Add a regression test for PR 192108.jlh2015-01-102-1/+5
* | | | | | | Partial revert of r276832:pfg2015-01-081-0/+2
* | | | | | | sed: Address warnings with clang and gcc48.pfg2015-01-083-7/+5
* | | | | | | sed: Bounds check the file path used in the 'w' command.pfg2014-12-161-1/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | sed(1): Don't force a newline on last line, if input stream doesn't have onedumbbell2014-08-084-8/+61
* | | | | | Fix relative numerical addressing (addr,+N).jlh2014-07-301-18/+26
| |_|_|_|/ |/| | | |
* | | | | More sed(1) usage fixing: the extension -i is not optional.pfg2014-07-031-1/+1
* | | | | Fix sed(1) usage: the extension -i is not an optional.pfg2014-07-021-1/+1
* | | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
* | | | | Drop ifdef nonsense: just use setvbuf(3).pfg2014-06-211-9/+3
* | | | | Add -u (unbuffered output) after GNU sed.pfg2014-06-202-6/+19
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| |
* | | Mark multi_test as requiring /usr/share/dict/words.jmmv2014-03-191-0/+1
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.jmmv2014-03-16160-0/+5743
* | | Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'eadler2013-12-092-3/+4
| |/ |/|
* | sed: use getline() instead of fgetln().pfg2013-06-261-8/+11
|/
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-2/+2
* Reword '}' description to sound more clear.ache2011-10-291-1/+1
* Update '}' description to reflect reality (and POSIX)ache2011-10-281-1/+1
* sed: Try hard links to make -i target available continually.jilles2011-01-081-4/+21
* Make -r mean exactly the same thing as -E for increased compatibilityimp2010-03-312-3/+8
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-132-0/+8
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-112-8/+0
* IEEE Std 1003.1, 2004 Edition states:dds2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationdds2009-09-201-9/+12
* Allow [ to be used as a delimiter.dds2009-09-201-1/+1
* Bump the document date to reflect the recent address range enhancements.brian2009-05-251-1/+1
* Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.brian2009-05-254-18/+39
* Fix the code to conform to the "or more" part of the following POSIXdds2008-11-111-1/+1
* Add workaround for a back reference when no correspondinghrs2008-11-091-0/+8
* Correct a silly typo I introduced: withing -> within.yar2008-09-011-1/+1
OpenPOWER on IntegriCloud