freebsd-src/bin/ed
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00
..
test Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
buf.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
ed.1 ed(1): Add two references in the SEE ALSO section 2021-04-09 09:43:49 +02:00
ed.h Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:23 -06:00
glbl.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
io.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
main.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
POSIX
re.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
README
sub.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
undo.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00

$FreeBSD$

ed is an 8-bit-clean, POSIX-compliant line editor.  It should work with
any regular expression package that conforms to the POSIX interface
standard, such as GNU regex(3).

If reliable signals are supported (e.g., POSIX sigaction(2)), it should
compile with little trouble.  Otherwise, the macros SPL1() and SPL0()
should be redefined to disable interrupts.

The following compiler directives are recognized:
NO_REALLOC_NULL	- if realloc(3) does not accept a NULL pointer
BACKWARDS	- for backwards compatibility
NEED_INSQUE	- if insque(3) is missing

The file `POSIX' describes extensions to and deviations from the POSIX
standard.

The ./test directory contains regression tests for ed. The README
file in that directory explains how to run these.

For a description of the ed algorithm, see Kernighan and Plauger's book
"Software Tools in Pascal," Addison-Wesley, 1981.