freebsd-dev/usr.bin/sed
Pedro F. Giffuni 5102499601 sed(1): partial fix for the case of the regex delimited with '['.
We don't generally support the weird case of regular expresions delimited
by an opening square bracket ('[') but POSIX says that inside
bracket expressions, escaping is not possible and both '[' and '\'
represent themselves.

PR:		230198 (exp-run)
Obtained from:	OpenBSD
2018-08-07 14:47:39 +00:00
..
tests Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
compile.c sed(1): partial fix for the case of the regex delimited with '['. 2018-08-07 14:47:39 +00:00
defs.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
extern.h sed: unsign some indexes to fix sign-compare warnings. 2018-07-30 18:29:46 +00:00
main.c sed(1): Suppress implicit-fallthrough. 2018-07-09 20:27:31 +00:00
Makefile sed: compile with the default WARNS level. 2018-07-30 19:41:54 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
misc.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
POSIX
process.c sed: unsign some indexes to fix sign-compare warnings. 2018-07-30 18:29:46 +00:00
sed.1 Fix the last example to really replace all occurrences of the search string 2017-04-24 16:52:26 +00:00