home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d168 / dillonstuff.lha / README next >
Text File  |  1988-11-22  |  5KB  |  137 lines

  1.  
  2.                  README
  3.  
  4.                   Matthew Dillon
  5.                   891 Regal Rd.
  6.                   Berkeley, Ca. 94708
  7.                   USA
  8.  
  9.                dillon@ucbvax.berkeley.edu    INTERNET
  10.                  ....!ucbvax!dillon     USENET
  11.  
  12.                    FISH RELEASE
  13.                   16 August 1988
  14.  
  15.     (c)Copyright 1988 Matthew Dillon, All Rights reserved.  All software
  16.     on these disks which is mine may be distributed for non-profit
  17.     only.  This software is 'freeware', NOT public domain since I hold
  18.     the copyright on it. Terms are:
  19.  
  20.     -You may redistribute any of the programs and/or source files
  21.      but you may not distribute modified versions of said to the
  22.      general public (i.e. BBS's, USENET, etc....).  Redistribution is
  23.      for non-profit only.
  24.  
  25.     -You may extract and use any part of the source without strings
  26.      attached as long as the programs you write with it are not an
  27.      attempt to create an enhanced version of the program you extracted
  28.      the source from.
  29.  
  30.     -I am NOT requesting $$ (this is not ShareWare), but then again,
  31.      I am not so foolish as to not include my address in case anybody
  32.      feels the urge.
  33.  
  34.  
  35.     These two disks contain binaries and sources to the latest release of
  36.     quite a bunch of my programs.  Many are updates to older versions and
  37.     some are new.  The two major additions that are noteworthy are
  38.     DRES.LIBRARY and BACKUP.
  39.  
  40.     Note that to compile various programs you must have a working SUP32.LIB,
  41.     DRES.LIB, and DRES.LIBRARY.  Also a new include subdirectory, local,
  42.     must be installed. Only DRES.LIBRARY is independant while the other two
  43.     (binaries) require Aztec C V3.6 ... you have to recompile for other
  44.     versions of Aztec C.  With a bit of hacking a good programmer would be
  45.     able to set up an enviroment for Lattice C.  Of particular attention to
  46.     somebody trying to do this is the modification of the LIBREF program to
  47.     generate Lattice compatible assembly (in the DRES source section).
  48.  
  49.     Noted programs which are missing:    DNET, and DTERM are not ready for
  50.     re-release yet.
  51.  
  52.  
  53.     CONFIG  V1.00    Used to configure friendly programs like DME for
  54.             the initial window placement (configures the
  55.             executable)
  56.  
  57.     Clock   V1.00    Simple clock, configurable with config.
  58.  
  59.     DME     V1.31    My programming oriented editor
  60.  
  61.     DMouse  V1.10    mouse enhancer .. acceleration, blanking, etc...
  62.             (now handles requesters better w/ auto-activate)
  63.  
  64.     Backup  V2.01    HD backup/restore (same program just renamed)
  65.  
  66.     SUPLIB        Support (link time) library required to compile
  67.             my programs.
  68.  
  69.     LIBREF        Utility for generating run-time library link library
  70.             assembly files, lvo.asm, and the run-time library's
  71.             vector list.  See the DRES source for usage.
  72.             Currently very Aztec in terms of what it generates.
  73.  
  74.     DRES    V1        Support (run time) library w/ lots of functions
  75.             including a generic parser and IPC.
  76.  
  77.     DASM    V2.11    Small-systems assembler.  Handles 6502 and some of
  78.             the Motorola single chip microcomputers.  Generates
  79.             code (not object module oriented).
  80.  
  81.     FTOHEX        Part of DASM used to convert a DASM executable into
  82.             an intel-hex formatted ascii file.
  83.  
  84.     FILES   V1.2    My disk catalog program.  Haven't enhanced it much
  85.             but did fix some bugs.
  86.  
  87.     SHELL   V2.10    Added enviroment variable support and some other
  88.             junk.  Use ConMan if you want command line editing,
  89.             I do (it should not be a function of the shell and
  90.             it isn't in mine).
  91.  
  92.     FINDIT  V1.00    Search for a filename (wildcard)
  93.  
  94.     LIBS    V1.00    list libraries/devices in ram or attempt to remove
  95.             libraries.
  96.  
  97.     SCAT    V1.00    Utility to 'cat' binaries without blowing up the
  98.             display
  99.  
  100.     ADDCR   V1.00    Utility to add CR's before LF's in files
  101.  
  102.     REMCR   V1.00    Utility to remove CR's in files
  103.  
  104.     CMP     V1.00    Utility to compare two files
  105.  
  106.  
  107.  
  108.  
  109.  
  110.             BINARIES            SOURCES        DOCS
  111.  
  112.     INCLUDES        --            Disk1:include/local
  113.  
  114.     Config        Disk1:c/config        Disk1:src/deemu    Disk1:doc/
  115.     Clock        Disk1:c/clock        Disk1:src/deemu    Disk1:doc/
  116.     DME         Disk1:c/dme         Disk2:src/dme    Disk1:doc/
  117.     DMouse        Disk1:c/dmouse        Disk1:src/dmouse    Disk1:doc/
  118.             Disk1:l/dmouse-handler
  119.     Suplib        Disk2:clib/sup32.lib    Disk2:src/suplib    Disk1:doc/suplib/
  120.     LibRef        Disk1:c/libref        (in DRES srcs)      (none, see dres sources)
  121.     DRes library    Disk2:clib/dres.lib     Disk2:src/dres    Disk1:doc/dres/
  122.             Disk1:libs/dres.library
  123.     Dasm        Disk1:c/dasm        Disk1:src/dasm/    Disk1:doc/
  124.     FToHex        Disk1:c/ftohex        (in Dasm srcs)
  125.     Files        Disk1:c/files        Disk1:src/files/    Disk1:doc/
  126.     Shell        Disk1:c/shell        Disk2:src/shell/    Disk1:doc/
  127.  
  128.     Backup/Restore  Disk1:c/backup        Disk1:src/com/    Disk1:doc/backup.doc
  129.     Findit        Disk1:c/findit        Disk1:src/com/    Disk1:doc/com.doc
  130.     Libs        Disk1:c/libs        Disk1:src/com/    Disk1:doc/com.doc
  131.     Scat        Disk1:c/scat        Disk1:src/com/    Disk1:doc/com.doc
  132.     AddCR        Disk1:c/addcr        Disk1:src/com/    Disk1:doc/com.doc
  133.     RemCR        Disk1:c/remcr        Disk1:src/com/    Disk1:doc/com.doc
  134.     Cmp         Disk1:c/cmp         Disk1:src/com/    Disk1:doc/com.doc
  135.  
  136.  
  137.