Deleted Added
full compact
README (1057) README (3044)
1$Id$
2
1ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
2any regular expression package that conforms to the POSIX interface
3standard, such as GNU regex(3).
4
5If reliable signals are supported (e.g., POSIX sigaction(2)), it should
6compile with little trouble. Otherwise, the macros SPL1() and SPL0()
7should be redefined to disable interrupts.
8

--- 14 unchanged lines hidden ---
3ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
4any regular expression package that conforms to the POSIX interface
5standard, such as GNU regex(3).
6
7If reliable signals are supported (e.g., POSIX sigaction(2)), it should
8compile with little trouble. Otherwise, the macros SPL1() and SPL0()
9should be redefined to disable interrupts.
10

--- 14 unchanged lines hidden ---