summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:08:35 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1998-12-02 01:08:35 +0000
commit79e6156895a557d5114e1fe473e9b27a4dd5bac6 (patch)
tree1b2bfdd240e20cdd23e1cf593092a7644dd79f9b /TODO
parent1c29b0bffb85fea9fcd985240c857c3b791a9f70 (diff)
downloadgrep-79e6156895a557d5114e1fe473e9b27a4dd5bac6.tar.gz
updated TOD and Makefile.am
protect [] when declaring [A-z] from m4. get rid of obsolete default matcher. * src/grep.c : Typo s/infalid/invalid/ Also noted by Stanislav Brabec. * doc/grep.texi: I found and corrected several typos. I believe the GNU standards require the section that describes the options to the programs to be called ``Invoking'' or ``Invoking <program-name>''. This is so users and programs can easily find that node in any Info file. So I changed the name of the `Options' chapter to `Invoking', and corrected the cross-references accordingly. I added some markup to things like file names and options. I added some additional index entries where that seemed useful. I also corrected some index entries, such as "@cindex [:alnum:]", which used a colon in them (the colons confuse Info readers). * grep/doc/grep.texi : -h is not use for help. Nit spotted by Jim Meyering. * grep-2.2d release for beta.
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 14 insertions, 8 deletions
diff --git a/TODO b/TODO
index ead4e1da..49e65c8e 100644
--- a/TODO
+++ b/TODO
@@ -17,14 +17,17 @@ for accessing this information!
##
Provide some sort of Hilight ... hmm Not.
-Have different binaries for fgrep, egrep and grep.
-It needs a complete rewrite of the main and how the matcher
-is call; it should not depend on the name of the program.
+DONE:
+ Have different binaries for fgrep, egrep and grep.
+ It needs a complete rewrite of the main and how the matcher
+ is call; it should not depend on the name of the program.
-Port to Win NT/95 see Delorie or cygnus win32 project
+DONE:
+ Port to Win NT/95 see Delorie or cygnus win32 project
-Merge all the modifs that are scattering around in the
-various Linux distribution.
+DONE:
+ Merge all the modifs that are scattering around in the
+ various Linux distribution.
Some test in tests/spencer2.tests should have failed !!!
Need to filter out some bugs in dfa.[ch]/regex.[ch].
@@ -35,7 +38,9 @@ Grep does 32 bits arithmetic, it needs to move to 64.
Clean up, to many #ifdef's !!
-Merge the work done By Paul Eggert(--text, -directory=ACTION, large files).
+DONE:
+ Merge the work done By Paul Eggert
+ (--text, -directory=ACTION, large files).
Check some new Algorithms for matching, talk to Karl Berry and Nelson.
Sunday's "Quick Search" Algorithm (CACM 33, 8 August 1990 pp. 132-142)
@@ -51,6 +56,7 @@ POSIX Compliance see p10003.x
Moving away from GNU regex API for POSIX regex API.
-Finish I18N.
+DONE(well never really finish):
+ Finish I18N.
Better and faster !!