summaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* sed(1): Fix a mismatch and sync with the OpenBSD's commit.Pedro F. Giffuni2016-06-011-5/+6
* sed: convert sed to use REG_STARTEND more explicitly.Pedro F. Giffuni2016-05-251-16/+22
* sed.1: Correction for the case insensitive case.Pedro F. Giffuni2016-05-101-2/+2
* Revert r299279:Pedro F. Giffuni2016-05-101-1/+6
* Simplify redundant malloc'ing in sed -e.Pedro F. Giffuni2016-05-091-6/+1
* sed: rewrite the main loop.Pedro F. Giffuni2016-05-071-49/+43
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-042-160/+155
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-211-5/+5
* MFHGlen Barber2016-04-061-2/+1
|\
| * Fix sed functions 'i' and 'a' from discarding leading white space.Pedro F. Giffuni2016-04-061-2/+1
* | MFHGlen Barber2016-03-102-0/+22
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-092-0/+22
* | First pass to fix the 'tests' packages.Glen Barber2016-02-022-0/+7
|/
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-275-10/+19
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-194-26/+87
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-9/+16
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-28162-3/+5748
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-8/+11
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | sed: fix pasto from previous r277802.Pedro F. Giffuni2015-01-271-2/+2
* | | | | | | Fix resource leak and dereference after NULL.Pedro F. Giffuni2015-01-272-1/+3
* | | | | | | Replace __inline GNUism with the standard inline.Pedro F. Giffuni2015-01-131-2/+2
* | | | | | | Add a regression test for PR 192108.Jeremie Le Hen2015-01-102-1/+5
* | | | | | | Partial revert of r276832:Pedro F. Giffuni2015-01-081-0/+2
* | | | | | | sed: Address warnings with clang and gcc48.Pedro F. Giffuni2015-01-083-7/+5
* | | | | | | sed: Bounds check the file path used in the 'w' command.Pedro F. Giffuni2014-12-161-1/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | sed(1): Don't force a newline on last line, if input stream doesn't have oneJean-Sébastien Pédron2014-08-084-8/+61
* | | | | | Fix relative numerical addressing (addr,+N).Jeremie Le Hen2014-07-301-18/+26
| |_|_|_|/ |/| | | |
* | | | | More sed(1) usage fixing: the extension -i is not optional.Pedro F. Giffuni2014-07-031-1/+1
* | | | | Fix sed(1) usage: the extension -i is not an optional.Pedro F. Giffuni2014-07-021-1/+1
* | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
* | | | | Drop ifdef nonsense: just use setvbuf(3).Pedro F. Giffuni2014-06-211-9/+3
* | | | | Add -u (unbuffered output) after GNU sed.Pedro F. Giffuni2014-06-202-6/+19
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Mark multi_test as requiring /usr/share/dict/words.Julio Merino2014-03-191-0/+1
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16160-0/+5743
* | | Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'Eitan Adler2013-12-092-3/+4
| |/ |/|
* | sed: use getline() instead of fgetln().Pedro F. Giffuni2013-06-261-8/+11
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Reword '}' description to sound more clear.Andrey A. Chernov2011-10-291-1/+1
* Update '}' description to reflect reality (and POSIX)Andrey A. Chernov2011-10-281-1/+1