Just over a year after the release of GNU ed 1.15, GNU ed 1.16 was released.
In the new version:
- The replacement command no longer complains about an 'infinite replacement loop' with commands like 's/^/#/g'.
- The input line length limitation has been removed.
- It is documented that extended regular expression operators may be unavailable depending on the regular expression implementation in the system where ed is running.
- Some fixes and improvements to the documentation.
Source: linux.org.ru
