aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Add testcases for -i with hardlinks and symlinksEnji Cooper2017-01-202-0/+62
* Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD testEnji Cooper2017-01-201-0/+5
* Revert r312404 as we need to do an exp-run and fix existing ports thatXin LI2017-01-201-1/+1
* Use S_ISREG instead of manual & (also it's better to compare theXin LI2017-01-191-1/+1
* sed(1): add LEGACY_BSDSED_COMPAT compile-time flag.Pedro F. Giffuni2016-11-041-0/+3
* sed(1): Revert r303047 "cleanup" and therefore r303572.Pedro F. Giffuni2016-08-027-177/+192
* Fix regression with /i caused by r303047Enji Cooper2016-07-311-1/+5
* Explicitly test for cu_fgets returning NULL or !NULLEnji Cooper2016-07-301-2/+2
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* Don't call basename() and dirname() in an unportable way.Ed Schouten2016-07-281-2/+8
* Testcase 7.8 no longer needs to be marked TODOEnji Cooper2016-07-271-1/+0
* sed(1): Appease older GCC.Pedro F. Giffuni2016-07-211-1/+2
* sed(1): Assorted cleanups and simplifications.Pedro F. Giffuni2016-07-197-193/+174
* sed(1): Fix off by one introduced in r299211.Pedro F. Giffuni2016-07-171-1/+1
* 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