source: trunk/third/sed/TODO @ 17271

Revision 17271, 945 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 
1Likely:
2 {9} Construct more comprehensive test vectors.
3 {8} Improve the documentation.
4 {8} Add +N addressing (e.g., /foo/,+4d; /foo/+3,/bar/+2 s/foo/bar/).
5 {8} Generalize ~ addressing (e.g., /foo/,~4d; /foo/+3,/bar/~2 s/foo/bar/).
6 {7} Make lib/regex.c handle [[=x=]] and [[.x.]].  (Alternatively:
7       make rx library perform reasonably.)
8 {7} Look into improving regex performance.
9 {6} Allow for NULs in command script files.
10
11Maybe:
12 {6} Add i18n support.  [Need others to do translations.]
13 {6} Warn/error for \` and \' in impossible contexts.
14       [Only if can cleanly patch regex.c without breaking other apps
15        which really want the distinction between these and ^ and $;
16                otherwise this becomes a {1}.]
17 {5} Use tcov to construct more extensive test vectors.
18 {5} Allow compilation with different regexp libraries.
19 {4} Add -N addressing (e.g., /foo/-3,/bar/+2 s/foo/bar/).
20
21Unlikely:
22 {1} Add filters (Use perl instead.)
Note: See TracBrowser for help on using the repository browser.