X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2FAda95.html;fp=Ada95%2Fhtml%2Findex.html;h=89073216eec15d871ddd8986b910887dfb680cfe;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hp=333c1321c78b02893b04d3df13f9cca7cfc9d0f8;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce;p=ncurses.git diff --git a/Ada95/html/index.html b/doc/html/Ada95.html similarity index 95% rename from Ada95/html/index.html rename to doc/html/Ada95.html index 333c1321..89073216 100644 --- a/Ada95/html/index.html +++ b/doc/html/Ada95.html @@ -1,13 +1,16 @@ + Ada95 Binding for ncurses - +

Ada95 Binding for ncurses

-The ncurses Ada95 binding is © 1996-1999 by +The ncurses Ada95 binding is © 1996-2000 by Jürgen Pfeifer.

@@ -27,11 +30,10 @@ This binding comes AS IS with no warranty, implied or expressed.

  • This document describes Version 01.00 of the binding.
  • The functionality is modelled to be compatible with the ncurses package, a clone of the SVr4 curses model.
    -I did the development on an Intel box running -Linux 1.3.x, 2.0, 2.2 -ncurses-4.x and the +I did the development on an Intel box running the latest stable release of +Linux, ncurses and the most recent released GNU Ada Translator -gnat versions 3.10p to 3.11p. For any older versions of ncurses and gnat +gnat versions. For any older versions of ncurses and gnat it is not guaranteed to work.
  • You must have the m4 macroprocessor to build this package. If you don't have this program, you can get the FSF version @@ -39,7 +41,7 @@ If you don't have this program, you can get the FSF version
  • Ada programs are supposed to be readable. One of my favourite methods to make code readable is to use expressive names for the identifiers. You can find a list of a mapping -of the cryptic curses names to the Ada names in this table.
  • +of the cryptic curses names to the Ada names in this table.
  • This is not a typical one-2-one interface mapping. It is close to one-2-one on the functional level. Each (n)curses function has it's counterpart with a more or less similar formal parameter list @@ -80,7 +82,6 @@ forms subsystem.
  • The *_IO packages are currently output only.
  • -

    Hierarchy of packages