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

  1.  
  2.  
  3. -------- SIMTEL20 Ada Software Repository Prologue ------------
  4. --                                                           -*
  5. -- Unit name    : generic package Search_Utilities
  6. -- Version      : 1.0 (MOOV115)
  7. -- Author       : Geoffrey O. Mendal
  8. --              : Stanford University
  9. --              : Computer Systems Laboratory
  10. --              : Stanford, CA  94305
  11. --              : (415) 497-1414 or 497-1175
  12. -- DDN Address  : Mendal@SU-SIERRA.ARPA
  13. -- Copyright    : (c) 1985 Geoffrey O. Mendal
  14. -- Date created : Mon 11 Nov 85
  15. -- Release date : Sun 25 Dec 85
  16. -- Last update  : MENDAL Sun 25 Dec 85
  17. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  18. --                                  VAX 11/780, DEC ACS
  19. --                                  RATIONAL R1000
  20. -- Dependent Units : package SYSTEM
  21. --                                                           -*
  22. ---------------------------------------------------------------
  23. --                                                           -*
  24. -- Keywords     :  SEARCH
  25. ----------------:  SEARCH UTILITIES
  26. --
  27. -- Abstract     :  This generic package contains binary and
  28. ----------------:  sequential searching routines for arrays.
  29. ----------------:  A full paper describing this unit's
  30. ----------------:  capabilities is available by contacting the
  31. ----------------:  author at the above address.
  32. --                                                           -*
  33. ------------------ Revision history ---------------------------
  34. --                                                           -*
  35. -- DATE         VERSION              AUTHOR     HISTORY
  36. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  37. --                                                           -*
  38. ------------------ Distribution and Copyright -----------------
  39. --                                                           -*
  40. -- This prologue must be included in all copies of this software.
  41. --
  42. -- This software is copyright by the author.
  43. --
  44. -- This software is released to the Ada community.
  45. -- This software is released to the Public Domain (note:
  46. --   software released to the Public Domain is not subject
  47. --   to copyright protection).
  48. -- Restrictions on use or distribution:  NONE
  49. --                                                           -*
  50. ------------------ Disclaimer ---------------------------------
  51. --                                                           -*
  52. -- This software and its documentation are provided "AS IS" and
  53. -- without any expressed or implied warranties whatsoever.
  54. -- No warranties as to performance, merchantability, or fitness
  55. -- for a particular purpose exist.
  56. --
  57. -- Because of the diversity of conditions and hardware under
  58. -- which this software may be used, no warranty of fitness for
  59. -- a particular purpose is offered.  The user is advised to
  60. -- test the software thoroughly before relying on it.  The user
  61. -- must assume the entire risk and liability of using this
  62. -- software.
  63. --
  64. -- In no event shall any person or organization of people be
  65. -- held responsible for any direct, indirect, consequential
  66. -- or inconsequential damages or lost profits.
  67. --                                                           -*
  68. -------------------END-PROLOGUE--------------------------------
  69. -------
  70.