summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-08 15:00:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-08 15:00:32 +0000
commitecb0199d4ff4226135c365eb8dd92c2217a6411e (patch)
tree935b4e985e0b35eb7d9c972e845e1a0b8d71046f
parentcb789ed9bfb33e531a1450956a63981f1e31cc41 (diff)
add several notes about tasks which need doing; create a new
top-level entry for generic coding concerns (this is distinct from specific API or other such issues)
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index 0d55f22..b450841 100644
--- a/TODO
+++ b/TODO
@@ -45,6 +45,8 @@ probably satisfy the need for a man page
*** in examples/manual, integrate the Makefile.examples into the
Makefile.am
+** upgrade to recent versions of automake and autoconf
+
* test suite
** Rewrite tests/Makefile.in and friends so that users do not need to
@@ -62,14 +64,19 @@ probably satisfy the need for a man page
** make sure that tests/ winds up in the distribution
-* move as much skeleton code as possible out of gen.c and into
+* generic coding issues
+
+** move as much skeleton code as possible out of gen.c and into
flex.skl
-* create a uniform memory management API
+** create a uniform memory management API
-* figure out whether we want to add the capability to have
+** figure out whether we want to add the capability to have
auto-generated backout rules
+** resolve the unistd.h inclusion issues; this should be done in
+harmony with autoconf methods
+
* C++
** revisit the C++ API. We get requests to make it more complete.