summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-07-10 14:02:28 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-07-10 14:02:28 +0000
commit082699a1cb79cc2347dccbb59afeb15f845f0f67 (patch)
tree32fc327b221c1a2adfc2d84ef7d51d5b96113209 /TODO
parent95fffceda51b0735338d0517f15a5e5f747ed11d (diff)
added items as per email from millaway
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index e3b4a18..30788da 100644
--- a/TODO
+++ b/TODO
@@ -39,9 +39,17 @@
** move as much skeleton code as possible out of gen.c and into
flex.skl
-** create a uniform memory management API
+* * Automatic management of the input buffer stack. (currently does
+ this for the start condition stack, but not for the input
+ buffer stack.)
-** pass reentrant state to the memory management functions for
+** memory management
+
+** * Complete the memory management api and documentation.
+
+*** create a uniform memory management API
+
+*** pass reentrant state to the memory management functions for
consistancy's sake %%
** figure out whether we want to add the capability to have
@@ -49,7 +57,6 @@
** yylineno is global, not per-buffer
-
* C++
** revisit the C++ API. We get requests to make it more complete.