]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/TODO
8516d227be6914186484af8fa6aae408d89916a5
[ncurses.git] / Ada95 / TODO
1 --  Intensive testing
2     Perhaps the delivery of the Beta will help a bit.
3
4 --  Documentation
5     Like most WEB pages: under continous construction
6
7 --  Style cleanup
8         
9 --  Alternate functions for procedures with out params
10     Comfort purpose
11
12 --  Sample program
13     Under continous construction (and it's not a WEB page!!!)
14
15 --  Make the binding objects a shared libray
16     They are rather large, so it would make sense, otherwise Ada95
17     would look too large, although the generated code is as compact
18     as C or C++. I'll wait a bit until the GNAT people provide some
19     better support to construct shared libraries.
20
21 --  Think about more inlining
22
23 --  Check for memory leaks.
24     Oh I would like it so much if the GNAT guys would put an optional
25     GC into their system.