From: Will Estes Date: Fri, 28 Jun 2002 16:18:23 +0000 (+0000) Subject: add two new items regarding coding; remove tests/ copyright notice X-Git-Tag: flex-2-5-10~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b2e79d0ac2d6a190cc7e7c8e93433aaddd5f39b;p=flex add two new items regarding coding; remove tests/ copyright notice item as it's done --- diff --git a/TODO b/TODO index 2b99293..e3b4a18 100644 --- a/TODO +++ b/TODO @@ -31,10 +31,6 @@ *** 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 @@ -45,9 +41,15 @@ ** 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.