README revision 1.1
11.1Scgded is a POSIX-compliant line editor.  It should work with any regular
21.1Scgdexpression package that conforms to the POSIX interface standard, such as
31.1ScgdGNU regex(3).
41.1Scgd
51.1ScgdThe following compiler directives are recognized:
61.1ScgdGNU_REGEX	- use with GNU regex(3)
71.1ScgdDES		- use to add encryption support (requires crypt(3))
81.1ScgdNO_REALLOC_NULL	- use if realloc(3) does not accept a NULL pointer
91.1Scgd
101.1ScgdThe file `ed-1003.2' in the ./doc directory describes POSIX ed.  Extensions
111.1Scgdto the POSIX standard are described in the file `extensions.'
121.1Scgd
131.1ScgdThe ./test directory contains regression tests for ed. The README
141.1Scgdfile in that directory explains how to run these.
151.1Scgd
161.1ScgdFor a description of the ed algorithm, see Kernighan and Pike's book
171.1Scgd"Software Tools in Pascal," Addison-Wesley, 1981.
18