summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-06-19 13:26:43 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-06-19 13:26:43 +0000
commit5916310e885f01716646b84bd6eecdb9a7d502ae (patch)
tree9bef35b96f2dfc5792ee4b261a0bfc465029b435 /TODO
parentd9b7016720d0406396beeac6d957c15b72651132 (diff)
address typos in NEWS; add --posix option for ERE parsing the way posix wants it; update the TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO b/TODO
index 878f93f..55d8ebe 100644
--- a/TODO
+++ b/TODO
@@ -5,24 +5,24 @@
* the manual:
** integrate the items in the faqs/ directory into the manual or code
- or similar
+ or similar (millaway is working on this; much of the FAQS directory
+ is old or uninformative)
*** create a section on flex design, features, etc.
-* repackage the distribution
+* address lex-replacement: document or provide an option through
+ configure for creating lex and libl.a files (but remember this has
+ posix implications)
-** address lex-replacement: document or provide an option through
- configure for creating lex and libl.a files
-
-*** decide what to do about abc{1,3} being broken in the posix standard
+* getext
** update gettext support from gettext-0.11 to gettext-0.11.2
** make sure all flex modules use gettext translation facilities
-** subdirectories
+*subdirectories
-*** in examples/manual, integrate the Makefile.examples into the
+** in examples/manual, integrate the Makefile.examples into the
Makefile.am
* test suite
@@ -33,7 +33,7 @@
tests/. millaway has assigned the rights to the test suite to me
and so the test suite will be under the flex license.
-* generic coding issues
+* generic coding
** move as much skeleton code as possible out of gen.c and into
flex.skl