FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / TODO
blob0ab33f1cef963420069cd0931925d220150c878e
1 * sourceforge migration
3 ** Move CVS to sourceforge (estes) %%
5 ** test the mailing lists (estes) %%
7 ** inform GNU folks about changeover (estes) %%
9 * resolve the items in the to.do directory
11 ** expand the above into individual requests and handle those requests
13 ** transfer to.do/Wishlist contents to top level TODO file
15 * the manual:
17 ** do an end-to-end proofread of the manual (this is under way, but is
18    going slowly)
20 ** pretty up the dvi output; overflows, etc.
22 ** faq
24 *** clean up the faqs section. The information is good; the texinfo
25    could use some touching up.
27 *** index the faq entries
29 *** mention that it's possible to use a variable to scan matching
30     brackets, nested comments etc.
32 *** include something about lexing/parsing fortran
34 ** create a section on flex design, features, etc.
36 * address lex-replacement: document or provide an option through
37    configure for creating lex and libl.a files (but remember this has
38    posix implications)
40 * getext
42 ** make sure all flex modules use gettext translation facilities
44 *subdirectories
46 ** in examples/manual, integrate the Makefile.examples into the
47     Makefile.am
49 * test suite
51 ** integrate the test suite into automake's framework (note that the
52    test suite can be run from the top level directory with "make
53    check". Still, we want to get it completely under automake's control.)
55 ** make test suite more complete
57 * generic coding
59 ** move as much skeleton code as possible out of gen.c and into
60   flex.skl
62 ** figure out whether we want to add the capability to have
63   auto-generated backout rules
65 ** token-type and token buffer support
67 ** check if we still need to #undef macros at the end of a header
69 ** merge yylineno into support for location tracking
71 ** bug where yylineno is not decremented on REJECT
73 ** bug where yylineno is counted in trailing context
75 * C++
77 ** have a separate skeleton for c++
79 ** c++ is getting so broken and different from C, that we need to
80    reevaluate the usefuleness of c++ in flex
82 ** revisit the C++ API. We get requests to make it more complete.
84 * distribution
86 ** use bootstrapper
88 ** remove texinfo.tex from the cvs tree; it only needs to be present
89    on the system where the flex release is put together
91 ** use clcommit to manage ChangeLog
93 Legend:
95 *, **, ***: outline depth
96 %% at end of item: must be adressed before next major release
98 Local Variables:
99 Mode: text
100 mode: outline-minor
101 End: