home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / todo < prev   
Text File  |  1998-05-31  |  945b  |  23 lines

  1. Likely:
  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.  
  11. Maybe:
  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.  
  21. Unlikely:
  22.  {1} Add filters (Use perl instead.)
  23.