aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-153-3/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-8/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2711-28/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1615-15/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Additions to targets/pseudo/host-toolsSimon J. Gerraty2023-04-272-0/+17
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* sed(1): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* sed(1): Fix a typo in the manual pageGordon Bergling2022-04-201-1/+1
* sed(1): Add a reference for a 4.4BSD manual documentGordon Bergling2021-04-081-1/+10
* sed: fix hex_subst test after after r363679Kyle Evans2020-07-301-5/+3
* sed: treat '[' as ordinary character in 'y' commandYuri Pankov2020-07-262-4/+29
* sed/multi_test: print comment for current test, not next oneYuri Pankov2020-07-131-2/+3
* Remove some more duplicate test cases I accidentally committedMateusz Piotrowski2020-06-111-36/+0
* Remove duplicate lines from sed testsMateusz Piotrowski2020-06-111-2/+0
* Read commands from stdin when -f - is passed to sed(1)Mateusz Piotrowski2020-06-103-6/+79
* sed: attempt to learn about hex escapes (e.g. \x27)Kyle Evans2020-06-072-2/+103
* Update SYNOPSIS section to be consistent regarding -u, -i, and -I.Benedict Reuschling2020-05-191-3/+6
* sed: process \r, \n, and \tKyle Evans2019-12-103-8/+69
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
* 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