freebsd-dev/bin/ed
1996-12-14 06:08:03 +00:00
..
test add forgotten $Id$ 1996-09-22 21:56:57 +00:00
buf.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
cbc.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
ed.1 delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
ed.h Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined 1994-11-03 21:46:55 +00:00
glbl.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
io.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
main.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
Makefile Wrong library was picked by ed 1995-10-22 20:14:13 +00:00
POSIX Added $Id$ 1994-09-24 02:59:15 +00:00
re.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
README Added $Id$ 1994-09-24 02:59:15 +00:00
sub.c -Wall cleaning. 1996-12-14 06:08:03 +00:00
undo.c -Wall cleaning. 1996-12-14 06:08:03 +00:00

$Id$

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:
DES		- to add encryption support (requires crypt(3))
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.