home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / arexx / moos / readme < prev    next >
Text File  |  1997-03-25  |  2KB  |  112 lines

  1. Short:    MOOS, The ARexx library.
  2. Uploader: rocco@inmedia.it (Rocco Coluccelli)
  3. Author:   rocco@inmedia.it (Rocco Coluccelli)
  4. Type:     util/rexx
  5.  
  6. TITLE
  7.  
  8.     MOOS - Modular OOSystem
  9.  
  10. VERSION
  11.  
  12.     $VER: MOOS 1.05 (24.03.97)
  13.  
  14. AUTHOR
  15.  
  16.     Rocco Coluccelli
  17.  
  18.     E-Mail: rocco@inmedia.it
  19.             moos@freenet.hut.fi
  20.  
  21. DESCRIPTION
  22.  
  23.     For each sub-library are listed only the functions changed since
  24.     last version of the MOOS package.
  25.     Read the history section to find more details.
  26.  
  27.         rexxMOOS.library
  28.            \
  29.             +- rexx_asl.library
  30.             |      \
  31.             |       :
  32.             :
  33.             +- rexx_dos.library
  34.             |      \
  35.             |       +-- GetVar()
  36.             |       +-- IsInteractive()
  37.             |       +-- ReadBlock()
  38.             |       +-- WaitForChar()
  39.             |       +-- WriteBlock()
  40.             |       :
  41.             :
  42.             +- rexx_exec.library
  43.             |      \
  44.             |       :
  45.             :
  46.             +- rexx_icon.library
  47.             |      \
  48.             |       +-- BumpRevision()
  49.             |       +-- DeleteDiskObj()
  50.             |       +-- GetDiskObj()
  51.             |       +-- PutDiskObj()
  52.             |       |-- SetDiskObj()
  53.             :
  54.             +- rexx_intuition.library
  55.             |      \
  56.             |       :
  57.             :
  58.             +- rexx_math.library
  59.             |      \
  60.             |       +-- rnd()
  61.             |       :
  62.             :
  63.             +- rexx_misc.library
  64.             |      \
  65.             |       +-- GetMouse()
  66.             |       +-- ReadClip()
  67.             |       +-- WriteClip()
  68.             |       :
  69.             :
  70.             +- rexx_reqtools.library
  71.             |      \
  72.             |       :
  73.             :
  74.             +- rexx_stem.library
  75.             |      \
  76.             |       :
  77.             :
  78.  
  79. SPECIAL REQUIREMENTS
  80.  
  81.     AmigaOS version 37 or above.
  82.     ARexx System installed.
  83.  
  84. DISTRIBUTABILITY
  85.  
  86.     Freely distributable, Copyright by the author (Freeware).
  87.  
  88. COPYRIGHTS
  89.  
  90.     ARexx
  91.     Copyright 1987, William S. Hawes
  92.  
  93.     MOOS
  94.     Copyright (C) 1994-1997, Rocco Coluccelli
  95.  
  96. SIGNATURE
  97.  
  98.      __
  99.      |(
  100.     e
  101.             rocco@inmedia.it
  102.             moos@freenet.hut.fi
  103.  
  104.         Rocco Coluccelli - MOOS Development
  105.         Student of Computer Science Engineering.
  106.         Member of Amiga Group Italia, Bologna.
  107.         ARexx programmer.
  108.  
  109.     Amiga Group Italia - http://www.inmedia.it/Amiga/
  110.  
  111.  
  112.