]> granicus.if.org Git - flex/commitdiff
added items as per email from millaway
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 10 Jul 2002 14:02:28 +0000 (14:02 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 10 Jul 2002 14:02:28 +0000 (14:02 +0000)
TODO

diff --git a/TODO b/TODO
index e3b4a18296cf92ea0386e69bd4c838b68e6f626c..30788da26e6853db0d80c11269e8de7bb350016e 100644 (file)
--- a/TODO
+++ b/TODO
 ** 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.