File: TODO

package info (click to toggle)
sed 3.02-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,412 kB
  • ctags: 894
  • sloc: ansic: 7,765; sh: 482; sed: 359; makefile: 171
file content (22 lines) | stat: -rw-r--r-- 945 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Likely:
 {9} Construct more comprehensive test vectors.
 {8} Improve the documentation.
 {8} Add +N addressing (e.g., /foo/,+4d; /foo/+3,/bar/+2 s/foo/bar/).
 {8} Generalize ~ addressing (e.g., /foo/,~4d; /foo/+3,/bar/~2 s/foo/bar/).
 {7} Make lib/regex.c handle [[=x=]] and [[.x.]].  (Alternatively:
       make rx library perform reasonably.)
 {7} Look into improving regex performance.
 {6} Allow for NULs in command script files.

Maybe:
 {6} Add i18n support.  [Need others to do translations.]
 {6} Warn/error for \` and \' in impossible contexts.
       [Only if can cleanly patch regex.c without breaking other apps
        which really want the distinction between these and ^ and $;
		otherwise this becomes a {1}.]
 {5} Use tcov to construct more extensive test vectors.
 {5} Allow compilation with different regexp libraries.
 {4} Add -N addressing (e.g., /foo/-3,/bar/+2 s/foo/bar/).

Unlikely:
 {1} Add filters (Use perl instead.)