summaryrefslogtreecommitdiff
path: root/usr.bin/sed
AgeCommit message (Expand)Author
2025-07-15sed.1: Adjust examples to fit in one line + SPDXAlexander Ziaee
2024-12-23sed tests: Add a regression test for the c functionMark Johnston
2024-12-23sed: Fix handling of an empty pattern spaceMohamed Akram
2024-12-17sed: The change ("c") command should start a new cycle.Valeriy Ushakov
2024-11-06sed: fix commandline-given expression when -e is not usedMartin Cracauer
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-27Additions to targets/pseudo/host-toolsSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-06-04sed(1): Fix a typo in a source code commentGordon Bergling
2022-04-20sed(1): Fix a typo in the manual pageGordon Bergling
2021-04-08sed(1): Add a reference for a 4.4BSD manual documentGordon Bergling
2020-07-30sed: fix hex_subst test after after r363679Kyle Evans
2020-07-26sed: treat '[' as ordinary character in 'y' commandYuri Pankov
2020-07-13sed/multi_test: print comment for current test, not next oneYuri Pankov
2020-06-11Remove some more duplicate test cases I accidentally committedMateusz Piotrowski
2020-06-11Remove duplicate lines from sed testsMateusz Piotrowski
2020-06-10Read commands from stdin when -f - is passed to sed(1)Mateusz Piotrowski
2020-06-07sed: attempt to learn about hex escapes (e.g. \x27)Kyle Evans
2020-05-19Update SYNOPSIS section to be consistent regarding -u, -i, and -I.Benedict Reuschling
2019-12-10sed: process \r, \n, and \tKyle Evans
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2018-10-31usr.bin/sed/tests: fix one of the regression test cases by adding itsYuri Pankov
2018-08-29sed: Fix -i option behavior with 'q' command.Mark Johnston
2018-08-16Revert r337419.Pedro F. Giffuni
2018-08-07sed(1): partial fix for the case of the regex delimited with '['.Pedro F. Giffuni
2018-07-30sed: compile with the default WARNS level.Pedro F. Giffuni
2018-07-30sed: unsign some indexes to fix sign-compare warnings.Pedro F. Giffuni
2018-07-09sed(1): Suppress implicit-fallthrough.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-04-24Fix the last example to really replace all occurrences of the search stringBenedict Reuschling
2017-03-27Add some useful examples to the sed man page.Brad Davis
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-07Don't expect :inplace_symlink_src to fail anymore (post-r313277)Enji Cooper
2017-02-05Restore r312404:Xin LI
2017-01-20Add testcases for -i with hardlinks and symlinksEnji Cooper
2017-01-20Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD testEnji Cooper
2017-01-20Revert r312404 as we need to do an exp-run and fix existing ports thatXin LI
2017-01-19Use S_ISREG instead of manual & (also it's better to compare theXin LI
2016-11-04sed(1): add LEGACY_BSDSED_COMPAT compile-time flag.Pedro F. Giffuni
2016-08-02sed(1): Revert r303047 "cleanup" and therefore r303572.Pedro F. Giffuni