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