summaryrefslogtreecommitdiffstats
path: root/ncurses-5.3/Ada95/TODO
blob: ece4d96eb7e2d9d51f63f2dd35987b5be581115a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-- $Id$

--  Intensive testing
    Perhaps the delivery of the Beta will help a bit.

--  Documentation
    Like most WEB pages: under continuous construction

--  Style cleanup
    	
--  Alternate functions for procedures with out params
    Comfort purpose

--  Sample program
    Under continuous construction (and it's not a WEB page!!!)

--  Make the binding objects a shared library
    They are rather large, so it would make sense, otherwise Ada95
    would look too large, although the generated code is as compact
    as C or C++. I'll wait a bit until the GNAT people provide some
    better support to construct shared libraries.

--  Think about more inlining

--  Check for memory leaks.
    Oh I would like it so much if the GNAT guys would put an optional
    GC into their system.