aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* usr.bin/sed/tests: fix one of the regression test cases by adding itsYuri Pankov2018-10-311-0/+1
* sed: Fix -i option behavior with 'q' command.Mark Johnston2018-08-294-6/+31
* Revert r337419.Pedro F. Giffuni2018-08-161-3/+3
* sed(1): partial fix for the case of the regex delimited with '['.Pedro F. Giffuni2018-08-071-3/+3
* sed: compile with the default WARNS level.Pedro F. Giffuni2018-07-301-2/+0
* sed: unsign some indexes to fix sign-compare warnings.Pedro F. Giffuni2018-07-302-9/+9
* sed(1): Suppress implicit-fallthrough.Pedro F. Giffuni2018-07-091-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Fix the last example to really replace all occurrences of the search stringBenedict Reuschling2017-04-241-1/+1
* Add some useful examples to the sed man page.Brad Davis2017-03-271-1/+31
* Renumber copyright clause 4Warner Losh2017-02-288-8/+8
* Don't expect :inplace_symlink_src to fail anymore (post-r313277)Enji Cooper2017-02-071-2/+0
* Restore r312404:Xin LI2017-02-051-1/+1
* 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
| |\ \