]> granicus.if.org Git - flex/commitdiff
add two new items regarding coding; remove tests/ copyright notice
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 28 Jun 2002 16:18:23 +0000 (16:18 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 28 Jun 2002 16:18:23 +0000 (16:18 +0000)
item as it's done

TODO

diff --git a/TODO b/TODO
index 2b99293c5582208a9049fbba448cdfd757cd7321..e3b4a18296cf92ea0386e69bd4c838b68e6f626c 100644 (file)
--- a/TODO
+++ b/TODO
 
 *** add a test for the --posix option %%
 
-** explicitly describe the copyright state of the entries in
-   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
 
 ** pay attention to the POSIXLY_CORRECT variable (this is from the GNU
 
 ** 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
   auto-generated backout rules
 
+** yylineno is global, not per-buffer
+
+
 * C++
 
 ** revisit the C++ API. We get requests to make it more complete.