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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : generic package Sort_Utilities
  4. -- Version      : 1.2 (SUEC076)
  5. -- Author       : Geoffrey O. Mendal
  6. --              : Stanford University
  7. --              : Computer Systems Laboratory
  8. --              : Stanford, CA  94305
  9. --              : (415) 723-1414 or 723-1175
  10. -- DDN Address  : Mendal@SIERRA.STANFORD.EDU
  11. -- Copyright    : (c) 1985, 1986 Geoffrey O. Mendal
  12. -- Date created : Mon 11 Nov 85
  13. -- Release date : Sun 25 Dec 85
  14. -- Last update  : MENDAL Sun 07 Dec 86
  15. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  16. --                                  VAX 11/780, DEC ACS
  17. --                                  RATIONAL R1000
  18. --                                  SEQUENT B21000, VERDIX VADS
  19. --                                  SUN/3, VERDIX VADS
  20. -- Dependent Units : package SYSTEM
  21. --                                                           -*
  22. ---------------------------------------------------------------
  23. --                                                           -*
  24. -- Keywords     :  SORT
  25. ----------------:  SORT UTILITIES
  26. --
  27. -- Abstract     :  This generic package contains several
  28. ----------------:  array sorting routines.
  29. --                                                           -*
  30. ------------------ Revision history ---------------------------
  31. --                                                           -*
  32. -- DATE         VERSION              AUTHOR     HISTORY
  33. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  34. -- 04/11/86     1.1 (FRPR116)     Mendal     ANNA formal comments
  35. -- 12/06/86     1.2 (SUEC076)     Mendal     more ANNA annotations
  36. --                                                           -*
  37. ------------------ Distribution and Copyright -----------------
  38. --                                                           -*
  39. -- This prologue must be included in all copies of this software.
  40. --
  41. -- This software is copyright by the author.
  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.