home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sa104os2.zip / SATHR104.ZIP / SATHER / LIBRARY / BASE.PRM < prev    next >
Text File  |  1995-01-28  |  2KB  |  46 lines

  1. -- Copyright (C) International Computer Science Institute, 1994.  COPYRIGHT  --
  2. -- NOTICE: This code is provided "AS IS" WITHOUT ANY WARRANTY and is subject --
  3. -- to the terms of the SATHER LIBRARY GENERAL PUBLIC LICENSE contained in    --
  4. -- the file "Doc/License" of the Sather distribution.  The license is also   --
  5. -- available from ICSI, 1947 Center St., Suite 600, Berkeley CA 94704, USA.  --
  6. --------> Please email comments to "sather-bugs@icsi.berkeley.edu". <----------
  7.  
  8. -- This is a list of library files that can automatically
  9. -- be loaded by a reference in users' SATHER_COMMANDS env variable
  10.  
  11.     abstract.sa -has abstract.sa $IS_EQ $IS_LT $HASH $NIL $REHASH $STR
  12.     aref.sa -has aref.sa AREF TEST_AREF
  13.     array.sa -has array.sa ARRAY TEST_ARRAY
  14.     array2.sa -has array2.sa ARRAY2 TEST_ARRAY2
  15.     aval.sa -has aval.sa AVAL
  16.     bool.sa -has bool.sa BOOL TEST_BOOL
  17.     char.sa -has char.sa CHAR TEST_CHAR
  18.     cpx.sa -has cpx.sa CPX
  19.     err.sa -has err.sa ERR C_ERR
  20.     file.sa -has file.sa FILE BFILE C_FILE
  21.     flist.sa -has flist.sa FLIST
  22.     flt.sa -has flt.sa FLT C_FLT
  23.     flt_othr.sa -has flt_othr.sa FLTX FLTDX FLTI
  24.     fltd.sa -has fltd.sa FLTD C_FLTD TEST_FLTD
  25.     fmap.sa -has fmap.sa FMAP
  26.     fqset.sa -has fqset.sa FQSET
  27.     fset.sa -has fset.sa FSET
  28.     fstr.sa -has fstr.sa FSTR TEST_FSTR
  29.     glob.sa -has glob.sa GLOB
  30.     in.sa -has in.sa IN C_IN
  31.     int.sa -has int.sa INT TEST_INT
  32.     inti.sa -has inti.sa INTI
  33.     mat.sa -has mat.sa MAT TEST_MAT
  34.     misc.sa -has misc.sa $OB EXT_OB
  35.     next.sa -has next.sa $NEXT NEXT
  36.     out.sa -has out.sa OUT C_OUT
  37.     rat.sa -has rat.sa RAT
  38.     rnd.sa -has rnd.sa RND $RANDOM_GEN MS_RANDOM_GEN TEST_RND
  39.     str.sa -has str.sa STR C_STR
  40.     str_curs.sa -has str_curs.sa STR_CURSOR
  41.     sys.sa -has sys.sa SYS
  42.     test.sa -has test.sa TEST TEST_TEST
  43.     tup.sa -has tup.sa TUP
  44.     unix.sa -has unix.sa UNIX C_UNIX
  45.     vec.sa -has vec.sa VEC TEST_VEC
  46.