summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* MFC r312521,r313397:ngie2017-07-192-0/+60
* MFC r316030, r317378: Add some useful examples to the sed man page.brd2017-05-231-1/+31
* MFC r312404, r312519, r313277:delphij2017-04-031-1/+1
* MFC r312520:ngie2017-02-101-0/+5
* MFC r308314:pfg2016-11-091-0/+3
* MFC r303367:ngie2016-10-211-1/+0
* MFC r302973:pfg2016-07-201-1/+1
* sed(1): Fix a mismatch and sync with the OpenBSD's commit.pfg2016-06-011-5/+6
* sed: convert sed to use REG_STARTEND more explicitly.pfg2016-05-251-16/+22
* sed.1: Correction for the case insensitive case.pfg2016-05-101-2/+2
* Revert r299279:pfg2016-05-101-1/+6
* Simplify redundant malloc'ing in sed -e.pfg2016-05-091-6/+1
* sed: rewrite the main loop.pfg2016-05-071-49/+43
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-042-160/+155
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-211-5/+5
* MFHgjb2016-04-061-2/+1
* MFHgjb2016-03-102-0/+22
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-092-0/+22
* | First pass to fix the 'tests' packages.gjb2016-02-022-0/+7
|/
* 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
OpenPOWER on IntegriCloud