source: trunk/third/sed/README @ 17271

Revision 17271, 838 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17270, which included commits to RCS files with non-trunk default branches.
Line 
1This is version 3.02 of the GNU implementation of the POSIX
2stream editor `sed'.  (3.01 had a small but important bug
3in character-class parsing.  3.00 was a short-lived rx-based
4release that was yanked due to various problems.  2.05 is the
5most visible predecessor to 3.01.)  It fixes several bugs, has
6minor performance improvements, features a major re-organization
7of the code, and has many portability enhancements.
8
9See the file INSTALL for generic compilation and installation
10instructions.
11
12The file README.boot gives instructions for making a "bootstrap"
13version of sed on systems which lack any pre-existing and working
14version of sed.
15
16The file djgpp/README contains instructions for building sed
17on DOS based systems using the djgpp compiler and its associated
18tools.
19
20See the file BUGS for instructions about reporting bugs.
Note: See TracBrowser for help on using the repository browser.