home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / sdepdec.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.1 KB  |  68 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : SYSDEP2
  5. -- Version      : 1.0
  6. -- Author       : Stewart French
  7. --              : Texas Instruments
  8. --              : PO Box 801, MS 8007
  9. --              : McKinney, TX  75069
  10. -- DDN Address  : FRENCH%TI-EG at CSNET-RELAY
  11. -- Copyright    : None
  12. -- Date created :  10 Apr 85
  13. -- Release date :  10 Apr 85
  14. -- Last update  :  10 Apr 85
  15. -- Machine/System Compiled/Run on : DG MV 10000, ROLM ADE
  16. --                    DEC VAX 11/785, DEC Ada
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     :  SYSTEM
  21. ----------------:  SYSTEM-DEPENDENCIES
  22. --
  23. -- Abstract     :  SYSDEP2 - System Dependency Package 2
  24. ----------------:  
  25. --    SYSDEP2 provides a "standard" mechanism for character-at-a-time
  26. -- I/O under Ada.  The I/O is without echo or special interpretation
  27. -- (such as abort code trapping) on input.
  28. --
  29. --    This SYSDEP2 submission is implemented for the Data General
  30. -- MV 10000 running the ROLM ADE and for the DEC VAX 11/785 running
  31. -- DEC Ada.
  32. ----------------:  
  33. --                                                           -*
  34. ------------------ Revision history ---------------------------
  35. --                                                           -*
  36. -- DATE         VERSION    AUTHOR                  HISTORY
  37. -- 4/10/85      1.0    Stewart French        Initial Release
  38. --                                                           -*
  39. ------------------ Distribution and Copyright -----------------
  40. --                                                           -*
  41. -- This prologue must be included in all copies of this software.
  42. --
  43. -- This software is released to the Ada community.
  44. -- This software is released to the Public Domain (note:
  45. --   software released to the Public Domain is not subject
  46. --   to copyright protection).
  47. -- Restrictions on use or distribution:  NONE
  48. --                                                           -*
  49. ------------------ Disclaimer ---------------------------------
  50. --                                                           -*
  51. -- This software and its documentation are provided "AS IS" and
  52. -- without any expressed or implied warranties whatsoever.
  53. -- No warranties as to performance, merchantability, or fitness
  54. -- for a particular purpose exist.
  55. --
  56. -- Because of the diversity of conditions and hardware under
  57. -- which this software may be used, no warranty of fitness for
  58. -- a particular purpose is offered.  The user is advised to
  59. -- test the software thoroughly before relying on it.  The user
  60. -- must assume the entire risk and liability of using this
  61. -- software.
  62. --
  63. -- In no event shall any person or organization of people be
  64. -- held responsible for any direct, indirect, consequential
  65. -- or inconsequential damages or lost profits.
  66. --                                                           -*
  67. -------------------END-PROLOGUE--------------------------------
  68.