• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-------------------------------------------------------------------------------
2-- Copyright 2020,2021 Thomas E. Dickey                                      --
3-- Copyright 1998-1999,2006 Free Software Foundation, Inc.                   --
4--                                                                           --
5-- Permission is hereby granted, free of charge, to any person obtaining a   --
6-- copy of this software and associated documentation files (the             --
7-- "Software"), to deal in the Software without restriction, including       --
8-- without limitation the rights to use, copy, modify, merge, publish,       --
9-- distribute, distribute with modifications, sublicense, and/or sell copies --
10-- of the Software, and to permit persons to whom the Software is furnished  --
11-- to do so, subject to the following conditions:                            --
12--                                                                           --
13-- The above copyright notice and this permission notice shall be included   --
14-- in all copies or substantial portions of the Software.                    --
15--                                                                           --
16-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
17-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
18-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
19-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
20-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
21-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
22-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
23--                                                                           --
24-- Except as contained in this notice, the name(s) of the above copyright    --
25-- holders shall not be used in advertising or otherwise to promote the      --
26-- sale, use or other dealings in this Software without prior written        --
27-- authorization.                                                            --
28-------------------------------------------------------------------------------
29-- $Id: TODO,v 1.8 2021/09/01 23:22:33 tom Exp $
30-------------------------------------------------------------------------------
31
32--  Intensive testing
33    Perhaps the delivery of the Beta will help a bit.
34
35--  Documentation
36    Like most WEB pages: under continuous construction
37
38--  Style cleanup
39
40--  Alternate functions for procedures with out params
41    Comfort purpose
42
43--  Sample program
44    Under continuous construction (and it is not a WEB page!!!)
45
46--  Make the binding objects a shared library
47    They are rather large, so it would make sense, otherwise Ada95
48    would look too large, although the generated code is as compact
49    as C or C++. I'll wait a bit until the GNAT people provide some
50    better support to construct shared libraries.
51
52--  Think about more inlining
53
54--  Check for memory leaks.
55    Oh I would like it so much if the GNAT guys would put an optional
56    GC into their system.
57